| /src/lib/libomp/ |
| H A D | omp-tools.h | 37 #define FOREACH_OMPT_INQUIRY_FN(macro) \ argument 38 macro (ompt_enumerate_states) \ 39 macro (ompt_enumerate_mutex_impls) \ 41 macro (ompt_set_callback) \ 42 macro (ompt_get_callback) \ 44 macro (ompt_get_state) \ 46 macro (ompt_get_parallel_info) \ 47 macro (ompt_get_task_info) \ 48 macro (ompt_get_task_memory) \ 49 macro (ompt_get_thread_data) \ [all …]
|
| /src/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_stats.h | 95 #define KMP_FOREACH_COUNTER(macro, arg) \ argument 96 macro(OMP_PARALLEL,stats_flags_e::onlyInMaster|stats_flags_e::noTotal,arg) \ 97 macro(OMP_NESTED_PARALLEL, 0, arg) \ 98 macro(OMP_LOOP_STATIC, 0, arg) \ 99 macro(OMP_LOOP_STATIC_STEAL, 0, arg) \ 100 macro(OMP_LOOP_DYNAMIC, 0, arg) \ 101 macro(OMP_DISTRIBUTE, 0, arg) \ 102 macro(OMP_BARRIER, 0, arg) \ 103 macro(OMP_CRITICAL, 0, arg) \ 104 macro(OMP_SINGLE, 0, arg) \ [all …]
|
| /src/sys/dev/bnxt/bnxt_en/ |
| H A D | convert_hsi.pl | 230 foreach my $macro (@macros) { 231 if ($macro =~ /^$macro_prefix(.*)_MASK$/) { 232 my $macro = $&; 233 my $maskdef = $macros{$macro}; 235 my $subfield_value = "(data->$field & $macro)"; 246 delete $$macroshash{$macro}; 248 elsif ($macro =~ /^$macro_prefix(.*)_SFT$/) { 249 delete $$macroshash{$macro}; 251 elsif ($macro =~ /^$macro_prefix\MASK$/) { 253 delete $$macroshash{$macro}; [all …]
|
| /src/lib/libmd/amd64/ |
| H A D | sha1block.S | 53 .macro load index 59 .macro shuffle index 68 .macro func1 a, b, c, d, e 75 .macro func2 a, b, c, d, e 81 .macro func3 a, b, c, d, e 90 .macro func4 a, b, c, d, e 94 .macro mix a, b, c, d, e, const 103 .macro round1 a, b, c, d, e, index 109 .macro round1x a, b, c, d, e, index 115 .macro round2 a, b, c, d, e, index [all …]
|
| H A D | md5block.S | 10 .macro allrounds rfn0, rfn1, rfn2, rfn3 34 .macro round a, b, c, d, f, k, m, s 44 .macro f0 f, b, c, d 52 .macro f1 f, b, c, d 60 .macro f2 f, b, c, d 67 .macro f3 f, b, c, d 75 .macro rounds f, p, q, s0, s1, s2, s3, k0, k1, k2, k3 83 .macro rounds0 i, k0, k1, k2, k3 87 .macro rounds1 i, k0, k1, k2, k3 91 .macro rounds2 i, k0, k1, k2, k3 [all …]
|
| /src/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp-tools.h.var | 37 #define FOREACH_OMPT_INQUIRY_FN(macro) \ 38 macro (ompt_enumerate_states) \ 39 macro (ompt_enumerate_mutex_impls) \ 41 macro (ompt_set_callback) \ 42 macro (ompt_get_callback) \ 44 macro (ompt_get_state) \ 46 macro (ompt_get_parallel_info) \ 47 macro (ompt_get_task_info) \ 48 macro (ompt_get_task_memory) \ 49 macro (ompt_get_thread_data) \ [all …]
|
| /src/sys/tools/ |
| H A D | bus_macro.sh | 33 macro () { function 51 macro barrier o l f 57 macro poke_$w o v 58 macro peek_$w o vp 61 macro read_$s$w o 62 macro read_multi_$s$w o d c 63 macro read_region_$s$w o d c 64 macro set_multi_$s$w o v c 65 macro set_region_$s$w o v c 66 macro write_$s$w o v [all …]
|
| /src/contrib/ntp/sntp/ag-tpl/ |
| H A D | Mdoc.pm | 322 my ($macro, $sub, %def) = @_; 325 $macros{ $macro } = { 331 if ($macros{ $macro }{concat_until}) { 332 $macros{ $macros{ $macro }{concat_until} } = { run => sub { @_ } }; 333 $macros{ $macro }{greedy} = 1; 339 my ($macro) = @_; 340 croak "Macro <$macro> not defined" if not exists $macros{ $macro }; 341 +{ %{ $macros{ $macro } } } 455 my ($macro, @args) = @_; 461 @args = _unquote(@args) if (!$macros{ $macro }{raw}); [all …]
|
| /src/contrib/ntp/sntp/ag-tpl/0-old/ |
| H A D | Mdoc.pm | 295 my ($macro, $sub, %def) = @_; 298 $macros{ $macro } = { 304 if ($macros{ $macro }{concat_until}) { 305 $macros{ $macros{ $macro }{concat_until} } = { run => sub { @_ } }; 306 $macros{ $macro }{greedy} = 1; 312 my ($macro) = @_; 313 croak "Macro <$macro> not defined" if not exists $macros{ $macro }; 314 +{ %{ $macros{ $macro } } } 428 my ($macro, @args) = @_; 434 @args = _unquote(@args) if (!$macros{ $macro }{raw}); [all …]
|
| /src/sys/dev/bhnd/tools/ |
| H A D | bus_macro.sh | 34 macro () { function 63 macro barrier o l f 72 macro read_$s$w o 73 macro read_multi_$s$w o d c 74 macro read_region_$s$w o d c 75 macro write_$s$w o v 76 macro write_multi_$s$w o d c 77 macro write_region_$s$w o d c 87 macro set_multi_$s$w o v c 88 macro set_region_$s$w o v c
|
| /src/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_errors.h | 403 #define ASAN_FOR_EACH_ERROR_KIND(macro) \ argument 404 macro(DeadlySignal) \ 405 macro(DoubleFree) \ 406 macro(NewDeleteTypeMismatch) \ 407 macro(FreeNotMalloced) \ 408 macro(AllocTypeMismatch) \ 409 macro(MallocUsableSizeNotOwned) \ 410 macro(SanitizerGetAllocatedSizeNotOwned) \ 411 macro(CallocOverflow) \ 412 macro(ReallocArrayOverflow) \ [all …]
|
| /src/contrib/mandoc/ |
| H A D | dba.c | 67 struct ohash *macro; in dba_new() local 74 macro = mandoc_malloc(sizeof(*macro)); in dba_new() 75 mandoc_ohash_init(macro, 4, in dba_new() 77 dba_array_set(dba->macros, im, macro); in dba_new() 86 struct ohash *macro; in dba_free() local 90 dba_array_FOREACH(dba->macros, macro) { in dba_free() 91 for (entry = ohash_first(macro, &slot); entry != NULL; in dba_free() 92 entry = ohash_next(macro, &slot)) { in dba_free() 96 ohash_delete(macro); in dba_free() 97 free(macro); in dba_free() [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 1826 #define LLVM_FOR_EACH_VALUE_SUBCLASS(macro) \ argument 1827 macro(Argument) \ 1828 macro(BasicBlock) \ 1829 macro(InlineAsm) \ 1830 macro(User) \ 1831 macro(Constant) \ 1832 macro(BlockAddress) \ 1833 macro(ConstantAggregateZero) \ 1834 macro(ConstantArray) \ 1835 macro(ConstantDataSequential) \ [all …]
|
| /src/sys/i386/include/ |
| H A D | asmacros.h | 72 .macro PUSH_FRAME2 83 .macro PUSH_FRAME 101 .macro SET_KERNEL_SREGS 109 .macro NMOVE_STACKS 122 .macro LOAD_KCR3 129 .macro MOVE_STACKS 134 .macro KENTER
|
| /src/usr.bin/m4/ |
| H A D | NOTES | 1 m4 - macro processor 3 PD m4 is based on the macro tool distributed with the software 6 most of the command set of SysV m4, the standard UN*X macro processor. 8 Since both PD m4 and UN*X m4 are based on SOFTWARE TOOLS macro, 17 Software Tools distribution: macro 42 the macro definition and macro name strings, stored dynamically
|
| /src/contrib/libedit/ |
| H A D | read.c | 62 wchar_t **macro; member 92 if ((ma->macro = el_calloc(EL_MAXMACRO, sizeof(*ma->macro))) == NULL) in read_init() 113 el_free(el->el_read->macros.macro); in read_end() 114 el->el_read->macros.macro = NULL; in read_end() 215 if ((ma->macro[ma->level] = wcsdup(str)) != NULL) in el_wpush() 361 el_free(ma->macro[0]); in read_pop() 363 ma->macro[i] = ma->macro[i + 1]; in read_pop() 372 el_free(ma->macro[ma->level--]); in read_clearmacros() 390 if (ma->macro[0][ma->offset] == '\0') { in el_wgetc() 395 *cp = ma->macro[0][ma->offset++]; in el_wgetc() [all …]
|
| /src/sys/amd64/include/ |
| H A D | asmacros.h | 94 .macro SAVE_SEGS 101 .macro MOVE_STACKS qw 110 .macro PTI_UUENTRY has_err 121 .macro PTI_UENTRY has_err 132 .macro PTI_ENTRY name, contk, contu, has_err=0 144 .macro PTI_INTRENTRY vec_name 155 .macro INTR_PUSH_FRAME vec_name 194 .macro INTR_HANDLER vec_name 200 .macro RESTORE_REGS
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticLexKinds.td | 354 "ISO C99 requires whitespace after the macro name">, InGroup<C99>; 356 "whitespace required after macro name">; 358 "whitespace recommended after macro name">; 378 def pp_poisoning_existing_macro : Warning<"poisoning existing macro">; 381 def ext_pp_undef_builtin_macro : ExtWarn<"undefining builtin macro">, 383 def ext_pp_redef_builtin_macro : ExtWarn<"redefining builtin macro">, 386 "disabled expansion of recursive macro">, DefaultIgnore, 387 InGroup<DiagGroup<"disabled-macro-expansion">>; 388 def pp_macro_not_used : Warning<"macro is not used">, DefaultIgnore, 397 "ambiguous expansion of macro %0">, InGroup<AmbiguousMacro>; [all …]
|
| /src/lib/libmd/aarch64/ |
| H A D | md5block.S | 11 .macro addkm key, m 25 .macro round a, b, c, d, f, key, m, s 35 .macro f0 f, b, c, d 45 .macro round1 a, b, c, d, key, m, s 57 .macro f2 f, b, c, d 63 .macro f3 f, b, c, d 69 .macro rounds f, m0, m1, m2, m3, s0, s1, s2, s3, k0, k1, k2, k3 77 .macro rounds0 m0, m1, m2, m3, k0, k1, k2, k3 81 .macro rounds1 m0, m1, m2, m3, k0, k1, k2, k3 88 .macro rounds2 m0, m1, m2, m3, k0, k1, k2, k3 [all …]
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_FILE.pod | 26 The macro B<OPENSSL_FUNC> attempts to yield the name of the C function 30 The macro B<OPENSSL_MSTR> yields the expansion of the macro given as argument, 32 The macro B<OPENSSL_MSTR_HELPER> is an auxiliary macro for this purpose.
|
| /src/crypto/krb5/src/lib/crypto/builtin/aes/ |
| H A D | iaesx64.s | 39 %macro linux_setup 0 46 %macro inversekey 1 52 %macro aesdeclast1 1 56 %macro aesenclast1 1 60 %macro aesdec1 1 64 %macro aesenc1 1 69 %macro aesdeclast1_u 1 74 %macro aesenclast1_u 1 79 %macro aesdec1_u 1 84 %macro aesenc1_u 1 [all …]
|
| H A D | iaesx86.s | 39 %macro inversekey 1 46 %macro aesdec4 1 57 %macro aesdeclast4 1 68 %macro aesenc4 1 78 %macro aesenclast4 1 89 %macro aesdeclast1 1 93 %macro aesenclast1 1 97 %macro aesdec1 1 102 %macro aesenc1 1 107 %macro aesdeclast1_u 1 [all …]
|
| /src/sys/contrib/libsodium/test/ |
| H A D | constcheck.sh | 8 for macro in $(egrep -r '#define crypto_.*BYTES(_[A-Z]+)? ' src/libsodium/include | \ 11 func=$(echo "$macro" | tr A-Z a-z) 12 echo " assert($func() == $macro);" >> "$CT"
|
| /src/sys/arm64/vmm/ |
| H A D | vmm_hyp_exception.S | 40 .macro save_host_registers 61 .macro restore_host_registers 82 .macro save_guest_registers 111 .macro restore_guest_registers 139 .macro vempty 144 .macro vector name 172 .macro do_world_switch_to_host 186 .macro handle_el2_excp type
|
| /src/contrib/arm-optimized-routines/string/arm/ |
| H A D | asmdefs.h | 101 .macro cfirestorelist first, last 109 .macro cfisavelist first, last, index=1 116 .macro _prologue first=-1, last=-1, push_ip=PAC_LEAF_PUSH_IP, push_lr=0 232 .macro _epilogue first=-1, last=-1, push_ip=PAC_LEAF_PUSH_IP, push_lr=0 328 .macro _preprocess_reglist1 first:req, last:req, push_ip:req, push_lr:req, reglist_op:req 359 .macro _preprocess_reglist first:req, last, push_ip=0, push_lr=0, reglist_op:req 396 .macro _align8 first, last, push_ip=0, push_lr=0, reglist_op=_prologue 432 .macro prologue first, last, push_ip=PAC_LEAF_PUSH_IP, push_lr=0, align8=STACK_ALIGN_ENFORCE 440 .macro epilogue first, last, push_ip=PAC_LEAF_PUSH_IP, push_lr=0, align8=STACK_ALIGN_ENFORCE
|