Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/extras/
H A Dquality_estimate.c41 #define GET_BIT(n) GetBit(data, (n), size, &bit_pos) macro
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_constants.h126 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1) macro
/third_party/mesa3d/src/mesa/program/
H A Dprog_instruction.h61 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1) macro

Completed in 3 milliseconds