HomeSort by relevance Sort by last modified time
    Searched refs:eclass (Results 1 - 10 of 10) sorted by null

  /external/elfutils/libelf/
common.h 39 int eclass = (int) ((unsigned char *) buf)[EI_CLASS]; local
43 if (eclass > ELFCLASSNONE && eclass < ELFCLASSNUM
elf_getdata.c 112 convert_data (Elf_Scn *scn, int version, int eclass, int data,
120 size_t align = shtype_map[__libelf_version - 1][eclass - 1][type].align;
122 size_t align = shtype_map[0][eclass - 1][type].align;
158 fp = __elf_xfctstom[version - 1][__libelf_version - 1][eclass - 1][type];
160 fp = __elf_xfctstom[0][0][eclass - 1][type];
  /external/bzip2/
blocksort.c 33 UInt32* eclass,
45 ec_tmp = eclass[tmp];
46 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
54 ec_tmp = eclass[tmp];
55 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
94 UInt32* eclass,
115 fallbackSimpleSort ( fmap, eclass, lo, hi );
128 if (r3 == 0) med = eclass[fmap[lo]]; else
129 if (r3 == 1) med = eclass[fmap[(lo+hi)>>1]]; else
130 med = eclass[fmap[hi]]
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 289 void SetErrorClass(uint8 eclass) { class_ = eclass; }
  /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...]
test_input_for_tinycc.c     [all...]
  /external/icu4c/i18n/
decNumber.c     [all...]

Completed in 567 milliseconds