Home
last modified time | relevance | path

Searched full:macros (Results 1 – 25 of 2933) sorted by relevance

12345678910>>...118

/freebsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dposeidon_reg_map_macro.h82 /* macros for BlueprintGlobalNameSpace::AXI_INTERCONNECT_CTRL */
86 /* macros for field FORCE_SEL_ON */
110 /* macros for field SELECT_SLV_PCIE */
134 /* macros for field SW_WOW_ENABLE */
164 /* macros for host_intf_reg_block.AXI_INTERCONNECT_CTRL */
167 /* macros for BlueprintGlobalNameSpace::green_tx_control_1 */
171 /* macros for field green_tx_enable */
195 /* macros for field green_cases */
224 /* macros for BlueprintGlobalNameSpace::bb_reg_page_control */
228 /* macros for field disable_bb_reg_page */
[all …]
H A Dosprey_reg_map_macro.h83 /* macros for BlueprintGlobalNameSpace::MAC_DMA_CR */
87 /* macros for field RXE_LP */
99 /* macros for field RXE_HP */
111 /* macros for field RXD */
131 /* macros for field SWI */
149 /* macros for mac_dma_reg_block.MAC_DMA_CR */
152 /* macros for BlueprintGlobalNameSpace::MAC_DMA_CFG */
156 /* macros for field BE_MODE_XMIT_DESC */
180 /* macros for field BE_MODE_XMIT_DATA */
204 /* macros for field BE_MODE_RCV_DESC */
[all …]
H A Dscorpion_reg_map_macro.h75 /* macros for BlueprintGlobalNameSpace::MAC_DMA_CR */
79 /* macros for field RXE_LP */
91 /* macros for field RXE_HP */
103 /* macros for field RXD */
123 /* macros for field SWI */
135 /* macros for field SPARE */
155 /* macros for mac_dma_reg_map.MAC_DMA_CR */
158 /* macros for BlueprintGlobalNameSpace::MAC_DMA_CFG */
162 /* macros for field BE_MODE_XMIT_DESC */
186 /* macros for field BE_MODE_XMIT_DATA */
[all …]
/freebsd-src/share/doc/usd/18.msdiffs/
H A Dms.diffs46 The \*ms macros have been slightly revised and re\%arranged for the
49 the new macros can be read by the computer
61 and several bothersome errors in the \fBrefer\fP macros.
62 Macros used only at Bell Laboratories have been removed.
63 There are a few extensions to previous \*ms macros,
64 and a number of new macros, but all the documented \*ms macros
158 you can use .IP macros with \e\(**\(**\| as a hanging tag;
161 you would want to use .PP rather then .IP macros,
164 There are four new macros to help produce a table of contents.
166 with optional .XA macros for additional entries;
[all …]
/freebsd-src/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm30 Mdoc - perl module to parse Mdoc macros
51 By default the surrouding "" from arguments to macros are removed, use C<raw>
91 called and for all the nested macros. Every called macro returns a list which
92 is appended to return value and returned when all nested macros are processed.
110 Helper function for generating macros that enclose their arguments.
117 This module implements the Bl/El macros for you. Using set_Bl_callback you can
122 This module implements the Bl/El macros for you. Using set_El_callback you can
165 * The concat_until only works with standalone macros. This means that
169 * Provide default macros for Bd/Ed
212 my %macros;
[all …]
/freebsd-src/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm3 Mdoc - perl module to parse Mdoc macros
24 By default the surrouding "" from arguments to macros are removed, use C<raw>
64 called and for all the nested macros. Every called macro returns a list which
65 is appended to return value and returned when all nested macros are processed.
83 Helper function for generating macros that enclose their arguments.
90 This module implements the Bl/El macros for you. Using set_Bl_callback you can
95 This module implements the Bl/El macros for you. Using set_El_callback you can
138 * The concat_until only works with standalone macros. This means that
142 * Provide default macros for Bd/Ed
185 my %macros;
[all …]
/freebsd-src/share/man/man9/
H A Daltq.942 .Ss Enqueue macros
49 .Ss Dequeue macros
55 .Ss Driver managed dequeue macros
61 .Ss General setup macros
73 introduces new macros to manipulate output queues.
74 The output queue macros are used to abstract queue operations and not to
76 The macros are independent from the
80 macros for ease of transition.
186 macros with the default dequeue macros as the default macros do not look at the
234 sets a flag to indicate that a driver was converted to use the new macros.
[all …]
H A Dsyscall_helper_register.940 .Ss INITIALIZER MACROS
46 .Ss COMPATIBILITY INITIALIZER MACROS
80 macros.
83 and the regular macros shall be used.
86 versions of the macros may be used.
90 argument to the "F" variants of the initializer macros is
/freebsd-src/contrib/mandoc/
H A Dman.746 For a list of portable macros, see
85 This overview is sorted such that macros of similar purpose are listed
87 Deprecated and non-portable macros are not included in the overview,
121 This section is a canonical reference to all macros, arranged
123 For the scoping of individual macros, see
482 macros are classified by scope: line scope or block scope.
483 Line macros are only scoped to the current line (and, in some
485 Block macros are scoped to the current line and subsequent lines until
487 .Ss Line Macros
488 Line macros ar
[all...]
H A Ddba.c72 dba->macros = dba_array_new(MACRO_MAX, 0); in dba_new()
77 dba_array_set(dba->macros, im, macro); in dba_new()
90 dba_array_FOREACH(dba->macros, macro) { in dba_free()
99 dba_array_free(dba->macros); in dba_free()
118 * - One pointer each to the macros table and to the final magic.
120 * - The macros table.
136 dba_macros_write(dba->macros); in dba_write()
334 /*** functions for handling macros ************************************/
375 entry = get_macro_entry(dba_array_get(dba->macros, im), value, np); in dba_macro_new()
386 dba_macro_add(struct dba_array *macros, int32_t im, const char *value, in dba_macro_add() argument
[all …]
/freebsd-src/share/man/man3/
H A Darb.3185 These macros define data structures for and array-based red-black trees.
213 See the examples below for further explanation of how these macros are used.
313 The individual prototype macros expect
330 These macros take the same arguments as the
334 macros, but should be used only once.
347 macros.
397 macros can be used to find a particular element in the tree.
411 macros can be used to traverse the tree:
424 The macros
452 some ARB-specific additional macros are defined.
[all …]
H A Dstdarg.355 and defines four macros for stepping
61 which is used by the macros
168 macros return no value.
202 These macros are
204 compatible with the historic macros they replace.
212 macros conform to
220 macros were introduced in
229 macros, the
231 macros do not permit programmers to
H A DATOMIC_VAR_INIT.396 provides type-generic macros for atomic operations.
107 therefore only be influenced using the macros described.
238 macros can have one of the following values.
254 The previously described macros are identical to the
256 macros, when
266 header implements these macros on top of existing compiler intrinsics to
284 atomic intrinsics, these macros may emit function calls to fallback
292 These macros attempt to conform to
295 These macros appeared in
H A Dstdckdint.321 The function-like macros
50 macros evaluate to
89 .\" macros conform to
97 macros were first introduced in
105 macros and this manual page were written by
/freebsd-src/contrib/sendmail/libmilter/docs/
H A Dsmfi_setsymlist.html17 char *macros
20 Set the list of macros that the milter wants to receive from the MTA
35 <TD>This function can be used to override the list of macros that the
55 look for the C macros with the prefix
63 <TR><TD>macros</TD>
64 <TD>list of macros (separated by space).
67 An empty string ("", not NULL) can be used to specify that no macros
81 <LI><CODE>macros</CODE> is <CODE>NULL</CODE>,
93 <TD>There is an internal limit on the number of macros
H A Dsmfi_getsymval.html27 <TD>smfi_getsymval may be called from within any of the xxfi_* callbacks. Which macros are defined…
45 Single letter macros can optionally be enclosed in braces ("{" and "}"),
48 <A href="#notes">See below</A> for default macros.
64 By default, the following macros are valid in the given contexts:
67 <TR bgcolor="#dddddd"><TH>Sent With</TH><TH>Macros</TH></TR>
79 All macros stay in effect from the point they are received until
91 The scopes of such macros will be determined by when they are set by sendmail.
92 For descriptions of macros' values,
/freebsd-src/crypto/openssl/include/openssl/
H A Dopensslv.h26 * Base version macros
28 * These macros express version number MAJOR.MINOR.PATCH exactly
57 * be related to the API version expressed with the macros above.
63 * SECTION 2: USEFUL MACROS
71 * Macros to get the version in easily digested string form, both the short
73 * with the values from the corresponding OPENSSL_VERSION_ macros) and the
109 # include <openssl/macros.h>
H A Dopensslv.h.in25 * Base version macros
27 * These macros express version number MAJOR.MINOR.PATCH exactly
56 * be related to the API version expressed with the macros above.
62 * SECTION 2: USEFUL MACROS
70 * Macros to get the version in easily digested string form, both the short
72 * with the values from the corresponding OPENSSL_VERSION_ macros) and the
108 # include <openssl/macros.h>
/freebsd-src/sys/dev/bnxt/bnxt_en/
H A Dconvert_hsi.pl187 my %macros = %$macroshash;
189 my @macros = @$macrosref;
230 foreach my $macro (@macros) {
233 my $maskdef = $macros{$macro};
236 if (defined $macros{"$macro_prefix$subfield\_SFT"}) {
269 my $macroeval = $macros{$macro};
301 my @macros=();
302 my %macros=();
312 # Now, pull out the macros...
314 push @macros, $1;
[all …]
/freebsd-src/usr.bin/m4/
H A Dlook.c67 struct ohash macros; variable
92 ohash_init(&macros, 10, &macro_info); in init_macros()
101 return ohash_find(&macros, ohash_qlookup(&macros, name)); in lookup()
109 p = ohash_find(&macros, ohash_qlookup(&macros, name)); in lookup_macro_definition()
143 i = ohash_qlookupi(&macros, name, &end); in create_entry()
144 n = ohash_find(&macros, i); in create_entry()
147 ohash_insert(&macros, i, n); in create_entry()
221 for (n = ohash_first(&macros, &i); n != NULL; in macro_for_all()
222 n = ohash_next(&macros, &i)) in macro_for_all()
259 for (p = ohash_first(&macros, &i); p != NULL; in mark_traced()
[all …]
/freebsd-src/crypto/openssl/doc/man3/
H A DOSSL_trace_enabled.pod24 /* trace group macros */
35 /* one-shot trace macros */
83 but rather uses a set of convenience macros, see the L</Macros> section below.
102 =head2 Macros section in DESCRIPTION
104 There are a number of convenience macros defined, to make tracing
156 so-called one-shot macros:
168 Internally, all one-shot macros are implemented using a generic OSSL_TRACEV()
169 macro, since C90 does not support variadic macros. This helper macro has a rather
243 the convenience macros are defined to produce dead code.
244 For example, take this example from L</Macros> section above:
/freebsd-src/crypto/openssl/doc/internal/man3/
H A DOSSL_DEPRECATED.pod5 OSSL_DEPRECATED, OSSL_DEPRECATED_FOR - General deprecation macros
9 #include <openssl/macros.h>
27 These macros are used to define the version specific deprecation macros
32 [RETURN VALUES isn't relevant for these macros, but find-doc-nits demands
/freebsd-src/secure/lib/libcrypto/man/man3/
H A DOSSL_trace_enabled.3157 \& /* trace group macros */
168 \& /* one\-shot trace macros */
216 but rather uses a set of convenience macros, see the \*(L"Macros\*(R" section below.
232 .SS "Macros"
233 .IX Subsection "Macros"
234 There are a number of convenience macros defined, to make tracing
293 so-called one-shot macros:
307 Internally, all one-shot macros are implemented using a generic \s-1\fBOSSL_TRACEV\s0()\fR
308 macro, since C90 does not support variadic macros. This helper macro has a rather
380 the convenience macros are defined to produce dead code.
[all …]
/freebsd-src/contrib/libedit/
H A Dread.c61 struct macros { struct
68 struct macros macros; argument
76 static void read_clearmacros(struct macros *);
77 static void read_pop(struct macros *);
86 struct macros *ma; in read_init()
91 ma = &el->el_read->macros; in read_init()
112 read_clearmacros(&el->el_read->macros); in read_end()
113 el_free(el->el_read->macros.macro); in read_end()
114 el->el_read->macros.macro = NULL; in read_end()
211 struct macros *ma = &el->el_read->macros; in el_wpush()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp44 for (const auto &Macros : MacroLists) { in dump() local
45 OS << format("0x%08" PRIx64 ":\n", Macros.Offset); in dump()
46 if (Macros.IsDebugMacro) in dump()
47 Macros.Header.dumpMacroHeader(OS); in dump()
48 for (const Entry &E : Macros.Macros) { in dump()
58 if (Macros.IsDebugMacro) in dump()
60 << (Macros.Header.Version < 5 ? GnuMacroString(E.Type) in dump()
93 2 * Macros.Header.getOffsetByteSize(), E.ImportOffset); in dump()
137 M->Macros.emplace_back(); in parseImpl()
138 Entry &E = M->Macros.back(); in parseImpl()

12345678910>>...118