HomeSort by relevance Sort by last modified time
    Searched refs:MACRO (Results 1 - 25 of 36) sorted by null

1 2

  /external/clang/test/Preprocessor/
mi_opt.c 6 #define MACRO
8 #undef MACRO
9 #define MACRO || 1
mi_opt.h 1 #if !defined foo MACRO
  /ndk/tests/build/stdint-c++/jni/
gen-sources.sh 35 for MACRO in $LIMITS $CONSTANTS; do
36 echo "#ifdef $MACRO"
37 echo "#error $MACRO defined!"
47 for MACRO in $LIMITS; do
48 echo "#ifndef $MACRO"
49 echo "#error $MACRO is not defined!"
52 for MACRO in $CONSTANTS; do
53 echo "#ifdef $MACRO"
54 echo "#error $MACRO is defined!"
64 for MACRO in $LIMITS; d
    [all...]
  /external/clang/test/Index/
fix-its.c 7 #define MACRO(X) X
13 MACRO(x->wobble = 17);
26 MACRO(printf("%d", index));
annotate-macro-args.h 6 #define MACRO(x) MACRO2(x)
9 MACRO([MyClass meth]);
get-cursor-macro-args.h 6 #define MACRO(x) MACRO2((x))
9 MACRO([MyClass meth]);
complete-macro-args.c 8 #define MACRO(x) MACRO2(x)
12 MACRO(p->x);
53 // With these, code-completion is unknown because the macro argument (and the
54 // completion point) is not expanded by the macro definition.
  /external/clang/test/SemaCXX/
PR7944.cpp 4 #define MACRO(x) x
11 MACRO(a.b->f()); // expected-error{{reference to non-static member function must be called; did you mean to call it with no arguments?}}
  /external/clang/test/Frontend/
verify.c 41 #define MACRO some_value // expected-error {{define_error}}
42 #undef MACRO extra_token // expected-warning {{undef_error}}
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 76 MACRO
85 MACRO
96 ;// source file. This macro then chooses the most
100 MACRO
138 MACRO
152 MACRO
171 MACRO
186 MACRO
196 MACRO
210 MACRO
    [all...]
armCOMM_BitDec_s.h 40 ;// is obtained. The Step sizes are supplied to the VLD macro.
53 ;// Next call the following macro(s) as many times as you need:
63 ;// Finally call the macro:
79 ;// macro (except M_BD_INIT) and on exit from every bitstream macro (except M_BD_FINI).
93 ;// bitstream pointers. This macro is split into 3 parts to enable
112 MACRO
124 MACRO
132 MACRO
157 MACRO
    [all...]
armCOMM_IDCT_s.h 122 ;// DCT Inverse Macro
140 MACRO
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 76 MACRO
85 MACRO
96 ;// source file. This macro then chooses the most
100 MACRO
141 MACRO
155 MACRO
174 MACRO
189 MACRO
199 MACRO
213 MACRO
    [all...]
armCOMM_BitDec_s.h 40 ;// is obtained. The Step sizes are supplied to the VLD macro.
53 ;// Next call the following macro(s) as many times as you need:
63 ;// Finally call the macro:
79 ;// macro (except M_BD_INIT) and on exit from every bitstream macro (except M_BD_FINI).
93 ;// bitstream pointers. This macro is split into 3 parts to enable
112 MACRO
124 MACRO
132 MACRO
157 MACRO
    [all...]
armCOMM_IDCT_s.h 122 ;// DCT Inverse Macro
140 MACRO
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVCCOMM_s.h 15 ;// MACRO for calculating median for three values.
26 ;// * Macro: M_MEDIAN3
36 ;// * the execution of this macro.
39 ;// * execution of this macro.
44 MACRO
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVCCOMM_s.h 15 ;// MACRO for calculating median for three values.
26 ;// * Macro: M_MEDIAN3
36 ;// * the execution of this macro.
39 ;// * execution of this macro.
44 MACRO
  /external/libvorbis/symbian/
vorbis.mmp 36 MACRO HAVE_CONFIG_H
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 30 ;// MACRO DEFINITIONS
51 MACRO
83 ;// $pSrc In case the macro accepts stride, it increments the pSrc by
91 MACRO
132 ;// the M_EXT_XINT macro. Following is the illustration to show
148 ;// macro combination with M_EXT_XINT will work only in little
154 MACRO
178 ;// the M_EXT_XINT macro.
202 MACRO
248 MACRO
    [all...]
  /sdk/emulator/opengl/tests/ut_renderer/
Android.mk 18 # specifically this MACRO enables code that work arounds a bug
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 33 ;// MACRO DEFINITIONS
45 MACRO
85 MACRO
147 MACRO
204 ;// It is then populated into all lanes in this macro. No branching out to
205 ;// label "SwitchPredictTypeEnd" is required in the end of the macro as these
214 MACRO
  /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);
  /external/qemu/android/
hw-events.h 166 KEY_CODE(MACRO ,112) \
  /external/libvpx/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 17 MACRO
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 26 ; macro for validating write buffer position
29 MACRO

Completed in 706 milliseconds

1 2