Home
last modified time | relevance | path

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

/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c84 #define MASK_LOW_LOG_BITS 31 macro
94 return (word >> (bitindex & MASK_LOW_LOG_BITS)) & 1; in is_bit_set_in_table()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c110 #define MASK_LOW_LOG_BITS 31 macro
120 return (word >> (bitindex & MASK_LOW_LOG_BITS)) & 1; in is_bit_set_in_table()