/ndk/sources/host-tools/make-3.81/ |
makefile.com | 8 $! one macro intentionally causes an error condition)
|
/system/core/libpixelflinger/arch-mips/ |
t32cb16blend.S | 36 .macro pixel dreg src fb shift 87 .macro pixel dreg src fb shift
|
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
TemplateInterpreter.java | 56 import com.google.clearsilver.jsilver.template.Macro; 430 * <?cs def:someMacro(x,y) > ... <?cs /def > command. Define a macro (available for 441 throw new JSilverInterpreterException("Invalid name for macro '" + macroName 446 // TODO: Should we enforce that macro args can't repeat the same 467 * <?cs call:someMacro(x,y) command. Call a macro. Need to create a new variable scope to hold 468 * the local variables defined by the parameters of the macro definition 473 Macro macro = context.findMacro(macroName); local 475 // Make sure that the number of arguments passed to the macro match the 477 if (node.getArguments().size() != macro.getArgumentCount()) [all...] |
/external/libvpx/libvpx/vp8/common/ppc/ |
variance_subpixel_altivec.asm | 18 .macro load_c V, LABEL, OFF, R0, R1 24 .macro load_vfilter V0, V1 31 .macro HProlog jump_label 82 .macro hfilter_8 V, hp, lp, increment_counter 107 .macro vfilter_16 P0 P1 125 .macro compute_sum_sse src, ref, sum, sse, t1, t2, z0 147 .macro variance_final sum, sse, z0, DS 164 .macro compute_sum_sse_16 V, increment_counter 169 .macro load_and_align_16 V, R, P, increment_counter 561 .macro hfilter_16 V, increment_counte [all...] |
/external/webkit/Source/JavaScriptCore/bytecode/ |
CodeBlock.cpp | [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
sad_sse3.asm | 13 %macro STACK_FRAME_CREATE_X3 0 62 %macro STACK_FRAME_DESTROY_X3 0 86 %macro STACK_FRAME_CREATE_X4 0 143 %macro STACK_FRAME_DESTROY_X4 0 167 %macro PROCESS_16X2X3 5 210 %macro PROCESS_8X2X3 5 253 %macro LOAD_X4_ADDRESSES 5 261 %macro PROCESS_16X2X4 8 319 %macro PROCESS_8X2X4 8
|
sad_sse4.asm | 14 %macro PROCESS_16X2X8 1 86 %macro PROCESS_8X2X8 1 126 %macro PROCESS_4X2X8 1
|
postproc_sse2.asm | 14 ;macro in deblock functions 15 %macro FIRST_2_ROWS 0 42 %macro SECOND_2_ROWS 0 80 %macro UPDATE_FLIMIT 0
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_expectations.py | [all...] |
/external/elfutils/libdw/ |
libdw.h | 137 /* Macro information. */ 609 /* Call callback function for each of the macro information entry for 616 /* Return macro opcode. */ 617 extern int dwarf_macro_opcode (Dwarf_Macro *macro, unsigned int *opcodep) 620 /* Return first macro parameter. */ 621 extern int dwarf_macro_param1 (Dwarf_Macro *macro, Dwarf_Word *paramp) 624 /* Return second macro parameter. */ 625 extern int dwarf_macro_param2 (Dwarf_Macro *macro, Dwarf_Word *paramp,
|
/external/kernel-headers/original/linux/spi/ |
cpcap.h | 129 CPCAP_REG_MI1, /* Macro Interrupt 1 */ 130 CPCAP_REG_MIM1, /* Macro Interrupt Mask 1 */ 131 CPCAP_REG_MI2, /* Macro Interrupt 2 */ 132 CPCAP_REG_MIM2, /* Macro Interrupt Mask 2 */ 356 CPCAP_IRQ_PRIMAC, /* Primary Macro */ 357 CPCAP_IRQ_SECMAC, /* Secondary Macro */ 359 CPCAP_IRQ_SEC2PRI, /* 2nd Macro to Primary Processor */ 417 CPCAP_IRQ_UC_PRIROMR = CPCAP_IRQ_INT5_INDEX, /* Prim ROM Rd Macro Int */ 418 CPCAP_IRQ_UC_PRIRAMW, /* Primary RAM Write Macro Int */ 419 CPCAP_IRQ_UC_PRIRAMR, /* Primary RAM Read Macro Int * [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syscall-amd64-darwin.S | 84 .macro DO_SYSCALL
|
syscall-x86-darwin.S | 84 .macro DO_SYSCALL
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
ssim_opt.asm | 14 %macro TABULATE_SSIM 0 28 %macro SUM_ACROSS_Q 1 40 %macro SUM_ACROSS_W 1
|
/external/qemu/distrib/sdl-1.2.15/src/hermes/ |
mmxp2_32.asm | 33 %macro _push_immq_mask 1 38 %macro load_immq 2 43 %macro pand_immq 2
|
/external/mksh/src/ |
edit.c | 863 #define AEDIT &aedit /* area for kill ring and macro defns */ 936 static char *(*x_atab)[X_TABSZ]; /* macro definitions */ 944 static char *macroptr; /* bind key macro active? */ 1232 /* avoid bind key macro recursion */ 3490 static struct macro_state macro; variable in typeref:struct:macro_state [all...] |
/external/icu4c/extra/uconv/ |
makedata.mak | 21 !MESSAGE by defining the macro CFG on the command line. For example:
|
/external/libpng/scripts/ |
makevms.com | 98 $ 'make'/macro=('comp',zlibsrc='zlibsrc')
|
/external/valgrind/main/drd/scripts/ |
download-and-build-splash2.in | 134 /* ANL macro initialization */
|
/bionic/libc/arch-arm/bionic/ |
memcpy.a15.S | 199 /* The following assembly macro implements misaligned copy in software. 208 .macro miscopy pull push shiftleft shiftright
|
/dalvik/vm/arch/arm/ |
CallEABI.S | 414 .macro SQUEAK num
|
/external/kernel-headers/original/linux/ |
capability.h | 415 # error Fix up hand-coded capability macro initializers
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
cpp.c | 219 StoreStr("Macro Redefined"); 837 MacroSymbol macro = {0}; local 841 macro.body = NewTokenStream(name, macros->pool); 844 RecordToken(macro.body, CPP_INTCONSTANT, &val); 847 symbol->details.mac = macro; 881 n = NewTokenStream("macro arg", 0); 901 ** return the next token for a macro expanion, handling macro args 927 ** check an identifier (atom) to see if it a macro that should be expanded. [all...] |
/system/core/libpixelflinger/ |
t32cb16blend.S | 26 * .macro pixel 44 .macro pixel, DREG, SRC, FB, ODD
|
/external/llvm/lib/Target/Mips/AsmParser/ |
MipsAsmParser.cpp | 30 aTReg(1), reorder(true), macro(true) { 40 bool isMacro() {return macro;} 41 void setMacro() {macro = true;} 42 void setNomacro() {macro = false;} 47 bool macro; member in class:__anon11689::MipsAssemblerOptions [all...] |