Searched defs:GET_BIT (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/webp/extras/ |
H A D | quality_estimate.c | 41 #define GET_BIT(n) GetBit(data, (n), size, &bit_pos) macro
|
/aosp_15_r20/external/bzip2/ |
H A D | decompress.c | 70 #define GET_BIT(lll,uuu) \ macro
|
/aosp_15_r20/external/libavc/common/ |
H A D | ih264_macros.h | 107 #define GET_BIT(x, pos) ((x) >> (pos)) & 0x1 macro
|
/aosp_15_r20/external/mesa3d/src/mesa/program/ |
H A D | prog_instruction.h | 61 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1) macro
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_program_constants.h | 104 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1) macro
|
/aosp_15_r20/external/libhevc/common/ |
H A D | ihevc_intra_pred.h | 45 #define GET_BIT(y,x) ((y) & (1 << (x))) macro
|
/aosp_15_r20/external/coreboot/util/cbfstool/lzma/C/ |
H A D | LzmaDec.c | 25 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) macro
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | bthdef.h | 601 #define GET_BIT(X,Y) GET_BITS(X,Y,0x1) macro
|