Home
last modified time | relevance | path

Searched defs:GET_BIT (Results 1 – 3 of 3) sorted by relevance

/minix3/minix/include/minix/
H A Dbitmap.h16 #define GET_BIT(map,bit) ( MAP_CHUNK(map,bit) & (1 << CHUNK_OFFSET(bit) )) macro
/minix3/external/bsd/bzip2/dist/
H A Ddecompress.c72 #define GET_BIT(lll,uuu) \ macro
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbzlib.c1154 #define GET_BIT(lll,uuu) \ macro