Home
last modified time | relevance | path

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

/external/bzip2/
Ddecompress.c70 #define GET_BIT(lll,uuu) \ macro
95 GET_BIT(label2, zj); \
268 GET_BIT(BZ_X_MAPPING_1, uc); in BZ2_decompress()
279 GET_BIT(BZ_X_MAPPING_2, uc); in BZ2_decompress()
294 GET_BIT(BZ_X_SELECTOR_3, uc); in BZ2_decompress()
322 GET_BIT(BZ_X_CODING_2, uc); in BZ2_decompress()
324 GET_BIT(BZ_X_CODING_3, uc); in BZ2_decompress()
/external/bluetooth/hcidump/parser/
Drfcomm.h38 #define GET_BIT(pos,bitfield) ((bitfield[(pos)/32]) & (1 << ((pos) % 32))) macro