Searched defs:DK_SIZE (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Include/internal/ | ||
H A D | pycore_dict.h | 143 #define DK_SIZE(dk) (((int64_t)1)<<DK_LOG_SIZE(dk)) macro 145 #define DK_SIZE(dk) (1<<DK_LOG_SIZE(dk)) macro |
Completed in 2 milliseconds