Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c84 #define MASK_LOW_LOG_BITS 31 macro
94 return (word >> (bitindex & MASK_LOW_LOG_BITS)) & 1; in is_bit_set_in_table()