Searched refs:macro (Results 426 - 450 of 700) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dhead.S227 * SERIAL_DEBUG: There are a series of putc() macro statements
402 * register and saves the registers, it also defines another macro
405 * macro to restore registers and jump back to the caller.
406 * - func_define generates another macro to automatically put arguments
421 .macro func_start name,saveregs,stack=0
427 .macro func_return_\name
434 .macro func_return name
438 .macro func_call name
442 .macro move_stack nr,arg1,arg2,arg3,arg4
449 .macro func_defin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtexutils.cpp147 // Look for \label macro, use this ref name if found or
1178 * Custom macro stuff
1479 if (line[0] != _T('\\')) // Not a macro definition, so must be NAME=VALUE
1518 OnError(_T("Expected { followed by macro body: malformed tex2rtf.ini file."));
1522 CustomMacro *macro = new CustomMacro(macroName.c_str(), noArgs, NULL); local
1525 macro->macroBody = copystring(macroBody.c_str());
1528 CustomMacroList.Append(macroName.c_str(), macro);
1544 CustomMacro *macro = (CustomMacro *)node->GetData(); local
1545 return macro;
1563 CustomMacro *macro local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcppconst.tex133 \twocolitem{\_\_BORLANDC\_\_}{Borland C++. The value of the macro corresponds
146 \twocolitem{\_\_VISUALC\_\_}{Microsoft Visual C++. The value of this macro
150 \twocolitem{\_\_WATCOMC\_\_}{Watcom C++. The value of this macro corresponds to
202 \twocolitem{wxUSE\_GUI}{this particular feature test macro is defined to $1$
211 \twocolitem{wxNO\_THREADS}{if this macro is defined, the compilation options
H A Dtunicode.tex133 Finally, there is a special \helpref{wxT()}{wxt} macro which should enclose all
135 fragment with the one above, this macro expands to nothing in the (usual) ANSI
140 don't forget to enclose all string literals inside \helpref{wxT()}{wxt} macro, your
147 \item Always enclose literal string constants in \helpref{wxT()}{wxt} macro
149 wxWidgets macro \helpref{\_()}{underscore} does it, for example, so there is no
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dvp8dsp.asm176 %macro FILTER_SSSE3 3
555 %macro FILTER_V 3
679 %macro FILTER_BILINEAR 3
777 %macro FILTER_BILINEAR_SSSE3 1
900 %macro ADD_DC 4
1087 ; this macro assumes that m6/m7 have words for 20091/17734 loaded
1088 %macro VP8_MULTIPLY_SUMSUB 4
1108 %macro VP8_IDCT_TRANSFORM4x4_1D 6
1118 %macro VP8_IDCT_ADD 1
1162 %macro SCATTER_WH
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/asm/
H A Drc4-ia64.pl392 /* Define a macro for the bit number of the n-th byte: */
407 /* MODSCHED_RC4 macro was split to _PROLOGUE and _LOOP, because HP-UX
408 assembler failed on original macro with syntax error. <appro> */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dconfig.status1101 macro = mac2[1]
1103 if (D_is_set[macro]) {
1105 print prefix "define", macro P[macro] D[macro]
1112 print "/*", prefix defundef, macro, "*/"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfig.status1450 macro = mac2[1]
1452 if (D_is_set[macro]) {
1454 print prefix "define", macro P[macro] D[macro]
1461 print "/*", prefix defundef, macro, "*/"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl392 /* Define a macro for the bit number of the n-th byte: */
407 /* MODSCHED_RC4 macro was split to _PROLOGUE and _LOOP, because HP-UX
408 assembler failed on original macro with syntax error. <appro> */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A Dconfig.status1255 macro = mac2[1]
1257 if (D_is_set[macro]) {
1259 print prefix "define", macro P[macro] D[macro]
1266 print "/*", prefix defundef, macro, "*/"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dh264cmc_neon.S24 .macro h264_chroma_mc8 type, codec=h264
182 .macro h264_chroma_mc4 type, codec=h264
341 .macro h264_chroma_mc2 type
H A Dsimple_idct_neon.S48 .macro idct_col4_top
250 .macro idct_start data
259 .macro idct_end
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dsimple_idct_neon.S48 .macro idct_col4_top
250 .macro idct_start data
259 .macro idct_end
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/
H A Dconfig.status1188 macro = mac2[1]
1190 if (D_is_set[macro]) {
1192 print prefix "define", macro P[macro] D[macro]
1199 print "/*", prefix defundef, macro, "*/"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/
H A Dconfig.status1355 macro = mac2[1]
1357 if (D_is_set[macro]) {
1359 print prefix "define", macro P[macro] D[macro]
1366 print "/*", prefix defundef, macro, "*/"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/
H A Dconfig.status1041 macro = mac2[1]
1043 if (D_is_set[macro]) {
1045 print prefix "define", macro P[macro] D[macro]
1052 print "/*", prefix defundef, macro, "*/"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/
H A Dconfig.status1101 macro = mac2[1]
1103 if (D_is_set[macro]) {
1105 print prefix "define", macro P[macro] D[macro]
1112 print "/*", prefix defundef, macro, "*/"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/
H A Dconfig.status1292 macro = mac2[1]
1294 if (D_is_set[macro]) {
1296 print prefix "define", macro P[macro] D[macro]
1303 print "/*", prefix defundef, macro, "*/"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp9intrapred.asm219 %macro DC_1D_FUNCS 2 ; dir (top or left), arg (a or l)
434 %macro H_XMM_FUNCS 1
563 %macro TM_XMM_FUNCS 1
708 %macro LOWPASS 4 ; left [dst], center, right, tmp
734 %macro DL_XMM_FUNCS 1
856 %macro DR_XMM_FUNCS 1
978 %macro VL_XMM_FUNCS 1
1052 %macro %%write 3
1110 %macro VR_XMM_FUNCS 1
1215 %macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Doutput.asm58 %macro yuv2planeX_fn 3
275 %macro yuv2plane1_mainloop 2
320 %macro yuv2plane1_fn 3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/
H A Dconfig.status1031 macro = mac2[1]
1033 if (D_is_set[macro]) {
1035 print prefix "define", macro P[macro] D[macro]
1042 print "/*", prefix defundef, macro, "*/"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/
H A Dconfig.status1031 macro = mac2[1]
1033 if (D_is_set[macro]) {
1035 print prefix "define", macro P[macro] D[macro]
1042 print "/*", prefix defundef, macro, "*/"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfig.status1390 macro = mac2[1]
1392 if (D_is_set[macro]) {
1394 print prefix "define", macro P[macro] D[macro]
1401 print "/*", prefix defundef, macro, "*/"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Doutput.asm59 %macro yuv2planeX_fn 3
273 %macro yuv2plane1_mainloop 2
318 %macro yuv2plane1_fn 3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libdaemon-0.14/
H A Dconfig.status964 macro = mac2[1]
966 if (D_is_set[macro]) {
968 print prefix "define", macro P[macro] D[macro]
975 print "/*", prefix defundef, macro, "*/"

Completed in 399 milliseconds

<<11121314151617181920>>