Searched defs:lmax (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwngram.c73 size_t ldif, lmax; /* running statistics of left segment */ local
116 lmax = rmax;
134 else { ldif -= 1; lmax -= 1; }
137 { ldif += 1; lmax += 1; }
140 if((ldif/(double)lmax) < bestd)
141 { bestd = ldif/(double)lmax;
/ast/src/lib/libast/disc/
H A Dsfdcdos.c47 Sfoff_t lmax; member in struct:_dosdisc
213 if(dp->lhere>dp->lmax)
215 dp->lmax = dp->lhere;
217 if(dp->maptable && dp->lmax > dp->maptable[dp->maptop-1].logical+CHUNK)

Completed in 27 milliseconds