Searched refs:GET_BIT (Results 1 – 2 of 2) sorted by relevance
70 #define GET_BIT(lll,uuu) \ macro95 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()
38 #define GET_BIT(pos,bitfield) ((bitfield[(pos)/32]) & (1 << ((pos) % 32))) macro