Searched refs:GET_BIT (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/
H A Dedid.h24 #define GET_BIT(_x, _pos) \ macro
88 GET_BIT((_x).flags, 7)
96 GET_BIT((_x).flags, 2)
98 GET_BIT((_x).flags, 1)
100 GET_BIT((_x).flags, 0)
132 GET_BIT(((_x).manufacturer_name[0]), 7)
154 GET_BIT(((_x).video_input_definition), 7)
158 GET_BIT(((_x).video_input_definition), 4)
160 GET_BIT(((_x).video_input_definition), 3)
162 GET_BIT(((_
[all...]
/u-boot/lib/bzip2/
H A Dbzlib_decompress.c112 #define GET_BIT(lll,uuu) \ macro
137 GET_BIT(label2, zj); \
310 GET_BIT(BZ_X_MAPPING_1, uc);
321 GET_BIT(BZ_X_MAPPING_2, uc);
336 GET_BIT(BZ_X_SELECTOR_3, uc);
364 GET_BIT(BZ_X_CODING_2, uc);
366 GET_BIT(BZ_X_CODING_3, uc);
/u-boot/lib/lzma/
H A DLzmaDec.c27 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) macro
29 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); }
181 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100);

Completed in 91 milliseconds