Home
last modified time | relevance | path

Searched defs:GET_BIT (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_decompress.c113 #define GET_BIT(lll,uuu) \ macro
/openbmc/linux/include/linux/mdio/
H A Dmdio-xgene.h125 #define GET_BIT(field, src) \ macro
/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c28 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) macro
/openbmc/u-boot/include/
H A Dedid.h24 #define GET_BIT(_x, _pos) \ macro
/openbmc/qemu/disas/
H A Dhppa.c1667 #define GET_BIT(X, WHICH) \ macro