Searched refs:eclass (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Derrwarn.h133 * \param eclass base error class to check against
134 * \return Nonzero if error indicator is set and a subclass of eclass, 0
138 int yasm_error_matches(yasm_error_class eclass);
148 * \param eclass error class
153 void yasm_error_set_va(yasm_error_class eclass, const char *format, va_list va);
157 * \param eclass error class
162 void yasm_error_set(yasm_error_class eclass, const char *format, ...)
192 * all output values are set to 0 (including eclass, which is set to
194 * \param eclass error class (output)
200 void yasm_error_fetch(/*@out@*/ yasm_error_class *eclass,
[all...]
H A Derrwarn.c261 yasm_error_matches(yasm_error_class eclass) argument
264 return eclass == YASM_ERROR_NONE;
266 return eclass == YASM_ERROR_GENERAL;
267 return (yasm_eclass & eclass) == eclass;
271 yasm_error_set_va(yasm_error_class eclass, const char *format, va_list va) argument
276 yasm_eclass = eclass;
286 yasm_error_set(yasm_error_class eclass, const char *format, ...) argument
290 yasm_error_set_va(eclass, format, va);
320 yasm_error_fetch(yasm_error_class *eclass, cha argument
455 yasm_error_class eclass; local
[all...]
H A Dinsn.c240 yasm_error_class eclass; local
260 yasm_error_fetch(&eclass, &str, &xrefline, &xrefstr);
266 yasm_error_set(eclass, "%s in memory expression", str);
278 yasm_error_fetch(&eclass, &str, &xrefline, &xrefstr);
284 yasm_error_set(eclass, "%s in immediate expression",
/external/elfutils/0.153/libelf/
H A Dcommon.h74 int eclass = (int) ((unsigned char *) buf)[EI_CLASS]; local
78 if (eclass > ELFCLASSNONE && eclass < ELFCLASSNUM
H A Delf_getdata.c134 convert_data (Elf_Scn *scn, int version __attribute__ ((unused)), int eclass, argument
137 const size_t align = __libelf_type_align (eclass, type);
170 fp = __elf_xfctstom[version - 1][__libelf_version - 1][eclass - 1][type];
172 fp = __elf_xfctstom[0][0][eclass - 1][type];
/external/qemu/qobject/
H A Dqerror.c83 void qerror_report(ErrorClass eclass, const char *fmt, ...) argument
89 qerror = qerror_from_info(eclass, fmt, &va);
/external/bzip2/
H A Dblocksort.c33 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[fma
32 fallbackSimpleSort( UInt32* fmap, UInt32* eclass, Int32 lo, Int32 hi ) argument
93 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
212 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver_unittest.cc220 EXPECT_EQ(4, err->eclass());
240 EXPECT_EQ(6, err->eclass());
366 EXPECT_EQ(4, err->eclass());
390 EXPECT_EQ(4, err->eclass());
415 EXPECT_EQ(4, err->eclass());
440 EXPECT_EQ(4, err->eclass());
464 EXPECT_EQ(6, err->eclass());
537 EXPECT_EQ(6, err->eclass());
H A Dstun.h445 int eclass() const { return class_; } function in class:cricket::StunErrorCodeAttribute
448 void SetClass(uint8 eclass) { class_ = eclass; } argument
H A Dstunport.cc90 << " class=" << attr->eclass()
H A Dport.cc438 << " class=" << error_code->eclass()
1286 error_code = error_attr->eclass() * 256 + error_attr->number();
H A Dstun_unittest.cc1010 EXPECT_EQ(kTestErrorClass, errorcode->eclass());
H A Dport_unittest.cc1402 EXPECT_EQ(STUN_ERROR_SERVER_ERROR / 256, error_attr->eclass());
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c2055 UInt32* eclass,
2067 ec_tmp = eclass[tmp];
2068 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
2076 ec_tmp = eclass[tmp];
2077 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
2116 UInt32* eclass,
2137 fallbackSimpleSort ( fmap, eclass, lo, hi );
2150 if (r3 == 0) med = eclass[fmap[lo]]; else
2151 if (r3 == 1) med = eclass[fmap[(lo+hi)>>1]]; else
2152 med = eclass[fma
2054 fallbackSimpleSort( UInt32* fmap, UInt32* eclass, Int32 lo, Int32 hi ) argument
2115 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
2234 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c2079 UInt32* eclass,
2091 ec_tmp = eclass[tmp];
2092 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
2100 ec_tmp = eclass[tmp];
2101 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
2140 UInt32* eclass,
2161 fallbackSimpleSort ( fmap, eclass, lo, hi );
2174 if (r3 == 0) med = eclass[fmap[lo]]; else
2175 if (r3 == 1) med = eclass[fmap[(lo+hi)>>1]]; else
2176 med = eclass[fma
2078 fallbackSimpleSort( UInt32* fmap, UInt32* eclass, Int32 lo, Int32 hi ) argument
2139 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
2258 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c2070 UInt32* eclass,
2082 ec_tmp = eclass[tmp];
2083 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
2091 ec_tmp = eclass[tmp];
2092 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
2131 UInt32* eclass,
2152 fallbackSimpleSort ( fmap, eclass, lo, hi );
2165 if (r3 == 0) med = eclass[fmap[lo]]; else
2166 if (r3 == 1) med = eclass[fmap[(lo+hi)>>1]]; else
2167 med = eclass[fma
2069 fallbackSimpleSort( UInt32* fmap, UInt32* eclass, Int32 lo, Int32 hi ) argument
2130 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
2249 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
H A Dvarinfo6.c2108 UInt32* eclass,
2120 ec_tmp = eclass[tmp];
2121 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
2129 ec_tmp = eclass[tmp];
2130 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
2169 UInt32* eclass,
2190 fallbackSimpleSort ( fmap, eclass, lo, hi );
2203 if (r3 == 0) med = eclass[fmap[lo]]; else
2204 if (r3 == 1) med = eclass[fmap[(lo+hi)>>1]]; else
2205 med = eclass[fma
2107 fallbackSimpleSort( UInt32* fmap, UInt32* eclass, Int32 lo, Int32 hi ) argument
2168 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
2287 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
/external/valgrind/main/perf/
H A Dbz2.c2070 UInt32* eclass,
2082 ec_tmp = eclass[tmp];
2083 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
2091 ec_tmp = eclass[tmp];
2092 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
2131 UInt32* eclass,
2152 fallbackSimpleSort ( fmap, eclass, lo, hi );
2165 if (r3 == 0) med = eclass[fmap[lo]]; else
2166 if (r3 == 1) med = eclass[fmap[(lo+hi)>>1]]; else
2167 med = eclass[fma
2069 fallbackSimpleSort( UInt32* fmap, UInt32* eclass, Int32 lo, Int32 hi ) argument
2130 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
2249 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
H A Dtest_input_for_tinycc.c1948 UInt32* eclass,
1960 ec_tmp = eclass[tmp];
1961 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
1969 ec_tmp = eclass[tmp];
1970 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
1978 UInt32* eclass,
1999 fallbackSimpleSort ( fmap, eclass, lo, hi );
2005 if (r3 == 0) med = eclass[fmap[lo]]; else
2006 if (r3 == 1) med = eclass[fmap[(lo+hi)>>1]]; else
2007 med = eclass[fma
1947 fallbackSimpleSort( UInt32* fmap, UInt32* eclass, Int32 lo, Int32 hi ) argument
1977 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
2060 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm.c314 yasm_error_class eclass; local
318 yasm_error_fetch(&eclass, &estr, &xrefline, &xrefstr);
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm.c420 yasm_error_class eclass; local
424 yasm_error_fetch(&eclass, &estr, &xrefline, &xrefstr);
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c3351 /* eclass is a valid decClass */
3354 const char *uprv_decNumberClassToString(enum decClass eclass) { argument
3355 if (eclass==DEC_CLASS_POS_NORMAL) return DEC_ClassString_PN;
3356 if (eclass==DEC_CLASS_NEG_NORMAL) return DEC_ClassString_NN;
3357 if (eclass==DEC_CLASS_POS_ZERO) return DEC_ClassString_PZ;
3358 if (eclass==DEC_CLASS_NEG_ZERO) return DEC_ClassString_NZ;
3359 if (eclass==DEC_CLASS_POS_SUBNORMAL) return DEC_ClassString_PS;
3360 if (eclass==DEC_CLASS_NEG_SUBNORMAL) return DEC_ClassString_NS;
3361 if (eclass==DEC_CLASS_POS_INF) return DEC_ClassString_PI;
3362 if (eclass
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c3353 /* eclass is a valid decClass */
3356 const char *uprv_decNumberClassToString(enum decClass eclass) { argument
3357 if (eclass==DEC_CLASS_POS_NORMAL) return DEC_ClassString_PN;
3358 if (eclass==DEC_CLASS_NEG_NORMAL) return DEC_ClassString_NN;
3359 if (eclass==DEC_CLASS_POS_ZERO) return DEC_ClassString_PZ;
3360 if (eclass==DEC_CLASS_NEG_ZERO) return DEC_ClassString_NZ;
3361 if (eclass==DEC_CLASS_POS_SUBNORMAL) return DEC_ClassString_PS;
3362 if (eclass==DEC_CLASS_NEG_SUBNORMAL) return DEC_ClassString_NS;
3363 if (eclass==DEC_CLASS_POS_INF) return DEC_ClassString_PI;
3364 if (eclass
[all...]
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1881 milliseconds