Searched refs:bestm (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libvcodex/Vcdelta/ |
H A D | vcdcache.c | 114 ssize_t i, d, sz, bestd, bestm, bestsz; local 117 bestm = VCD_SELF; 124 bestm = VCD_HERE; 135 bestm = (VCD_HERE+1) + i; 142 bestm = (VCD_HERE+1) + ka->s_near + d/256; 148 *mode = bestm;
|
/ast/src/lib/libvdelta/ |
H A D | vdsqueeze.c | 148 reg int m, list, curm, bestm; local 161 bestm = -1; 170 if(bestm >= 0) /* skip over past elements */ 171 for(n = bestm+len; m < n;) 203 extend: bestm = m-head; 217 if(bestm >= 0) 218 { if(vdputinst(tab,add,s,bestm,len) < 0) 228 bestm = -1;
|
H A D | vddelta.c | 161 reg int m, list, curm, bestm; local 175 bestm = -1; 185 if(bestm >= 0) /* skip over past elements */ 186 for(n = bestm+len; m < n;) 227 extend: bestm = m-head; 241 if(bestm >= 0) 242 { if(target && vdputinst(tab,add,fold,bestm,len) < 0) 254 bestm = -1; 293 bestm = n_src - len; 294 else bestm [all...] |
/ast/src/lib/libvdelta/vd01/ |
H A D | vddelta01.c | 167 reg Match_t *m, *list, *curm, *bestm; local 188 bestm = NIL(Match_t*); 197 if(bestm) /* skip over past elements */ 199 { if(m >= bestm+len) 242 extend: bestm = m-head; 256 if(bestm) 257 { if(output && vdputinst(tab,add,s,bestm,len) < 0) 269 bestm = NIL(Match_t*);
|
Completed in 17 milliseconds