HomeSort by relevance Sort by last modified time
    Searched refs:GET_BIT (Results 1 - 7 of 7) 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/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/bluetooth/hcidump/parser/
rfcomm.h 38 #define GET_BIT(pos,bitfield) ((bitfield[(pos)/32]) & (1 << ((pos) % 32)))
  /external/valgrind/main/exp-ptrcheck/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 198 milliseconds