Home
last modified time | relevance | path

Searched refs:PRIORITY (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.h251 # ifdef PRIORITY
252 # warning undefining PRIORITY due to option name conflict
253 # undef PRIORITY
332 # undef PRIORITY
377 #define OPT_VALUE_PRIORITY (DESC(PRIORITY).optArg.argInt)
H A Dntpd.c981 if (HAVE_OPT( PRIORITY )) {
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.h64 #define X86_MICROARCH_LEVEL(ENUM, STRING, PRIORITY) FEATURE_##ENUM = PRIORITY, argument
H A DX86TargetParser.def123 // parameter PRIORITY is as required by the attribute 'target' checking. Note
131 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) X86_FEATURE(ENUM, STR)
139 #define X86_MICROARCH_LEVEL(ENUM, STR, PRIORITY)
/freebsd/crypto/openssl/test/recipes/95-test_external_tlsfuzzer_data/
H A Dtls-fuzzer-cert.sh5 sed -e "s|@SERVER@|$SERV|g" -e "s/@PORT@/$PORT/g" -e "s/@PRIORITY@/$PRIORITY/g" ${TESTDATADIR}/cert…
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DX86TargetParser.cpp763 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getCpuSupportsMask() argument
765 #define X86_MICROARCH_LEVEL(ENUM, STR, PRIORITY) \ in getCpuSupportsMask() argument
780 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) PRIORITY, in getFeaturePriority() argument
795 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getFeaturePriority() argument
797 return PRIORITY; in getFeaturePriority()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTInfo.h103 COMPPGM1(priority, compute_pgm_rsrc1_priority, PRIORITY),
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h109 COMPUTE_PGM_RSRC1(PRIORITY, 10, 2),
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp1376 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) .Case(STR, true) in validateCpuSupports() argument
1377 #define X86_MICROARCH_LEVEL(ENUM, STR, PRIORITY) .Case(STR, true) in validateCpuSupports() argument
1384 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getFeature() argument
/freebsd/sbin/pfctl/
H A Dparse.y601 %token UPPERLIMIT QUEUE PRIORITY QLIMIT HOGS BUCKETS RTABLE TARGET INTERVAL
1968 | PRIORITY NUMBER {
7218 { "priority", PRIORITY}, in lookup()