Searched refs:SEL (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d31 #define SEL(ss) \
40 SEL("0");
44 SEL("0");
45 SEL("1");
46 SEL("100");
47 SEL("-1");
51 SEL("0");
55 SEL("0");
59 SEL("0");
63 SEL("
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp27 using SEL = objc_selector *;
29 using ObjCMsgSendTy = id (*)(id, SEL, ...);
31 using SelRegisterNameTy = SEL (*)(const char *);
110 *jitTargetAddressToPointer<SEL *>(SelEntryAddr) = Sel;
/freebsd-13-stable/sys/dev/sym/
H A Dsym_defs.h304 #define CSEL 0x10 /* r/w: SCSI-SEL */
430 #define SEL 0x20 /* sta: selected by another device */ macro
/freebsd-13-stable/sys/dev/usb/serial/
H A Duslcom.c285 USLCOM_DEV(SEL, C662),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp967 LoopVectorizationCostModel(ScalarEpilogueLowering SEL, Loop *L, argument
976 : ScalarEpilogueStatus(SEL), TheLoop(L), PSE(PSE), LI(LI), Legal(Legal),
7668 ScalarEpilogueLowering SEL = getScalarEpilogueLowering(
7671 LoopVectorizationCostModel CM(SEL, L, PSE, LI, LVL, *TTI, TLI, DB, AC, ORE, F,
7767 ScalarEpilogueLowering SEL = getScalarEpilogueLowering(
7792 SEL = CM_ScalarEpilogueNotAllowedLowTripLoop;
7836 LoopVectorizationCostModel CM(SEL, L, PSE, LI, &LVL, *TTI, TLI, DB, AC, ORE,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp253 // If 'SEL' does not yet refer to any declarations, make it refer to the
254 // predefined 'SEL'.
255 DeclarationName SEL = &Context.Idents.get("SEL"); local
256 if (IdResolver.begin(SEL) == IdResolver.end())
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c536 DBG_SET_FLAG_MIN("select", SEL);
785 PMCDBG1(CPU,SEL,2, "select-cpu cpu=%d", cpu);
794 PMCDBG1(CPU,SEL,2, "select-cpu cpu=%d ok", cpu);
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp1489 id performOptionalSelector( id obj, SEL sel );
1495 inline id performOptionalSelector( id obj, SEL sel ) {
1504 inline id performOptionalSelector( id obj, SEL sel ) {
4817 OcMethod( Class cls, SEL sel ) : m_cls( cls ), m_sel( sel ) {}
4832 SEL m_sel;
4841 SEL sel = NSSelectorFromString( selStr );
4863 SEL selector = method_getName(methods[m]);

Completed in 364 milliseconds