Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dedid.h51 #define GET_BIT(_x, _pos) \ macro
249 GET_BIT((_x).flags, 7)
257 GET_BIT((_x).flags, 2)
259 GET_BIT((_x).flags, 1)
261 GET_BIT((_x).flags, 0)
377 GET_BIT(((_x).manufacturer_name[0]), 7)
399 GET_BIT(((_x).video_input_definition), 7)
403 GET_BIT(((_x).video_input_definition), 4)
405 GET_BIT(((_x).video_input_definition), 3)
407 GET_BIT(((_x).video_input_definition), 2)
[all …]
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib_decompress.c113 #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()
/rk3399_rockchip-uboot/lib/lzma/
H A DLzmaDec.c28 #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()