HomeSort by relevance Sort by last modified time
    Searched defs:GET_BIT (Results 1 - 19 of 19) sorted by null

  /external/valgrind/main/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/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/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/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/libhevc/common/x86/
ihevc_chroma_intra_pred_filters_sse42_intr.c 75 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x)
ihevc_chroma_intra_pred_filters_ssse3_intr.c 94 #define GET_BIT(y,x) ((y) & (1 << x)) && (1 << x)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_constants.h 121 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1)
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_constants.h 121 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1)
  /external/chromium_org/third_party/lzma_sdk/
LzmaDec.c 25 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;)
27 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); }
174 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100);
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.c 26 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;)
28 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); }
175 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100);
  /external/lzma/C/
LzmaDec.c 25 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;)
27 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); }
174 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100);
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_instruction.h 61 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1)
  /external/mesa3d/src/mesa/program/
prog_instruction.h 61 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1)
  /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/valgrind/main/VEX/switchback/
test_bzip2.c     [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/main/perf/
bz2.c     [all...]

Completed in 935 milliseconds