/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];
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
ClassLoaderReflectionTest.java | 49 private Class<?> eClass; 59 eClass = loader.loadClass(prefix + "$E"); 93 Type[] types = eClass.getGenericInterfaces();
|
/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/valgrind/main/coregrind/ |
m_transtab.c | 134 eclass[] entries in the containing Sector. Those entries in 137 The eclass info is similar to, and derived from, this entry's 140 UShort tte2ec_ec[3]; // for each, the eclass # 141 UInt tte2ec_ix[3]; // and the index within the eclass. 381 this sector. Returns used location in eclass array. */ 422 eclass entries to 'sec'. */ 444 /* Check the eclass info in 'sec' to ensure it is consistent. Returns 464 /* For each eclass ... */ 476 /* For each tt reference in each eclass .. ensure the reference 478 really include this eclass. * [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...] |