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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfcache.c50 CacheEntry *least=NULL; local
61 if (least == NULL) {
62 least=q;
64 if (strcmp(q->str,least->str) < 0) {
65 least=q;
74 return least;
/vbox/src/libs/zlib-1.2.6/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...]

Completed in 42 milliseconds