Searched refs:GET_BIT (Results 1 – 3 of 3) sorted by relevance
/u-boot/include/ |
A D | edid.h | 24 #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) 172 GET_BIT(((_x).feature_support), 7) 174 GET_BIT(((_x).feature_support), 6) 253 GET_BIT(((_x).dtd_count), 7) 255 GET_BIT(((_x).dtd_count), 6) 257 GET_BIT(((_x).dtd_count), 5) [all …]
|
/u-boot/lib/bzip2/ |
A D | bzlib_decompress.c | 113 #define GET_BIT(lll,uuu) \ macro 138 GET_BIT(label2, zj); \ 311 GET_BIT(BZ_X_MAPPING_1, uc); in BZ2_decompress() 322 GET_BIT(BZ_X_MAPPING_2, uc); in BZ2_decompress() 337 GET_BIT(BZ_X_SELECTOR_3, uc); in BZ2_decompress() 365 GET_BIT(BZ_X_CODING_2, uc); in BZ2_decompress() 367 GET_BIT(BZ_X_CODING_3, uc); in BZ2_decompress()
|
/u-boot/lib/lzma/ |
A D | LzmaDec.c | 28 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) macro 30 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } 182 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_DecodeReal()
|
Completed in 11 milliseconds