Searched refs:besti (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqsplit.c89 long besti,long bestj,
113 if(firstentry==besti){
124 float distA=_Ndist(dim,ppt,_Nnow(besti));
183 long besti=-1; local
220 if( (besti==-1) ||
224 besti=entryindex[i];
287 if( (besti==-1) ||
291 besti=entryindex[i];
296 if(besti>bestj){
297 long temp=besti;
84 vqsp_count(float *entrylist,float *pointlist,int dim, long *membership,long *reventry, long *entryindex,long entries, long *pointindex,long points,int splitp, long *entryA,long *entryB, long besti,long bestj, long *entriesA,long *entriesB,long *entriesC) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsharedbook.c503 int i,besti=-1;
534 if(besti==-1 || this<best){
536 besti=list[i];
540 return(besti);
567 int i,besti=-1; local
573 if(besti==-1 || this<best){
575 besti=i;
581 /*if(savebest!=-1 && savebest!=besti){
590 "bruteforce (entry %d, err %g):",besti,best);
592 (book->valuelist+besti*di
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_rtalloc.c223 xfs_rtblock_t besti; /* best rtblock found so far */ local
235 for (i = XFS_BLOCKTOBIT(mp, bbno), besti = -1, bestlen = 0,
271 besti = i;
289 if (minlen < maxlen && besti != -1) {
298 * Allocate besti for bestlen & return that.
300 error = xfs_rtallocate_range(mp, tp, besti, bestlen, rbpp, rsb);
305 *rtblock = besti;
H A Dxfs_alloc.c808 int besti=0; local
865 besti = cnt_cur->bc_ptrs[0];
877 cnt_cur->bc_ptrs[0] = besti;

Completed in 71 milliseconds