Searched defs:BIT2BYTE (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ | ||
D | bitset.h | 16 #define BIT2BYTE(ibit) ((ibit) / BITSPERBYTE) macro |
/external/python/cpython2/Include/ | ||
D | bitset.h | 24 #define BIT2BYTE(ibit) ((ibit) / BITSPERBYTE) macro |