Searched refs:kCapacity (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Ddenseranges.cpp28 LargestGaps(int32_t max) : maxLength(max<=kCapacity ? max : kCapacity), length(0) {}
76 static const int32_t kCapacity=15; member in class:__anon1261::LargestGaps
80 int32_t gapStarts[kCapacity];
81 int64_t gapLengths[kCapacity];
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp467 enum { kCapacity = 4, kCapacityInc = 4 }; enumerator in enum:__anon14901
488 ref = memoryReferenceAlloc(kCapacity, NULL);

Completed in 126 milliseconds