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