Searched refs:macro (Results 1 - 25 of 172) sorted by relevance

1234567

/freebsd-11-stable/sys/tools/
H A Dbus_macro.sh32 macro () { function
50 macro barrier o l f
54 # macro copy_region_$w so dh do c
55 # macro copy_region_stream_$w ?
56 # macro peek_$w
59 macro read_$s$w o
60 macro read_multi_$s$w o d c
61 macro read_region_$s$w o d c
62 macro set_multi_$s$w o v c
63 macro set_region
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Drequest.h24 class macro;
30 virtual macro *to_macro();
47 class macro : public request_or_macro { class in inherits:request_or_macro
55 macro();
56 ~macro();
57 macro(const macro &);
58 macro(int);
59 macro &operator=(const macro
[all...]
H A Dcharinfo.h22 class macro;
29 macro *mac;
80 macro *set_macro(macro *);
81 macro *setx_macro(macro *, char_mode);
82 macro *get_macro();
196 inline macro *charinfo::get_macro()
/freebsd-11-stable/sys/dev/bhnd/tools/
H A Dbus_macro.sh35 macro () { function
64 macro barrier o l f
68 # macro copy_region_$w so dh do c
69 # macro copy_region_stream_$w ?
70 # macro peek_$w
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
[all...]
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h28 #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_dat
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfma_opt.S9 .macro FUNCTION_BEGIN name
17 .macro FUNCTION_END name
H A Dfmax_opt.S9 .macro FUNCTION_BEGIN name
17 .macro FUNCTION_END name
H A Dfmin_opt.S9 .macro FUNCTION_BEGIN name
17 .macro FUNCTION_END name
H A Dfabs_opt.S9 .macro FUNCTION_BEGIN name
17 .macro FUNCTION_END name
H A Dcommon_entry_exit_abi1.S12 .macro FUNCTION_BEGIN name
20 .macro FUNCTION_END name
24 .macro FALLTHROUGH_TAIL_CALL name0 name1
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmacro.c71 /* Emits a warning if NODE is a macro defined in the main file that
79 cpp_macro *macro = node->value.macro; local
81 if (!macro->used
82 && MAIN_FILE_P (linemap_lookup (pfile->line_table, macro->line)))
83 cpp_error_with_line (pfile, CPP_DL_WARNING, macro->line, 0,
84 "macro \"%s\" is not used", NODE_NAME (node));
112 a builtin macro. */
123 cpp_error (pfile, CPP_DL_ICE, "invalid built-in macro \"%s\"",
197 /* If __LINE__ is embedded in a macro, i
536 _cpp_arguments_ok(cpp_reader *pfile, cpp_macro *macro, const cpp_hashnode *node, unsigned int argc) argument
580 cpp_macro *macro; local
761 cpp_macro *macro = node->value.macro; local
810 replace_args(cpp_reader *pfile, cpp_hashnode *node, cpp_macro *macro, macro_arg *args) argument
976 push_ptoken_context(cpp_reader *pfile, cpp_hashnode *macro, _cpp_buff *buff, const cpp_token **first, unsigned int count) argument
990 _cpp_push_token_context(cpp_reader *pfile, cpp_hashnode *macro, const cpp_token *first, unsigned int count) argument
1004 _cpp_push_text_context(cpp_reader *pfile, cpp_hashnode *macro, const uchar *start, size_t len) argument
1289 _cpp_save_parameter(cpp_reader *pfile, cpp_macro *macro, cpp_hashnode *node) argument
1323 parse_params(cpp_reader *pfile, cpp_macro *macro) argument
1405 alloc_expansion_token(cpp_reader *pfile, cpp_macro *macro) argument
1416 lex_expansion_token(cpp_reader *pfile, cpp_macro *macro) argument
1440 create_iso_definition(cpp_reader *pfile, cpp_macro *macro) argument
1589 cpp_macro *macro; local
1666 check_trad_stringification(cpp_reader *pfile, const cpp_macro *macro, const cpp_string *string) argument
1714 const cpp_macro *macro = node->value.macro; local
[all...]
H A Dtraditional.c1 /* CPP Library - traditional lexical analysis and macro expansion.
24 /* The replacement text of a function-like macro is stored as a
43 /* Structure holding information about a function-like macro
50 /* An array of size the number of macro parameters + 1, containing
51 the offsets of the start of each macro argument in the output
56 /* The hashnode of the macro. */
59 /* The offset of the macro name in the output buffer. */
62 /* The line the macro name appeared on. */
69 /* Lexing state. It is mostly used to prevent macro expansion. */
116 /* Skip a C-style block comment in a macro a
313 maybe_start_funlike(cpp_reader *pfile, cpp_hashnode *node, const uchar *start, struct fun_macro *macro) argument
328 save_argument(struct fun_macro *macro, size_t offset) argument
343 _cpp_scan_out_logical_line(cpp_reader *pfile, cpp_macro *macro) argument
701 cpp_macro *macro = node->value.macro; local
754 _cpp_replacement_text_len(const cpp_macro *macro) argument
784 _cpp_copy_replacement_text(const cpp_macro *macro, uchar *dest) argument
820 cpp_macro *macro = fmacro->node->value.macro; local
882 scan_parameters(cpp_reader *pfile, cpp_macro *macro) argument
924 save_replacement_text(cpp_reader *pfile, cpp_macro *macro, unsigned int arg_index) argument
975 _cpp_create_trad_definition(cpp_reader *pfile, cpp_macro *macro) argument
[all...]
H A Dmakedepend.c41 const char *macro; member in struct:cmd_line_macro
48 add_clm (const char *macro, bool is_undef) argument
53 clm->macro = macro;
174 (clm->is_undef ? cpp_undef : cpp_define) (reader, clm->macro);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h77 * \brief Add new counters under KMP_FOREACH_COUNTER() macro in kmp_stats.h
79 * @param macro a user defined macro that takes three arguments -
80 * macro(COUNTER_NAME, flags, arg)
81 * @param arg a user defined argument to send to the user defined macro
89 * need to do. All of the tables and printing is generated from this macro.
90 * Format is "macro(name, flags, arg)"
95 #define KMP_FOREACH_COUNTER(macro, arg) \
96 macro(OMP_PARALLEL,stats_flags_e::onlyInMaster|stats_flags_e::noTotal,arg) \
97 macro(OMP_NESTED_PARALLE
[all...]
H A Dkmp_version.h21 #error KMP_VERSION_MAJOR macro is not defined.
/freebsd-11-stable/contrib/libreadline/
H A Dmacro.c0 /* macro.c -- keyboard macros for readline. */
58 /* The currently executing macro string. If this is non-zero,
65 /* The current macro string being built. Characters get stuffed
75 /* A structure used to save nested macro strings.
76 It is a linked list of string/index for each saved macro. */
98 /* Return the next character available from a macro, or 0 if
99 there are no macro characters. */
124 /* Save the currently executing macro on a stack of saved macros. */
138 /* Discard the current macro, replacing it with the one
143 struct saved_macro *macro; local
[all...]
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm17 Define new macro. The CODE reference will be called by call_macro(). You can
18 have two distinct definitions for and inline macro and for a standalone macro
27 Normaly CODE reference is passed all arguments up to next nested macro. Set
30 If the concat_until is present, the line is concated until the .Xx macro is
31 found. For example the following macro definition
51 Where C<CODE> is the CODE reference used to define macro called C<NAME>
55 Parse a line from the C<INPUT> filehandle. If a macro was detected it returns a
58 defined it calls it prior to passing argument to a macro, giving caller a
63 Call macro
[all...]
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm44 Define new macro. The CODE reference will be called by call_macro(). You can
45 have two distinct definitions for and inline macro and for a standalone macro
54 Normaly CODE reference is passed all arguments up to next nested macro. Set
57 If the concat_until is present, the line is concated until the .Xx macro is
58 found. For example the following macro definition
78 Where C<CODE> is the CODE reference used to define macro called C<NAME>
82 Parse a line from the C<INPUT> filehandle. If a macro was detected it returns a
85 defined it calls it prior to passing argument to a macro, giving caller a
90 Call macro
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h381 #define ASAN_FOR_EACH_ERROR_KIND(macro) \
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(ReallocArrayOverflo
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Ddba.c67 struct ohash *macro; local
74 macro = mandoc_malloc(sizeof(*macro));
75 mandoc_ohash_init(macro, 4,
77 dba_array_set(dba->macros, im, macro);
86 struct ohash *macro; local
90 dba_array_FOREACH(dba->macros, macro) {
91 for (entry = ohash_first(macro, &slot); entry != NULL;
92 entry = ohash_next(macro, &slot)) {
96 ohash_delete(macro);
341 get_macro_entry(struct ohash *macro, const char *value, int32_t np) argument
406 struct ohash *macro; local
432 dba_macro_write(struct ohash *macro) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dopth-gen.awk102 macro = "OPTION_"
106 macro = "TARGET_"
110 print "#define " macro name \
123 macro = "OPTION_"
127 macro = "TARGET_"
130 print "#define " macro nth_arg(1, opt) \
H A Dc-cppbuiltin.c180 The only macro we care about is this number for the widest supported
554 The macro names and values here were chosen for compatibility with an
586 /* Pass an object-like macro. If it doesn't lie in the user's
596 builtin_define_std (const char *macro) argument
598 size_t len = strlen (macro);
604 memcpy (p, macro, len + 1);
617 /* Define the macro with leading and following __. */
625 /* Finally, define the original macro if permitted. */
627 cpp_define (parse_in, macro);
631 /* Pass an object-like macro an
635 builtin_define_with_value(const char *macro, const char *expansion, int is_str) argument
657 builtin_define_with_value_n(const char *macro, const char *expansion, size_t elen) argument
674 builtin_define_with_int_value(const char *macro, HOST_WIDE_INT value) argument
691 builtin_define_with_hex_fp_value(const char *macro, tree type ATTRIBUTE_UNUSED, int digits, const char *hex_str, const char *fp_suffix, const char *fp_cast) argument
727 builtin_define_type_max(const char *macro, tree type, int is_long) argument
[all...]
/freebsd-11-stable/contrib/groff/contrib/mm/
H A Dmmroff.pl88 my ($f, $ind, $macro) = @_;
93 if ($macro) {
94 $i = '.'.$macro.' "'.join('" "', split(/\t/, $i)).'"';
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_reg.S35 .macro ld32 reg
40 .macro st32 reg
45 .macro ld64 reg
50 .macro st64 reg
/freebsd-11-stable/sys/dev/bnxt/
H A Dconvert_hsi.pl237 foreach my $macro (@macros) {
238 if ($macro =~ /^$macro_prefix(.*)_MASK$/) {
239 my $macro = $&;
240 my $maskdef = $macros{$macro};
242 my $subfield_value = "(data->$field & $macro)";
253 delete $$macroshash{$macro};
255 elsif ($macro =~ /^$macro_prefix(.*)_SFT$/) {
256 delete $$macroshash{$macro};
258 elsif ($macro =~ /^$macro_prefix\MASK$/) {
260 delete $$macroshash{$macro};
[all...]

Completed in 174 milliseconds

1234567