HomeSort by relevance Sort by last modified time
    Searched refs:GET_BIT (Results 1 - 25 of 29) sorted by null

1 2

  /external/valgrind/none/tests/x86/
bug152818-x86.c 33 #define GET_BIT(var, bit_no) ((var >> bit_no) & 1)
40 sz_eflags[0] = GET_BIT(_8bits_eflags, 7) ? 'S' : ' ';
41 sz_eflags[1] = GET_BIT(_8bits_eflags, 6) ? 'Z' : ' ';
42 sz_eflags[3] = GET_BIT(_8bits_eflags, 4) ? 'A' : ' ';
43 sz_eflags[5] = GET_BIT(_8bits_eflags, 2) ? 'P' : ' ';
44 sz_eflags[7] = GET_BIT(_8bits_eflags, 0) ? 'C' : ' ';
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_debug.c 103 GET_BIT(inst->writemask, 0) ? "x" : "",
104 GET_BIT(inst->writemask, 1) ? "y" : "",
105 GET_BIT(inst->writemask, 2) ? "z" : "",
106 GET_BIT(inst->writemask, 3) ? "w" : "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bthdef.h 602 #define GET_BIT(X,Y) GET_BITS(X,Y,0x1)
604 #define LMP_3_SLOT_PACKETS(X) GET_BIT(X, 1)
605 #define LMP_ENCRYPTION(X) GET_BIT(X, 2)
606 #define LMP_SLOT_OFFSET(X) GET_BIT(X, 3)
607 #define LMP_TIMING_ACCURACY(X) GET_BIT(X, 4)
608 #define LMP_SWITCH(X) GET_BIT(X, 5)
609 #define LMP_HOLD_MODE(X) GET_BIT(X, 6)
610 #define LMP_SNIFF_MODE(X) GET_BIT(X, 7)
611 #define LMP_PARK_MODE(X) GET_BIT(X, 8)
612 #define LMP_RSSI(X) GET_BIT(X, 9
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_swizzles.c 63 if (!GET_BIT(split.Phase[phase], chan))
86 GET_BIT(usemask, chan) ? chan : RC_SWIZZLE_UNUSED);
radeon_compiler_util.c 122 ret |= GET_BIT(mask, swz) << chan;
172 if (!GET_BIT(old_mask, i)
298 tmp.Negate |= GET_BIT(srcreg.Negate, swz) << i;
689 if (!GET_BIT(old_mask, old_idx))
692 if (GET_BIT(new_mask, new_idx)) {
730 if(GET_BIT(negate, chan)){
radeon_pair_translate.c 286 pair->Alpha.DepthWriteMask |= GET_BIT(inst->DstReg.WriteMask, 3);
295 GET_BIT(inst->DstReg.WriteMask, 3);
307 pair->Alpha.WriteMask |= (GET_BIT(inst->DstReg.WriteMask, 3) << 3);
radeon_program_constants.h 121 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1)
r300_fragprog_swizzle.c 165 if (!GET_BIT(mask, comp))
r500_fragprog.c 252 if (swz == RC_SWIZZLE_UNUSED || !GET_BIT(usemask, i))
254 negatebase[GET_BIT(src.Negate, i)] |= 1 << i;
radeon_dataflow_deadcode.c 190 if (GET_BIT(newsrcmask, chan))
352 if (!GET_BIT(srcmasks[src], chan))
radeon_optimize.c 197 *pnegate = GET_BIT(src.Negate, chan);
200 if (swz != *pswz || *pnegate != GET_BIT(src.Negate, chan)) {
radeon_program_print.c 191 if (GET_BIT(negate, comp))
  /external/libavc/common/
ih264_macros.h 105 #define GET_BIT(x, pos) ((x) >> (pos)) & 0x1
  /external/libhevc/common/arm/
ihevc_intra_ref_substitution_a9q.c 63 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x)
304 get_bits = GET_BIT(nbr_flags_temp, 8);
315 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag);
371 get_bits = GET_BIT(nbr_flags, 16);
381 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag);
  /external/libhevc/common/
ihevc_chroma_intra_pred_filters.c 88 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x)
335 get_bits = GET_BIT(nbr_flags_temp, 8);
346 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag);
402 get_bits = GET_BIT(nbr_flags, 16);
412 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag);
    [all...]
  /external/bzip2/
decompress.c 70 #define GET_BIT(lll,uuu) \
95 GET_BIT(label2, zj); \
268 GET_BIT(BZ_X_MAPPING_1, uc);
279 GET_BIT(BZ_X_MAPPING_2, uc);
294 GET_BIT(BZ_X_SELECTOR_3, uc);
322 GET_BIT(BZ_X_CODING_2, uc);
324 GET_BIT(BZ_X_CODING_3, uc);
  /external/mesa3d/src/mesa/program/
prog_instruction.h 61 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1)
  /toolchain/binutils/binutils-2.25/opcodes/
hppa-dis.c 66 #define GET_BIT(X, WHICH) \
294 m0 = GET_BIT (word, 16);
295 m1 = GET_BIT (word, 17);
296 m15 = GET_BIT (word, 31);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 194 GET_BIT(source->Negate, 0),
195 GET_BIT(source->Negate, 1),
196 GET_BIT(source->Negate, 2),
197 GET_BIT(source->Negate, 3));
    [all...]
  /external/lzma/C/
LzmaDec.c 27 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;)
29 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); }
49 #define NORMAL_LITER_DEC GET_BIT(prob + symbol, symbol)
  /external/libhevc/common/x86/
ihevc_chroma_intra_pred_filters_sse42_intr.c 75 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x)
  /external/opencv3/modules/imgproc/test/
test_histograms.cpp 390 #define GET_BIT(n) (bit_mask->data.ptr[(n)/8] & (1 << ((n)&7)))
404 if( cvtest::randInt(rng) % 8 || GET_BIT(lin_idx) )
422 if( GET_BIT(lin_idx) )
    [all...]
  /external/valgrind/VEX/switchback/
test_bzip2.c     [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c     [all...]

Completed in 1158 milliseconds

1 2