HomeSort by: relevance | last modified time | path
    Searched refs:MACRO (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/tests/lib/libc/gen/
h_ctype_abuse.c 77 MACRO,
100 if (strcmp(argv[2], "macro") == 0)
101 mode = MACRO;
123 case MACRO: \
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-devices.cc 120 #define AVR_MCU(NAME, ARCH, DEV_ATTRIBUTE, MACRO, DATA_SEC, TEXT_SEC, FLASH_SIZE, PMOFF) \
121 { NAME, ARCH, DEV_ATTRIBUTE, MACRO, DATA_SEC, TEXT_SEC, FLASH_SIZE, PMOFF },
142 if (!mcu->macro)
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-devices.cc 120 #define AVR_MCU(NAME, ARCH, DEV_ATTRIBUTE, MACRO, DATA_SEC, TEXT_SEC, FLASH_SIZE, PMOFF) \
121 { NAME, ARCH, DEV_ATTRIBUTE, MACRO, DATA_SEC, TEXT_SEC, FLASH_SIZE, PMOFF },
142 if (!mcu->macro)
  /src/external/gpl2/groff/dist/contrib/mm/
mmroff.pl 23 open(MACRO, "$check_macro 2>&1 |") || die "run $check_macro:$!";
24 while(<MACRO>) {
68 close(MACRO);
88 my ($f, $ind, $macro) = @_;
93 if ($macro) {
94 $i = '.'.$macro.' "'.join('" "', split(/\t/, $i)).'"';
  /src/sys/dev/microcode/aic7xxx/
aicasm_macro_scan.l 5 * Sub-Lexical Analyzer for macro invokation in
133 /* May be a symbol or a macro invocation. */
135 if (mmlval.sym->type != MACRO) {
136 stop("Expecting Macro Name",
154 stop("EOF encountered in macro call", EX_DATAERR);
aicasm_macro_gram.y 5 * Sub-parser for macro invocation in the Aic7xxx SCSI
97 stop("Too few arguments for macro invocation",
136 if (macro_symbol == NULL || macro_symbol->type != MACRO) {
137 stop("Invalid current symbol for adding macro arg",
142 * Macro Invocation. Find the appropriate argument and fill
152 stop("Too many arguments for macro invocation", EX_DATAERR);
aicasm_symbol.h 65 MACRO
aicasm_gram.y 742 stop("Re-definition of symbol as a macro",
747 cur_symbol->type = MACRO;
1513 case MACRO:
1517 stop("Can't create macro info", EX_SOFTWARE);
1540 if (cur_symbol == NULL || cur_symbol->type != MACRO) {
1541 stop("Invalid current symbol for adding macro arg",
1571 if (cur_symbol == NULL || cur_symbol->type != MACRO) {
1572 stop("Invalid current symbol for adding macro arg",
1578 stop("Can't duplicate macro body text", EX_SOFTWARE);
  /src/usr.bin/fgen/
fgen.h 42 #define MACRO 0x0000F00D
53 /* macro instruction as separate words */
54 struct macro { struct
58 struct macro *l;
59 struct macro *r;
fgen.l 79 static struct macro *aliases = NULL;
310 static int aadd(struct macro *, struct macro *);
311 static struct macro *alookup(struct macro *, const char *);
703 static struct macro macros[] = {
877 aadd(struct macro *dict, struct macro *new)
881 new->type = MACRO;
882 ASSERT(dict->type == MACRO);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 59 CASE(MACRO, MACRO);
85 CASE(MACRO, MACRO);
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 303 ADD_HL_A: .MACRO
310 WAIT3 .MACRO
314 WAIT4 .MACRO
318 WAIT6 .MACRO
323 WAIT7 .MACRO
328 WAIT8 .MACRO
333 WAIT9 .MACRO
339 WAIT10 .MACRO
345 WAIT11 .MACRO
351 WAIT12 .MACRO
    [all...]
  /src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
Mdoc.pm 17 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
61 =item call_macro( MACRO, ARGS, ...
    [all...]
  /src/share/misc/
style 219 * Spacing before and after the macro name may be any whitespace, though
222 * all in lowercase, the macro has the same name all in uppercase.
223 * If the macro is an expression, wrap the expression in parentheses.
224 * If the macro is more than a single statement, use ``do { ... } while (0)''
228 #define MACRO(v, w, x, y) \
243 * Sometimes we want a macro to be conditionally defined for debugging
542 * the SET_ERROR macro from <sys/sdt.h>. Don't use this for
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 234 /* Invoke MACRO (COND) for each fcmp.cond.{s/d} condition. */
235 #define LARCH_FP_CONDITIONS(MACRO) \
236 MACRO (f), \
237 MACRO (un), \
238 MACRO (eq), \
239 MACRO (ueq), \
240 MACRO (olt), \
241 MACRO (ult), \
242 MACRO (ole), \
243 MACRO (ule),
    [all...]
  /src/external/bsd/libpcap/dist/msdos/
pkt_rx0.asm 74 SHOW_RX MACRO
92 ; This macro return ES:DI to tail of Rx queue
94 ENQUEUE MACRO
  /src/external/gpl3/binutils/dist/gas/
macro.c 0 /* macro.c - macro support for gas
27 #include "macro.h"
29 /* The routines in this file handle macro definition and expansion.
32 /* The macro hash table. */
44 /* Number of macro expansions that have been done. */
57 /* Initialize macro processing. */
211 line for macro-expanded listings. */
219 Apply .linefile directives that appear within the macro, alongside
220 keeping them for later expansion of the macro. *
628 macro_entry *macro; local
1216 macro_entry *macro; local
1263 macro_entry *macro; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
macro.c 0 /* macro.c - macro support for gas
27 #include "macro.h"
29 /* The routines in this file handle macro definition and expansion.
43 /* The macro hash table. */
55 /* Number of macro expansions that have been done. */
68 /* Initialize macro processing. */
220 line for macro-expanded listings. */
228 Apply .linefile directives that appear within the macro, alongside
229 keeping them for later expansion of the macro. *
656 macro_entry *macro; local
1255 macro_entry *macro; local
1302 macro_entry *macro; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 231 /* Invoke MACRO (COND) for each fcmp.cond.{s/d} condition. */
232 #define LARCH_FP_CONDITIONS(MACRO) \
233 MACRO (f), \
234 MACRO (un), \
235 MACRO (eq), \
236 MACRO (ueq), \
237 MACRO (olt), \
238 MACRO (ult), \
239 MACRO (ole), \
240 MACRO (ule),
    [all...]
  /src/lib/libc/gen/
getpwent.c 275 #define MACRO(a) do { a } while (0)
276 #define EXPAND(e) MACRO(e = t; while ((*t++ = *p++));)
277 #define SCALAR(v) MACRO(memmove(&(v), p, sizeof v); p += sizeof v;)
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 271 /* Invoke MACRO (COND) for each C.cond.fmt condition. */
272 #define MIPS_FP_CONDITIONS(MACRO) \
273 MACRO (f), \
274 MACRO (un), \
275 MACRO (eq), \
276 MACRO (ueq), \
277 MACRO (olt), \
278 MACRO (ult), \
279 MACRO (ole), \
280 MACRO (ule),
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 271 /* Invoke MACRO (COND) for each C.cond.fmt condition. */
272 #define MIPS_FP_CONDITIONS(MACRO) \
273 MACRO (f), \
274 MACRO (un), \
275 MACRO (eq), \
276 MACRO (ueq), \
277 MACRO (olt), \
278 MACRO (ult), \
279 MACRO (ole), \
280 MACRO (ule),
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp 358 STRINGIFY_CODE(METADATA, MACRO)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 176 macro_import - imported macro data
177 macro_export - exported macro data
3157 maps, and of macro maps. adhoc maps are serialized by contents,
3179 loc_range_t macro; /* Macro map location range. */
3181 int macro_delta; /* Likewise for macro loc. */
3248 const span *macro (location_t);
3269 self. Used for macro visibility and
3275 bytes_in macro_defs; /* Macro definitions. */
3276 bytes_in macro_tbl; /* Macro table. *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 182 macro_import - imported macro data
183 macro_export - exported macro data
3198 maps, and of macro maps. adhoc maps are serialized by contents,
3220 loc_range_t macro; /* Macro map location range. */
3222 int macro_delta; /* Likewise for macro loc. */
3289 const span *macro (location_t);
3354 /* Information about macro locations we stream out. */
3429 self. Used for macro visibility and
3435 bytes_in macro_defs; /* Macro definitions. *
    [all...]

Completed in 70 milliseconds

1 2