Searched refs:PRIORITY (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntpd-opts.h | 251 # 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 D | ntpd.c | 981 if (HAVE_OPT( PRIORITY )) {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | X86TargetParser.h | 64 #define X86_MICROARCH_LEVEL(ENUM, STRING, PRIORITY) FEATURE_##ENUM = PRIORITY, argument
|
| H A D | X86TargetParser.def | 123 // 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 D | tls-fuzzer-cert.sh | 5 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 D | X86TargetParser.cpp | 763 #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 D | AMDKernelCodeTInfo.h | 103 COMPPGM1(priority, compute_pgm_rsrc1_priority, PRIORITY),
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | AMDHSAKernelDescriptor.h | 109 COMPUTE_PGM_RSRC1(PRIORITY, 10, 2),
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 1376 #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 D | parse.y | 601 %token UPPERLIMIT QUEUE PRIORITY QLIMIT HOGS BUCKETS RTABLE TARGET INTERVAL 1968 | PRIORITY NUMBER { 7218 { "priority", PRIORITY}, in lookup()
|