Searched defs:least (Results 1 - 5 of 5) sorted by relevance

/external/zlib/src/examples/
H A Denough.c204 int least; /* least number of syms to use at this juncture */ local
222 /* we need to use at least this many bit patterns so that the code won't be
224 least = (left << 1) - syms;
225 if (least < 0)
226 least = 0;
236 for (use = least; use <= most; use++) {
321 int least; /* least number of syms to use at this juncture */ local
358 /* we need to use at least thi
[all...]
/external/libvorbis/vq/
H A Dbookutil.c350 long least=-1; local
356 if(least==-1 || hist[j]<=least){
357 least=hist[j];
360 least=-1;
362 if((least==-1 || hist[j]<=least) && membership[j]!=first){
363 least=hist[j];
372 least=hist[first]+hist[second];
376 hist[j]=least;
[all...]
/external/v8/src/
H A Dmark-compact.cc559 Candidate* least = NULL; local
613 if (least == NULL) {
615 if (least == NULL ||
616 candidates[i].fragmentation() < least->fragmentation()) {
617 least = candidates + i;
621 if (least->fragmentation() < fragmentation) {
622 *least = Candidate(fragmentation, p);
623 least = NULL;
3457 // Since objects are at least 2 words large we don't have entries for two
3458 // consecutive 1 bits. All entries after 170 have at least
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 473 milliseconds