Searched defs:max (Results 1 – 13 of 13) sorted by relevance
52 long max = delay + epsilon; in doit() local
28 u4 max; /* maximum number of items that may be held */ member
56 int max = triesSize - 1; in dexFindCatchHandlerOffset0() local
99 int max = map->count - 1; in dexDataMapGet() local
81 int max = locals.getMaxSize(); in listingString0() local
34 public BitIntSet(int max) { in BitIntSet()
36 public static int[] makeBitSet(int max) { in makeBitSet()
413 int max = sz; in binarysearch() local
299 int max = set.getMaxSize(); in putAll() local
702 uintptr_t base, uintptr_t max) { in aliasBitmap()729 uintptr_t base, max; in dvmHeapSourceGetObjectBitmaps() local863 size_t max; in heapAllocAndGrow() local1184 setIdealFootprint(size_t max) in setIdealFootprint()
159 #define FRACTIONAL_PCT(n,max) ((n) * 100) / (max), \ argument
80 uintptr_t max; member
3355 int max = (d1->numMethods < d2->numMethods) ? d2->numMethods : d1->numMethods; in createDiff() local