Home
last modified time | relevance | path

Searched defs:BIT2BYTE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dbitset.h16 #define BIT2BYTE(ibit) ((ibit) / BITSPERBYTE) macro
/external/python/cpython2/Include/
Dbitset.h24 #define BIT2BYTE(ibit) ((ibit) / BITSPERBYTE) macro