Home
last modified time | relevance | path

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

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