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

/freebsd-12-stable/contrib/ntp/lib/isc/include/isc/
H A Deventclass.h34 #define ISC_EVENTCLASS(eclass) ((eclass) << 16)
/freebsd-12-stable/contrib/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...]
/freebsd-12-stable/sys/netsmb/
H A Dsmb_subr.c209 smb_maperror(int eclass, int eno) argument
211 if (eclass == 0 && eno == 0)
213 switch (eclass) {
310 SMBERROR("Unmapped error %d:%d\n", eclass, eno);
H A Dsmb_subr.h116 int smb_maperror(int eclass, int eno);
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1130 uint32_t off, eclass, emachine1, emachine2; local
1165 eclass = ELFCLASS64;
1177 eclass = ELFCLASS32;
1190 if (ehdr.e_ident[EI_CLASS] != eclass) {

Completed in 177 milliseconds