Searched refs:FIND_BUCKET_HASH_STYLE (Results 1 - 2 of 2) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFBasicHash.c804 #define FIND_BUCKET_HASH_STYLE 1 macro
810 #define FIND_BUCKET_HASH_STYLE 1 macro
816 #define FIND_BUCKET_HASH_STYLE 1 macro
822 #define FIND_BUCKET_HASH_STYLE 1 macro
828 #define FIND_BUCKET_HASH_STYLE 2 macro
834 #define FIND_BUCKET_HASH_STYLE 2 macro
840 #define FIND_BUCKET_HASH_STYLE 2 macro
846 #define FIND_BUCKET_HASH_STYLE 2 macro
852 #define FIND_BUCKET_HASH_STYLE 3 macro
858 #define FIND_BUCKET_HASH_STYLE macro
864 #define FIND_BUCKET_HASH_STYLE macro
870 #define FIND_BUCKET_HASH_STYLE macro
[all...]
H A DCFBasicHashFindBucket.m30 #if !defined(FIND_BUCKET_NAME) || !defined(FIND_BUCKET_HASH_STYLE) || !defined(FIND_BUCKET_FOR_REHASH) || !defined(FIND_BUCKET_FOR_INDIRECT_KEY)
31 #error All of FIND_BUCKET_NAME, FIND_BUCKET_HASH_STYLE, FIND_BUCKET_FOR_REHASH, and FIND_BUCKET_FOR_INDIRECT_KEY must be defined before #including this file.
57 #if FIND_BUCKET_HASH_STYLE == 1 // __kCFBasicHashLinearHashingValue
67 #elif FIND_BUCKET_HASH_STYLE == 2 // __kCFBasicHashDoubleHashingValue
81 #elif FIND_BUCKET_HASH_STYLE == 3 // __kCFBasicHashExponentialHashingValue
107 #if FIND_BUCKET_HASH_STYLE == 3 // __kCFBasicHashExponentialHashingValue
153 #if FIND_BUCKET_HASH_STYLE == 1 // __kCFBasicHashLinearHashingValue
158 #elif FIND_BUCKET_HASH_STYLE == 2 // __kCFBasicHashDoubleHashingValue
163 #elif FIND_BUCKET_HASH_STYLE == 3 // __kCFBasicHashExponentialHashingValue
195 #undef FIND_BUCKET_HASH_STYLE
[all...]

Completed in 228 milliseconds