HomeSort by relevance Sort by last modified time
    Searched refs:macro (Results 76 - 100 of 154) sorted by null

1 2 34 5 6 7

  /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 */
  /dalvik/vm/arch/arm/
CallEABI.S 414 .macro SQUEAK num
  /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/bluetooth/glib/gio/
gdesktopappinfo.c 515 expand_macro_single (char macro, char *uri)
525 switch (macro)
562 expand_macro (char macro,
580 force_file_uri_macro = macro;
584 switch (macro)
599 switch (macro)
612 expanded = expand_macro_single (macro, uri);
618 expanded = expand_macro_single (macro, uri);
643 expanded = expand_macro_single (macro, uri);
649 expanded = expand_macro_single (macro, uri)
    [all...]
  /external/iptables/extensions/
Android.mk 21 # TODO(jpa): Trun this into a function/macro as libext{,4,6} are all the same.
  /external/libvpx/vp8/common/ppc/
idctllm_altivec.asm 14 .macro load_c V, LABEL, OFF, R0, R1
  /external/grub/docs/
texinfo.tex 150 \ifx\putwordDefmac\undefined \gdef\putwordDefmac{Macro}\fi
390 % macro which expects an ordinary undelimited TeX argument.
425 % We cannot use \next here, as it holds the macro to run;
492 % whether the environment name matches. The \checkenv macro can also be
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaExpression.java 106 MACRO("Macro") {
109 throw new JSilverCompilationException("Cannot cast to 'Macro' for expression:\n"
371 public static JavaExpression macro(final String value) {
372 return symbol(Type.MACRO, value);
TemplateTranslator.java 31 import static com.google.clearsilver.jsilver.compiler.JavaExpression.macro;
69 import com.google.clearsilver.jsilver.template.Macro;
124 * Holds Macro information used while generating code.
128 * JavaExpression used for outputting the static Macro variable name.
139 * Map of macro names to definition nodes and java expressions used to refer to them.
152 * register the macro.
154 * @param name name of the macro as defined in the template.
155 * @param symbol static variable name of the macro definition.
156 * @param defNode parser node holding the macro definition to be evaluated later.
160 // TODO: This macro is already defined. Should throw an error
    [all...]
  /external/libvpx/vp8/encoder/x86/
dct_sse2.asm 14 %macro STACK_FRAME_CREATE 0
44 %macro STACK_FRAME_DESTROY 0
  /external/stlport/stlport/stl/
_pthread_alloc.h 46 have this interface so please comment the _STLP_USE_PERTHREAD_ALLOC macro \
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 46 have this interface so please comment the _STLP_USE_PERTHREAD_ALLOC macro \
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 46 have this interface so please comment the _STLP_USE_PERTHREAD_ALLOC macro \
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 46 have this interface so please comment the _STLP_USE_PERTHREAD_ALLOC macro \
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 46 have this interface so please comment the _STLP_USE_PERTHREAD_ALLOC macro \
  /external/libvpx/vp8/common/x86/
loopfilter_sse2.asm 17 %macro LFH_FILTER_AND_HEV_MASK 1
169 %macro B_FILTER 1
385 %macro MB_FILTER_AND_WRITEBACK 1
681 %macro TRANSPOSE_16X8 2
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 152 \ifx\putwordDefmac\undefined \gdef\putwordDefmac{Macro}\fi
444 % macro which expects an ordinary undelimited TeX argument.
545 % whether the environment name matches. The \checkenv macro can also be
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 320 // <?cs def:some.macro(arg,arg) ?>...<?cs /def ?>
329 // <?cs call:some.macro(arg,arg) ?>
652 | {def} position [macro]:T.word* // def:some_macro statement
655 | {call} position [macro]:T.word* // call:some_macro statement
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 139 TK(MACRO_ARG, NONE) /* Macro argument. */ \
174 #define STRINGIFY_ARG (1 << 2) /* If macro argument to be stringified. */
177 #define NO_EXPAND (1 << 5) /* Do not macro-expand this token. */
287 macro expansion. */
389 bother trying to do macro expansion and whatnot. */
495 /* Context-sensitive macro support. Returns macro (if any) that should
504 /* Callbacks for when a macro is expanded, or tested (whether
508 /* Called before #define and #undef or other macro definition
567 #define NODE_BUILTIN (1 << 2) /* Builtin macro. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 139 TK(MACRO_ARG, NONE) /* Macro argument. */ \
174 #define STRINGIFY_ARG (1 << 2) /* If macro argument to be stringified. */
177 #define NO_EXPAND (1 << 5) /* Do not macro-expand this token. */
287 macro expansion. */
389 bother trying to do macro expansion and whatnot. */
495 /* Context-sensitive macro support. Returns macro (if any) that should
504 /* Callbacks for when a macro is expanded, or tested (whether
508 /* Called before #define and #undef or other macro definition
567 #define NODE_BUILTIN (1 << 2) /* Builtin macro. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cpplib.h 139 TK(MACRO_ARG, NONE) /* Macro argument. */ \
174 #define STRINGIFY_ARG (1 << 2) /* If macro argument to be stringified. */
177 #define NO_EXPAND (1 << 5) /* Do not macro-expand this token. */
287 macro expansion. */
389 bother trying to do macro expansion and whatnot. */
495 /* Context-sensitive macro support. Returns macro (if any) that should
504 /* Callbacks for when a macro is expanded, or tested (whether
508 /* Called before #define and #undef or other macro definition
567 #define NODE_BUILTIN (1 << 2) /* Builtin macro. *
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S 95 .macro SAVE_PC_FP_TO_GLUE _reg
105 .macro LOAD_PC_FP_FROM_GLUE
121 .macro EXPORT_PC
130 .macro SAVEAREA_FROM_FP _reg
138 .macro GET_VREG _vreg
146 .macro SET_VREG _reg _vreg
154 .macro FETCH_INST
167 .macro FETCH_ADVANCE_INST _count
178 .macro FETCH_ADVANCE_INST_RB _reg
190 .macro FETCH _count _re
    [all...]

Completed in 709 milliseconds

1 2 34 5 6 7