/external/u-boot/include/ |
D | edid.h | 24 #define GET_BIT(_x, _pos) \ macro 88 GET_BIT((_x).flags, 7) 96 GET_BIT((_x).flags, 2) 98 GET_BIT((_x).flags, 1) 100 GET_BIT((_x).flags, 0) 132 GET_BIT(((_x).manufacturer_name[0]), 7) 154 GET_BIT(((_x).video_input_definition), 7) 158 GET_BIT(((_x).video_input_definition), 4) 160 GET_BIT(((_x).video_input_definition), 3) 162 GET_BIT(((_x).video_input_definition), 2) [all …]
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler_util.c | 122 ret |= GET_BIT(mask, swz) << chan; in swizzle_mask() 172 if (!GET_BIT(old_mask, i) in rewrite_writemask() 298 tmp.Negate |= GET_BIT(srcreg.Negate, swz) << i; in lmul_swizzle() 689 if (!GET_BIT(old_mask, old_idx)) in rc_make_conversion_swizzle() 692 if (GET_BIT(new_mask, new_idx)) { in rc_make_conversion_swizzle() 730 if(GET_BIT(negate, chan)){ in rc_get_constant_value()
|
D | radeon_pair_translate.c | 286 pair->Alpha.DepthWriteMask |= GET_BIT(inst->DstReg.WriteMask, 3); in set_pair_instruction() 295 GET_BIT(inst->DstReg.WriteMask, 3); in set_pair_instruction() 307 pair->Alpha.WriteMask |= (GET_BIT(inst->DstReg.WriteMask, 3) << 3); in set_pair_instruction()
|
D | radeon_dataflow_swizzles.c | 69 if (!GET_BIT(split.Phase[phase], chan)) in rewrite_source() 92 GET_BIT(usemask, chan) ? chan : RC_SWIZZLE_UNUSED); in rewrite_source()
|
D | radeon_program_constants.h | 121 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1) macro
|
D | radeon_dataflow_deadcode.c | 190 if (GET_BIT(newsrcmask, chan)) in update_instruction() 352 if (!GET_BIT(srcmasks[src], chan)) in rc_dataflow_deadcode()
|
D | r500_fragprog.c | 252 if (swz == RC_SWIZZLE_UNUSED || !GET_BIT(usemask, i)) in r500_swizzle_split() 254 negatebase[GET_BIT(src.Negate, i)] |= 1 << i; in r500_swizzle_split()
|
D | r300_fragprog_swizzle.c | 167 if (!GET_BIT(mask, comp)) in r300_swizzle_split()
|
D | radeon_optimize.c | 214 *pnegate = GET_BIT(src.Negate, chan); in is_src_uniform_constant() 217 if (swz != *pswz || *pnegate != GET_BIT(src.Negate, chan)) { in is_src_uniform_constant()
|
D | radeon_program_print.c | 191 if (GET_BIT(negate, comp)) in rc_print_swizzle()
|
D | radeon_dataflow.c | 308 if (GET_BIT(mask, chan)) in mask_to_chan_cb()
|
/external/u-boot/lib/bzip2/ |
D | bzlib_decompress.c | 113 #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()
|
/external/bzip2/ |
D | decompress.c | 70 #define GET_BIT(lll,uuu) \ macro 95 GET_BIT(label2, zj); \ 268 GET_BIT(BZ_X_MAPPING_1, uc); in BZ2_decompress() 279 GET_BIT(BZ_X_MAPPING_2, uc); in BZ2_decompress() 295 GET_BIT(BZ_X_SELECTOR_3, uc); in BZ2_decompress() 323 GET_BIT(BZ_X_CODING_2, uc); in BZ2_decompress() 325 GET_BIT(BZ_X_CODING_3, uc); in BZ2_decompress()
|
/external/libhevc/common/arm/ |
D | ihevc_intra_ref_substitution_a9q.c | 63 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro 304 get_bits = GET_BIT(nbr_flags_temp, 8); in ihevc_intra_pred_chroma_ref_substitution_a9q() 315 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution_a9q() 371 get_bits = GET_BIT(nbr_flags, 16); in ihevc_intra_pred_chroma_ref_substitution_a9q() 381 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution_a9q()
|
/external/libhevc/common/ |
D | ihevc_chroma_intra_pred_filters.c | 88 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro 335 get_bits = GET_BIT(nbr_flags_temp, 8); in ihevc_intra_pred_chroma_ref_substitution() 346 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution() 402 get_bits = GET_BIT(nbr_flags, 16); in ihevc_intra_pred_chroma_ref_substitution() 412 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution()
|
/external/libavc/common/ |
D | ih264_macros.h | 105 #define GET_BIT(x, pos) ((x) >> (pos)) & 0x1 macro
|
/external/mesa3d/src/mesa/program/ |
D | prog_instruction.h | 61 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1) macro
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 204 GET_BIT(source->Negate, 0), in src_vector() 205 GET_BIT(source->Negate, 1), in src_vector() 206 GET_BIT(source->Negate, 2), in src_vector() 207 GET_BIT(source->Negate, 3)); in src_vector()
|
/external/u-boot/lib/lzma/ |
D | LzmaDec.c | 28 #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()
|
/external/libhevc/common/x86/ |
D | ihevc_chroma_intra_pred_filters_sse42_intr.c | 75 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro
|
D | ihevc_chroma_intra_pred_filters_ssse3_intr.c | 94 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x) macro
|