Searched refs:PRIORITY (Results 1 – 9 of 9) 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 | 63 #define X86_MICROARCH_LEVEL(ENUM, STRING, PRIORITY) FEATURE_##ENUM = PRIORITY, argument
|
H A D | X86TargetParser.def | 122 // parameter PRIORITY is as required by the attribute 'target' checking. Note 130 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) X86_FEATURE(ENUM, STR) 138 #define X86_MICROARCH_LEVEL(ENUM, STR, PRIORITY)
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | X86TargetParser.cpp | 739 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getCpuSupportsMask() argument 741 #define X86_MICROARCH_LEVEL(ENUM, STR, PRIORITY) \ in getCpuSupportsMask() argument 756 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) PRIORITY, in getFeaturePriority() argument 771 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getFeaturePriority() argument 773 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 | 1292 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) .Case(STR, true) in validateCpuSupports() argument 1293 #define X86_MICROARCH_LEVEL(ENUM, STR, PRIORITY) .Case(STR, true) in validateCpuSupports() argument 1300 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getFeature() argument
|
/freebsd/sbin/pfctl/ |
H A D | parse.y | 514 %token UPPERLIMIT QUEUE PRIORITY QLIMIT HOGS BUCKETS RTABLE TARGET INTERVAL 1927 | PRIORITY NUMBER { 6393 { "priority", PRIORITY}, in lookup()
|