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

123456

/freebsd-13-stable/sys/tools/
H A Dbus_macro.sh34 macro () { function
52 macro barrier o l f
56 # macro copy_region_$w so dh do c
57 # macro copy_region_stream_$w ?
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
[all...]
/freebsd-13-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-13-stable/sbin/pfctl/tests/
H A DMakefile6 ATF_TESTS_SH= macro
/freebsd-13-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-13-stable/sys/contrib/libsodium/test/
H A Dconstcheck.sh8 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-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-13-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-13-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-13-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-13-stable/contrib/mandoc/
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-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dcommon_entry_exit_abi1.S12 .macro FUNCTION_BEGIN name
20 .macro FUNCTION_END name
24 .macro FALLTHROUGH_TAIL_CALL name0 name1
H A Ddivdi3.S9 .macro FUNCTION_BEGIN name
17 .macro FUNCTION_END name
H A Dmemcpy_likely_aligned.S10 .macro FUNCTION_BEGIN name
18 .macro FUNCTION_END name
H A Dmoddi3.S9 .macro FUNCTION_BEGIN name
17 .macro FUNCTION_END name
H A Dmodsi3.S11 .macro FUNCTION_BEGIN name
19 .macro FUNCTION_END name
H A Dudivdi3.S10 .macro FUNCTION_BEGIN name
18 .macro FUNCTION_END name
H A Dudivmoddi4.S10 .macro FUNCTION_BEGIN name
18 .macro FUNCTION_END name
H A Dudivmodsi4.S10 .macro FUNCTION_BEGIN name
18 .macro FUNCTION_END name
H A Dudivsi3.S9 .macro FUNCTION_BEGIN name
17 .macro FUNCTION_END name
H A Dumoddi3.S10 .macro FUNCTION_BEGIN name
18 .macro FUNCTION_END name
/freebsd-13-stable/contrib/cortex-strings/src/thumb/
H A Daeabi_idiv.S48 .macro cfi_start start_label, end_label
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 DoDi
[all...]
/freebsd-13-stable/contrib/lib9p/
H A DGNUmakefile16 WFLAGS += -Wno-gnu-zero-variadic-macro-arguments
19 WFLAGS += -Wno-disabled-macro-expansion
24 WFLAGS += -Wno-reserved-id-macro
/freebsd-13-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...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h1518 * functions are defined by a macro, so it isn't obvious which are
1527 #define LLVM_FOR_EACH_VALUE_SUBCLASS(macro) \
1528 macro(Argument) \
1529 macro(BasicBlock) \
1530 macro(InlineAsm) \
1531 macro(User) \
1532 macro(Constant) \
1533 macro(BlockAddress) \
1534 macro(ConstantAggregateZero) \
1535 macro(ConstantArra
[all...]

Completed in 225 milliseconds

123456