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

  /external/libavc/common/
ih264_macros.h 105 #define GET_BIT(x, pos) ((x) >> (pos)) & 0x1
  /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/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/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_constants.h 121 #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);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/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); }
179 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 44 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;)
46 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); }
198 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 44 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;)
46 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); }
198 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100);
  /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/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 601 #define GET_BIT(X,Y) GET_BITS(X,Y,0x1)
603 #define LMP_3_SLOT_PACKETS(X) GET_BIT(X, 1)
604 #define LMP_ENCRYPTION(X) GET_BIT(X, 2)
605 #define LMP_SLOT_OFFSET(X) GET_BIT(X, 3)
606 #define LMP_TIMING_ACCURACY(X) GET_BIT(X, 4)
607 #define LMP_SWITCH(X) GET_BIT(X, 5)
608 #define LMP_HOLD_MODE(X) GET_BIT(X, 6)
609 #define LMP_SNIFF_MODE(X) GET_BIT(X, 7)
610 #define LMP_PARK_MODE(X) GET_BIT(X, 8)
611 #define LMP_RSSI(X) GET_BIT(X, 9
    [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...]
varinfo6.c     [all...]
  /external/valgrind/perf/
bz2.c     [all...]

Completed in 1044 milliseconds