Home
last modified time | relevance | path

Searched defs:DK_SIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_dict.h143 #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