Searched refs:PRIORITY (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | X86TargetParser.h | 63 #define X86_MICROARCH_LEVEL(ENUM, STRING, PRIORITY) FEATURE_##ENUM = PRIORITY, argument
|
| H A D | X86TargetParser.def | 119 // parameter PRIORITY is as required by the attribute 'target' checking. Note 127 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) X86_FEATURE(ENUM, STR) 135 #define X86_MICROARCH_LEVEL(ENUM, STR, PRIORITY)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | X86TargetParser.cpp | 737 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getCpuSupportsMask() argument 739 #define X86_MICROARCH_LEVEL(ENUM, STR, PRIORITY) \ in getCpuSupportsMask() argument 754 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) PRIORITY, in getFeaturePriority() argument 766 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getFeaturePriority() argument 768 return PRIORITY; in getFeaturePriority()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDKernelCodeTInfo.h | 79 COMPPGM1(priority, compute_pgm_rsrc1_priority, PRIORITY),
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | AMDHSAKernelDescriptor.h | 106 COMPUTE_PGM_RSRC1(PRIORITY, 10, 2),
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 1290 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) .Case(STR, true) in validateCpuSupports() argument 1291 #define X86_MICROARCH_LEVEL(ENUM, STR, PRIORITY) .Case(STR, true) in validateCpuSupports() argument 1298 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getFeature() argument
|
| /freebsd-14.2/sbin/pfctl/ |
| H A D | parse.y | 511 %token UPPERLIMIT QUEUE PRIORITY QLIMIT HOGS BUCKETS RTABLE TARGET INTERVAL 1924 | PRIORITY NUMBER { 6323 { "priority", PRIORITY}, in lookup()
|