Searched defs:max (Results 1 – 21 of 21) 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
73 int max; in tryAssignDepth() local
81 int max = locals.getMaxSize(); in listingString0() local
70 uintptr_t max; member
164 uintptr_t base, uintptr_t max, in dvmHeapBitmapSweepWalk()
94 #define FRACTIONAL_PCT(n,max) ((n) * 100) / (max), \ argument
831 void dvmHeapSourceGetRegions(uintptr_t *base, uintptr_t *max, size_t numHeaps) in dvmHeapSourceGetRegions()1001 size_t max = heap->maximumSize; in heapAllocAndGrow() local1277 static void setIdealFootprint(size_t max) in setIdealFootprint()
918 uintptr_t max[HEAP_SOURCE_MAX_HEAP_COUNT]; in dvmHeapSweepUnmarkedObjects() local
34 public BitIntSet(int max) { in BitIntSet()
36 public static int[] makeBitSet(int max) { in makeBitSet()
413 int max = sz; in binarysearch() local
414 int max = sz; in binarysearch() local
298 int max = set.getMaxSize(); in putAll() local
299 int max = set.getMaxSize(); in putAll() local
2641 int max = (d1->numMethods < d2->numMethods) ? d2->numMethods : d1->numMethods; in createDiff() local