Searched defs:kChunkSizeMax (Results 1 – 2 of 2) sorted by relevance
460 static const UInt32 kChunkSizeMax = (1 << 22); variable770 static const size_t kChunkSizeMax = ((size_t)1 << 22); variable
38 #define kChunkSizeMax (1 << 22) macro