HomeSort by relevance Sort by last modified time
    Searched defs:least (Results 1 - 5 of 5) sorted by null

  /external/zlib/examples/
enough.c 204 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 this many bit patterns so that the code won't b
    [all...]
  /external/v8/src/
mark-compact.cc 559 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;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 163 milliseconds