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

/external/skia/src/gpu/
H A DGrResourceCache.cpp66 bool smaller = (maxResources < fMaxCount) || (maxResourceBytes < fMaxBytes); local
71 if (smaller) {
/external/qemu/distrib/zlib-1.2.3/
H A Dtrees.c445 #define smaller(tree, n, m, depth) \ macro
452 * when the heap property is re-established (each father smaller than its
465 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
468 /* Exit if v is smaller than both sons */
469 if (smaller(tree, v, s->heap[j], s->depth)) break;
/external/zlib/src/
H A Dtrees.c443 #define smaller(tree, n, m, depth) \ macro
450 * when the heap property is re-established (each father smaller than its
463 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
466 /* Exit if v is smaller than both sons */
467 if (smaller(tree, v, s->heap[j], s->depth)) break;
/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.cpp789 float smaller = min(xDist, yDist); local
790 xDist = smaller;
791 yDist = smaller;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1440 milliseconds