Home
last modified time | relevance | path

Searched full:eclass (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/bzip2/
H A Dblocksort.c33 UInt32* eclass, in fallbackSimpleSort() argument
45 ec_tmp = eclass[tmp]; in fallbackSimpleSort()
46 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 ) in fallbackSimpleSort()
54 ec_tmp = eclass[tmp]; in fallbackSimpleSort()
55 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ ) in fallbackSimpleSort()
94 UInt32* eclass, in fallbackQSort3() argument
115 fallbackSimpleSort ( fmap, eclass, lo, hi ); in fallbackQSort3()
128 if (r3 == 0) med = eclass[fmap[lo]]; else in fallbackQSort3()
129 if (r3 == 1) med = eclass[fmap[(lo+hi)>>1]]; else in fallbackQSort3()
130 med = eclass[fmap[hi]]; in fallbackQSort3()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dgentoo41 # Summary: Gentoo ebuild and eclass files
49 0 search/512 @ECLASS:\040 Gentoo eclass
51 !:mime application/vnd.gentoo.eclass
/freebsd/sys/netsmb/
H A Dsmb_subr.c204 smb_maperror(int eclass, int eno) in smb_maperror() argument
206 if (eclass == 0 && eno == 0) in smb_maperror()
208 switch (eclass) { in smb_maperror()
305 SMBERROR("Unmapped error %d:%d\n", eclass, eno); in smb_maperror()
H A Dsmb_subr.h113 int smb_maperror(int eclass, int eno);
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Deventclass.h34 #define ISC_EVENTCLASS(eclass) ((eclass) << 16) argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2344 CongruenceClass *EClass = nullptr; in performCongruenceFinding() local
2346 EClass = ValueToClass.lookup(VE->getVariableValue()); in performCongruenceFinding()
2348 EClass = TOPClass; in performCongruenceFinding()
2350 if (!EClass) { in performCongruenceFinding()
2374 EClass = NewClass; in performCongruenceFinding()
2384 EClass = lookupResult.first->second; in performCongruenceFinding()
2386 assert((isa<Constant>(EClass->getLeader()) || in performCongruenceFinding()
2387 (EClass->getStoredValue() && in performCongruenceFinding()
2388 isa<Constant>(EClass->getStoredValue()))) && in performCongruenceFinding()
2392 assert(EClass && "Somehow don't have an eclass"); in performCongruenceFinding()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1207 uint32_t off, eclass, emachine1, emachine2; in process_obj() local
1242 eclass = ELFCLASS64; in process_obj()
1257 eclass = ELFCLASS32; in process_obj()
1268 if (ehdr.e_ident[EI_CLASS] != eclass) { in process_obj()