| /freebsd-12.1/lib/libomp/ |
| H A D | omp-tools.h | 29 #define FOREACH_OMPT_INQUIRY_FN(macro) \ argument 30 macro (ompt_enumerate_states) \ 31 macro (ompt_enumerate_mutex_impls) \ 33 macro (ompt_set_callback) \ 34 macro (ompt_get_callback) \ 36 macro (ompt_get_state) \ 38 macro (ompt_get_parallel_info) \ 39 macro (ompt_get_task_info) \ 40 macro (ompt_get_task_memory) \ 41 macro (ompt_get_thread_data) \ [all …]
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | macro.c | 79 cpp_macro *macro = node->value.macro; in _cpp_warn_if_unused_macro() local 585 macro = node->value.macro; in collect_args() 639 && ! (macro->variadic && argc == macro->paramc)) in collect_args() 693 if (macro->variadic && (argc < macro->paramc in collect_args() 761 cpp_macro *macro = node->value.macro; in enter_macro_context() local 823 limit = macro->exp.tokens + macro->count; in replace_args() 982 context->macro = macro; in push_ptoken_context() 996 context->macro = macro; in _cpp_push_token_context() 1010 context->macro = macro; in _cpp_push_text_context() 1656 node->value.macro = macro; in _cpp_create_definition() [all …]
|
| H A D | traditional.c | 320 macro->args = (size_t *) BUFF_FRONT (macro->buff); in maybe_start_funlike() 330 macro->argc++; in save_argument() 331 if (macro->argc <= macro->node->value.macro->paramc) in save_argument() 332 macro->args[macro->argc] = offset; in save_argument() 701 cpp_macro *macro = node->value.macro; in push_replacement_text() local 758 if (macro->fun_like && (macro->paramc != 0)) in _cpp_replacement_text_len() 786 if (macro->fun_like && (macro->paramc != 0)) in _cpp_copy_replacement_text() 807 memcpy (dest, macro->exp.text, macro->count); in _cpp_copy_replacement_text() 820 cpp_macro *macro = fmacro->node->value.macro; in replace_args_and_push() local 999 macro = NULL; in _cpp_create_trad_definition() [all …]
|
| /freebsd-12.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-12.1/contrib/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) \ 115 macro(TASK_stolen, 0, arg) 169 KMP_FOREACH_DEVELOPER_TIMER(macro, arg) 259 #define KMP_FOREACH_DEVELOPER_TIMER(macro, arg) argument [all …]
|
| /freebsd-12.1/contrib/openmp/runtime/src/include/50/ |
| H A D | omp-tools.h.var | 28 #define FOREACH_OMPT_INQUIRY_FN(macro) \ 29 macro (ompt_enumerate_states) \ 30 macro (ompt_enumerate_mutex_impls) \ 32 macro (ompt_set_callback) \ 33 macro (ompt_get_callback) \ 35 macro (ompt_get_state) \ 37 macro (ompt_get_parallel_info) \ 38 macro (ompt_get_task_info) \ 39 macro (ompt_get_task_memory) \ 40 macro (ompt_get_thread_data) \ [all …]
|
| /freebsd-12.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-12.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-12.1/contrib/amd/ |
| H A D | aux_conf.h.in | 12 * definition for the MOUNT_TRAP macro for a particular architecture. 13 * If it defines the wrong entry, check the AC_CHECK_MOUNT_TRAP m4 macro 17 /* End of included MOUNT_TRAP macro definition file */ 21 * the UNMOUNT_TRAP macro for a particular architecture. 24 * the macro AC_CHECK_UNMOUNT_ARGS in $srcdir/m4/macros. 27 /* End of replaced UNMOUNT_TRAP macro definition */ 33 * definition for the NFS_FH_DREF macro for a particular architecture. 38 /* End of included NFS_FH_DREF macro definition file */ 42 * definition for the NFS_SA_DREF macro for a particular architecture. 47 /* End of included NFS_SA_DREF macro definition file */ [all …]
|
| /freebsd-12.1/sys/tools/ |
| H A D | bus_macro.sh | 34 macro () { function 52 macro barrier o l f 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 67 macro write_multi_$s$w o d c 68 macro write_region_$s$w o d c
|
| /freebsd-12.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-12.1/contrib/binutils/gas/ |
| H A D | macro.c | 520 macro->line, in do_formals() 523 macro->name); in do_formals() 530 macro->line, in do_formals() 534 macro->name); in do_formals() 547 macro->line, in do_formals() 550 macro->name); in do_formals() 559 macro->line, in do_formals() 679 error = hash_jam (macro_hash, macro->name, (PTR) macro); in define_macro() 857 if (! macro in macro_expand_body() 1233 *info = macro; in check_macro() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm-c/ |
| H A D | Core.h | 1514 #define LLVM_FOR_EACH_VALUE_SUBCLASS(macro) \ argument 1515 macro(Argument) \ 1516 macro(BasicBlock) \ 1517 macro(InlineAsm) \ 1518 macro(User) \ 1519 macro(Constant) \ 1520 macro(BlockAddress) \ 1521 macro(ConstantAggregateZero) \ 1522 macro(ConstantArray) \ 1523 macro(ConstantDataSequential) \ [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_errors.h | 366 #define ASAN_FOR_EACH_ERROR_KIND(macro) \ argument 367 macro(DeadlySignal) \ 368 macro(DoubleFree) \ 369 macro(NewDeleteTypeMismatch) \ 370 macro(FreeNotMalloced) \ 371 macro(AllocTypeMismatch) \ 372 macro(MallocUsableSizeNotOwned) \ 373 macro(SanitizerGetAllocatedSizeNotOwned) \ 374 macro(CallocOverflow) \ 375 macro(PvallocOverflow) \ [all …]
|
| /freebsd-12.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 …]
|
| /freebsd-12.1/contrib/gcc/doc/include/ |
| H A D | gcc-common.texi | 15 @macro gcctabopt{body} 17 @end macro 18 @macro gccoptlist{body} 22 @end macro 23 @c Makeinfo handles the above macro OK, TeX needs manual line breaks; 24 @c they get lost at some point in handling the macro. But if @macro is 30 @macro gol 31 @end macro 56 @c page of TeX documentation. This macro should be used in the 59 @macro versionsubtitle [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-cppbuiltin.c | 596 builtin_define_std (const char *macro) in builtin_define_std() argument 598 size_t len = strlen (macro); in builtin_define_std() 604 memcpy (p, macro, len + 1); in builtin_define_std() 627 cpp_define (parse_in, macro); in builtin_define_std() 638 size_t mlen = strlen (macro); in builtin_define_with_value() 649 sprintf (buf, "%s=%s", macro, expansion); in builtin_define_with_value() 660 size_t mlen = strlen (macro); in builtin_define_with_value_n() 664 memcpy (buf, macro, mlen); in builtin_define_with_value_n() 677 size_t mlen = strlen (macro); in builtin_define_with_int_value() 682 memcpy (buf, macro, mlen); in builtin_define_with_int_value() [all …]
|
| H A D | read-rtl.c | 296 || macro->name[attr - p] != 0) in map_attr_string() 443 group = macro->group; in apply_macro_to_rtx() 477 macro, value, mode_maps, in apply_macro_to_rtx() 492 uses_macro_p (rtx x, struct mapping *macro) in uses_macro_p() argument 501 group = macro->group; in uses_macro_p() 510 if (uses_macro_p (XEXP (x, i), macro)) in uses_macro_p() 577 struct mapping *macro; in apply_macro_traverse() local 581 macro = (struct mapping *) *slot; in apply_macro_traverse() 600 if (v != macro->values) in apply_macro_traverse() 1373 "different rtx formats", macro->name); in check_code_macro() [all …]
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_CTX_ctrl.pod | 175 macro. In this case key generation is simply the process of setting up the 177 provided by that macro. Normally applications would call 213 The EVP_PKEY_CTX_get_rsa_pss_saltlen() macro gets the RSA PSS salt length 216 The EVP_PKEY_CTX_set_rsa_keygen_bits() macro sets the RSA key length for 232 The EVP_PKEY_CTX_get_rsa_mgf1_md() macro gets the MGF1 digest for B<ctx>. 244 The EVP_PKEY_CTX_set0_rsa_oaep_label() macro sets the RSA OAEP label to 250 The EVP_PKEY_CTX_get0_rsa_oaep_label() macro gets the RSA OAEP label to 274 The EVP_PKEY_CTX_set_dh_paramgen_type() macro sets the key type for DH 325 The EVP_PKEY_CTX_set_dh_kdf_md() macro sets the key derivation function 329 The EVP_PKEY_CTX_get_dh_kdf_md() macro gets the key derivation function [all …]
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | gdbarch.sh | 107 print="${macro}" 111 print="${macro}" 794 ${class} ${macro}(${actual}) 919 printf "#if !defined (${macro})\n" 949 printf "#if defined (${macro})\n" 953 printf "#define ${macro}_P() (1)\n" 974 printf "#if !defined (${macro})\n" 1011 printf "#if !defined (${macro})\n" 1349 macro in gdbarch.h. 1621 printf "#ifdef ${macro}_P\n" [all …]
|
| /freebsd-12.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-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticLexKinds.td | 282 "whitespace required after macro name">; 284 "whitespace recommended after macro name">; 308 InGroup<DiagGroup<"disabled-macro-expansion">>; 327 InGroup<DiagGroup<"objc-macro-redefinition">>; 430 "missing ')' in macro parameter list">; 432 "invalid token in macro parameter list">; 434 "expected identifier in macro parameter list">; 436 "expected comma in macro parameter list">; 438 "duplicate macro parameter name %0">; 463 "function-like macro %0 is not defined">; [all …]
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | hostconfig.texi | 93 This macro is automatically defined by @file{system.h} if the host 113 If defined, this macro should expand to a character constant 119 Define this macro if the host system is VMS@. 122 Define this macro to be a C string representing the suffix for object 127 Define this macro to be a C string representing the suffix for 148 Define this macro to be a C string representing the format to use for 159 Define this macro to be a C statement (sans semicolon) that performs 180 exits after serious errors. The default is the system-provided macro 182 macro. Define this macro only if these defaults are incorrect. 188 the system doesn't define that macro. Define this macro only if these [all …]
|
| H A D | cpp.texi | 954 @cindex guard macro 956 @dfn{guard macro}. In a user header file, the macro name should not 1251 When the preprocessor expands a macro name, the macro's expansion 1274 more macro names. 1340 macro. The third is the pair that was originally after the macro 1361 parameters in the macro definition. When the macro is expanded, each 1364 macro body.) 1790 macro. 2243 macro. 2693 self-referential macro is used in an argument of another macro [all …]
|
| /freebsd-12.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
|