Searched refs:macro (Results 876 - 900 of 1719) sorted by relevance

<<31323334353637383940>>

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c50 /* Global variables used in macro-related callbacks. */
55 /* Given a cpp MACRO, compute the max length BUFFER_LEN of the macro, as well
57 SUPPORTED to 0 if the macro cannot be mapped to an Ada construct. */
60 macro_length (const cpp_macro *macro, int *supported, int *buffer_len, argument
70 if (macro->fun_like)
73 for (i = 0; i < macro->paramc; i++)
75 cpp_hashnode *param = macro->parm.params[i];
79 if (i + 1 < macro->paramc)
83 else if (macro->variadic)
92 for (j = 0; j < macro
178 const cpp_macro *macro = node->value.macro; local
196 const cpp_macro *macro = node->value.macro; local
240 const cpp_macro *macro = node->value.macro; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc50 /* Global variables used in macro-related callbacks. */
55 /* Given a cpp MACRO, compute the max length BUFFER_LEN of the macro, as well
57 SUPPORTED to 0 if the macro cannot be mapped to an Ada construct. */
60 macro_length (const cpp_macro *macro, int *supported, int *buffer_len, argument
70 if (macro->fun_like)
73 for (i = 0; i < macro->paramc; i++)
75 cpp_hashnode *param = macro->parm.params[i];
79 if (i + 1 < macro->paramc)
83 else if (macro->variadic)
92 for (j = 0; j < macro
178 const cpp_macro *macro = node->value.macro; local
196 const cpp_macro *macro = node->value.macro; local
240 const cpp_macro *macro = node->value.macro; local
[all...]
/netbsd-current/sys/dev/videomode/
H A Dmodelines2c.awk88 macro = "MODE";
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DC4che.pm126 foreach (@{$request{'macro'}})
128 if (! exists ${$req->macro}{$_})
130 ${$req->macro}{$_} = 1;
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dbyteop16m.s8 .macro check_it resL:req, resH:req
18 .macro test_byteop16m i0:req, i1:req, resL:req, resH:req, resLR:req, resHR:req
H A Dbyteop16p.s8 .macro check_it resL:req, resH:req
16 .macro test_byteop16p i0:req, i1:req, resL:req, resH:req, resLR:req, resHR:req
H A Dbyteop1p.s8 .macro check_it res:req
13 .macro test_byteop1p i0:req, i1:req, res:req, resT:req, resR:req, resTR:req
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Ddiv.h73 class macro;
76 macro *mac;
/netbsd-current/sys/arch/x68k/stand/xxboot/
H A Dmemset.S72 .macro PRINT msg
77 .macro TEST name
/netbsd-current/usr.bin/make/unit-tests/
H A Dopt-define.mk29 # The C preprocessor allows to define a macro with a specific value. Make
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/msp430/
H A Dslli.S28 .macro _slli n
71 .macro _slll n
H A Dsrli.S26 .macro _srli n
72 .macro _srll n
H A Dsrai.S26 .macro _srai n
70 .macro _sral n
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmve-vaddsub.s3 .macro all_qqq op
13 .macro all_qqr op
H A Dmve-vstld.s4 .macro all_vstld2 op
29 .macro all_vstld4 op
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dand.d5 # Test the and macro.
H A Dbeq.d5 # Test the beq macro.
H A Djal-xgot-irix.d6 # Test the jal macro with -KPIC -xgot.
H A Djal-xgot.d6 # Test the jal macro with -KPIC -xgot.
H A Dmipsr6@beq.d6 # Test the beq macro.
H A Dunaligned-branch-micromips-1.s178 .macro obj n:req
188 .macro fun n:req
H A Dunaligned-branch-micromips-2.s178 .macro obj n:req
189 .macro fun n:req
H A Dunaligned-jump-micromips-1.s146 .macro obj n:req
156 .macro fun n:req
H A Dunaligned-jump-micromips-2.s146 .macro obj n:req
157 .macro fun n:req
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dcmse-veneers.s6 .macro decltype name, type
17 .macro entry name, type, vis, typespc, visspc, entry_fct

Completed in 158 milliseconds

<<31323334353637383940>>