| /freebsd/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 …]
|
| /freebsd/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 …]
|
| /freebsd/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 …]
|
| /freebsd/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 …]
|
| /freebsd/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 …]
|
| /freebsd/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 …]
|
| /freebsd/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 …]
|
| /freebsd/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 …]
|
| /freebsd/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
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_errors.h | 421 #define ASAN_FOR_EACH_ERROR_KIND(macro) \ argument 422 macro(DeadlySignal) \ 423 macro(DoubleFree) \ 424 macro(NewDeleteTypeMismatch) \ 425 macro(FreeNotMalloced) \ 426 macro(AllocTypeMismatch) \ 427 macro(MallocUsableSizeNotOwned) \ 428 macro(SanitizerGetAllocatedSizeNotOwned) \ 429 macro(CallocOverflow) \ 430 macro(ReallocArrayOverflow) \ [all …]
|
| /freebsd/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() 341 get_macro_entry(struct ohash * macro,const char * value,int32_t np) get_macro_entry() argument 406 struct ohash *macro; dba_macros_write() local 432 dba_macro_write(struct ohash * macro) dba_macro_write() argument [all...] |
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 1878 #define LLVM_FOR_EACH_VALUE_SUBCLASS(macro) \ argument 1879 macro(Argument) \ 1880 macro(BasicBlock) \ 1881 macro(InlineAsm) \ 1882 macro(User) \ 1883 macro(Constant) \ 1884 macro(BlockAddress) \ 1885 macro(ConstantAggregateZero) \ 1886 macro(ConstantArray) \ 1887 macro(ConstantDataSequential) \ [all …]
|
| /freebsd/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
|
| /freebsd/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
|
| /freebsd/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 …]
|
| /freebsd/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
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticLexKinds.td | 362 "ISO C99 requires whitespace after the macro name">, InGroup<C99>; 364 "whitespace required after macro name">; 366 "whitespace recommended after macro name">; 386 def pp_poisoning_existing_macro : Warning<"poisoning existing macro">; 389 def ext_pp_undef_builtin_macro : ExtWarn<"undefining builtin macro">, 391 def ext_pp_redef_builtin_macro : ExtWarn<"redefining builtin macro">, 394 "disabled expansion of recursive macro">, DefaultIgnore, 395 InGroup<DiagGroup<"disabled-macro-expansion">>; 396 def pp_macro_not_used : Warning<"macro is not used">, DefaultIgnore, 408 "ambiguous expansion of macro %0">, InGroup<AmbiguousMacro>; [all …]
|
| /freebsd/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 …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_trampoline_riscv64.S | 17 .macro SAVE_ARG_REGISTERS 40 .macro SAVE_RET_REGISTERS 51 .macro RESTORE_RET_REGISTERS 62 .macro RESTORE_ARG_REGISTERS 85 .macro LOAD_XLEN, rd, src
|
| H A D | xray_trampoline_riscv32.S | 17 .macro SAVE_ARG_REGISTERS 40 .macro RESTORE_ARG_REGISTERS 63 .macro SAVE_RET_REGISTERS 74 .macro RESTORE_RET_REGISTERS 85 .macro LOAD_XLEN, rd, src
|
| /freebsd/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.
|
| /freebsd/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"
|
| /freebsd/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 …]
|
| /freebsd/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
|