| /freebsd-13.1/sys/dev/bnxt/ |
| H A D | convert_hsi.pl | 237 foreach my $macro (@macros) { 239 my $macro = $&; 253 delete $$macroshash{$macro}; 256 delete $$macroshash{$macro}; 260 delete $$macroshash{$macro}; 263 my $macro = $&; 275 push @vmacros, $macro; 281 $all_single_bits = 0 if ($vmacros{$macro} & ($vmacros{$macro}-1)); 289 delete $$macroshash{$macro}; 297 print OUT "\t\t$subfield_value == $macro ? \"$subfields{$macro}\" :\n"; [all …]
|
| /freebsd-13.1/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) \ 116 macro(TASK_stolen, 0, arg) 181 KMP_FOREACH_DEVELOPER_TIMER(macro, arg) 273 #define KMP_FOREACH_DEVELOPER_TIMER(macro, arg) argument [all …]
|
| H A D | z_Linux_asm.S | 55 .macro KMP_CFI_DEF 57 .macro ALIGN 60 .macro DEBUG_INFO 65 .macro PROC 80 .macro ALIGN size 90 .macro PROC proc 117 .macro ALIGN 121 .macro DEBUG_INFO 127 .macro PROC 137 .macro ALIGN size [all …]
|
| /freebsd-13.1/lib/libomp/ |
| H A D | omp-tools.h | 38 #define FOREACH_OMPT_INQUIRY_FN(macro) \ argument 39 macro (ompt_enumerate_states) \ 40 macro (ompt_enumerate_mutex_impls) \ 42 macro (ompt_set_callback) \ 43 macro (ompt_get_callback) \ 45 macro (ompt_get_state) \ 47 macro (ompt_get_parallel_info) \ 48 macro (ompt_get_task_info) \ 49 macro (ompt_get_task_memory) \ 50 macro (ompt_get_thread_data) \ [all …]
|
| /freebsd-13.1/sys/tools/ |
| H A D | bus_macro.sh | 34 macro () { function 52 macro barrier o l f 58 macro poke_$w o v 59 macro peek_$w o vp 62 macro read_$s$w o 63 macro read_multi_$s$w o d c 64 macro read_region_$s$w o d c 65 macro set_multi_$s$w o v c 66 macro set_region_$s$w o v c 67 macro write_$s$w o v [all …]
|
| /freebsd-13.1/contrib/ntp/sntp/ag-tpl/ |
| H A D | Mdoc.pm | 322 my ($macro, $sub, %def) = @_; 325 $macros{ $macro } = { 331 if ($macros{ $macro }{concat_until}) { 339 my ($macro) = @_; 340 croak "Macro <$macro> not defined" if not exists $macros{ $macro }; 341 +{ %{ $macros{ $macro } } } 455 my ($macro, @args) = @_; 479 if ($macros{ $macro }{concat_until}) { 496 if ($macros{ $macro }{greedy}) { 527 if ($macro && exists $macros{ $macro }) { [all …]
|
| /freebsd-13.1/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}) { 312 my ($macro) = @_; 313 croak "Macro <$macro> not defined" if not exists $macros{ $macro }; 314 +{ %{ $macros{ $macro } } } 428 my ($macro, @args) = @_; 452 if ($macros{ $macro }{concat_until}) { 469 if ($macros{ $macro }{greedy}) { 500 if ($macro && exists $macros{ $macro }) { [all …]
|
| /freebsd-13.1/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-13.1/sys/dev/bhnd/tools/ |
| H A D | bus_macro.sh | 35 macro () { function 64 macro barrier o l f 73 macro read_$s$w o 74 macro read_multi_$s$w o d c 75 macro read_region_$s$w o d c 76 macro write_$s$w o v 77 macro write_multi_$s$w o d c 78 macro write_region_$s$w o d c 88 macro set_multi_$s$w o v c 89 macro set_region_$s$w o v c
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_errors.h | 381 #define ASAN_FOR_EACH_ERROR_KIND(macro) \ argument 382 macro(DeadlySignal) \ 383 macro(DoubleFree) \ 384 macro(NewDeleteTypeMismatch) \ 385 macro(FreeNotMalloced) \ 386 macro(AllocTypeMismatch) \ 387 macro(MallocUsableSizeNotOwned) \ 388 macro(SanitizerGetAllocatedSizeNotOwned) \ 389 macro(CallocOverflow) \ 390 macro(ReallocArrayOverflow) \ [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 1562 #define LLVM_FOR_EACH_VALUE_SUBCLASS(macro) \ argument 1563 macro(Argument) \ 1564 macro(BasicBlock) \ 1565 macro(InlineAsm) \ 1566 macro(User) \ 1567 macro(Constant) \ 1568 macro(BlockAddress) \ 1569 macro(ConstantAggregateZero) \ 1570 macro(ConstantArray) \ 1571 macro(ConstantDataSequential) \ [all …]
|
| /freebsd-13.1/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() 86 struct ohash *macro; in dba_free() local 96 ohash_delete(macro); in dba_free() 97 free(macro); in dba_free() 353 ohash_insert(macro, slot, entry); in get_macro_entry() 406 struct ohash *macro; in dba_macros_write() local 411 dba_array_FOREACH(macros, macro) { in dba_macros_write() 413 dba_macro_write(macro); in dba_macros_write() [all …]
|
| H A D | dbm.c | 44 struct macro { struct 66 static struct macro *macros[MACRO_MAX]; argument 117 macros[im] = (struct macro *)++ep; in dbm_open() 407 static struct dbm_macro macro; in dbm_macro_get() local 413 macro.value = dbm_get(macros[im][iv].value); in dbm_macro_get() 414 macro.pp = dbm_get(macros[im][iv].pages); in dbm_macro_get() 415 return ¯o; in dbm_macro_get()
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_CTX_ctrl.pod | 179 macro. In this case key generation is simply the process of setting up the 181 provided by that macro. Normally applications would call 217 The EVP_PKEY_CTX_get_rsa_pss_saltlen() macro gets the RSA PSS salt length 220 The EVP_PKEY_CTX_set_rsa_keygen_bits() macro sets the RSA key length for 236 The EVP_PKEY_CTX_get_rsa_mgf1_md() macro gets the MGF1 digest for B<ctx>. 248 The EVP_PKEY_CTX_set0_rsa_oaep_label() macro sets the RSA OAEP label to 254 The EVP_PKEY_CTX_get0_rsa_oaep_label() macro gets the RSA OAEP label to 288 The EVP_PKEY_CTX_set_dh_paramgen_type() macro sets the key type for DH 339 The EVP_PKEY_CTX_set_dh_kdf_md() macro sets the key derivation function 343 The EVP_PKEY_CTX_get_dh_kdf_md() macro gets the key derivation function [all …]
|
| /freebsd-13.1/contrib/cortex-strings/src/thumb/ |
| H A D | aeabi_idiv.S | 73 .macro cfi_end end_label 81 .macro THUMB_LDIV0 name signed 88 .macro FUNC_END name 92 .macro DIV_FUNC_END name signed 100 .macro THUMB_FUNC_START name 107 .macro FUNC_START name 118 .macro FUNC_ALIAS new old 134 .macro BranchToDiv n, label 140 .macro DoDiv n 150 .macro THUMB1_Div_Positive [all …]
|
| /freebsd-13.1/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-13.1/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() 111 el_free(el_read->macros.macro); in read_end() 112 el_read->macros.macro = NULL; in read_end() 212 if ((ma->macro[ma->level] = wcsdup(str)) != NULL) in el_wpush() 359 el_free(ma->macro[0]); in read_pop() 361 ma->macro[i] = ma->macro[i + 1]; in read_pop() 370 el_free(ma->macro[ma->level--]); in read_clearmacros() 388 if (ma->macro[0][ma->offset] == '\0') { in el_wgetc() 393 *cp = ma->macro[0][ma->offset++]; in el_wgetc() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticLexKinds.td | 286 "whitespace required after macro name">; 288 "whitespace recommended after macro name">; 319 InGroup<DiagGroup<"disabled-macro-expansion">>; 341 InGroup<DiagGroup<"objc-macro-redefinition">>; 450 "missing ')' in macro parameter list">; 452 "invalid token in macro parameter list">; 454 "expected identifier in macro parameter list">; 456 "expected comma in macro parameter list">; 458 "duplicate macro parameter name %0">; 485 "function-like macro %0 is not defined">; [all …]
|
| /freebsd-13.1/sys/i386/include/ |
| H A D | asmacros.h | 152 .macro PUSH_FRAME2 163 .macro PUSH_FRAME 181 .macro SET_KERNEL_SREGS 189 .macro NMOVE_STACKS 202 .macro LOAD_KCR3 209 .macro MOVE_STACKS 214 .macro KENTER
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | __undef_macros | 14 _LIBCPP_WARNING("macro min is incompatible with C++. Try #define NOMINMAX " 17 #warning: macro min is incompatible with C++. #undefing min 26 _LIBCPP_WARNING("macro max is incompatible with C++. Try #define NOMINMAX " 29 #warning: macro max is incompatible with C++. #undefing max
|
| /freebsd-13.1/sys/amd64/include/ |
| H A D | asmacros.h | 170 .macro SAVE_SEGS 177 .macro MOVE_STACKS qw 186 .macro PTI_UUENTRY has_err 197 .macro PTI_UENTRY has_err 208 .macro PTI_ENTRY name, contk, contu, has_err=0 220 .macro PTI_INTRENTRY vec_name 231 .macro INTR_PUSH_FRAME vec_name 270 .macro INTR_HANDLER vec_name 276 .macro RESTORE_REGS
|
| /freebsd-13.1/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-13.1/contrib/libucl/include/ |
| H A D | ucl++.h | 488 for (auto & macro : macros) { 490 if (std::get<1>(macro).handler != NULL) { 492 std::get<0>(macro).c_str(), 493 std::get<1>(macro).handler, 498 std::get<0>(macro).c_str(), 499 std::get<1>(macro).ctx_handler, 534 for (auto & macro : macros) { 538 std::get<0>(macro).c_str(), 539 std::get<1>(macro).handler, 544 std::get<0>(macro).c_str(), [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| H A D | common_entry_exit_abi1.S | 12 .macro FUNCTION_BEGIN name 20 .macro FUNCTION_END name 24 .macro FALLTHROUGH_TAIL_CALL name0 name1
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | exception.S | 41 .macro save_registers_head el 76 .macro save_registers el 107 .macro restore_registers el 163 .macro do_ast 246 .macro vector name, el 256 .macro vempty el
|