Home
last modified time | relevance | path

Searched refs:LOG_BITS_PER_INT (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dcompile.c83 #define LOG_BITS_PER_INT 5 macro
93 uint32_t word = table[bitindex >> LOG_BITS_PER_INT]; in is_bit_set_in_table()