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

1 2 3 4

  /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 37 for MACRO in $LIMITS $CONSTANTS; do
38 echo "#ifdef $MACRO"
39 echo "#error $MACRO defined!"
51 for MACRO in $LIMITS; do
52 echo "#ifndef $MACRO"
53 echo "#error $MACRO is not defined!"
57 for MACRO in $CONSTANTS; do
58 echo "#ifdef $MACRO"
59 echo "#error $MACRO is defined!"
72 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}}
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
nasmpp-nested.asm 1 %MACRO WORK_1 0
8 %MACRO WORK_2 0
17 %MACRO DONT_WORK_1 0
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 90 MACRO
99 MACRO
110 ;// source file. This macro then chooses the most
114 MACRO
152 MACRO
166 MACRO
185 MACRO
200 MACRO
210 MACRO
224 MACRO
    [all...]
armCOMM_BitDec_s.h 54 ;// is obtained. The Step sizes are supplied to the VLD macro.
67 ;// Next call the following macro(s) as many times as you need:
77 ;// Finally call the macro:
93 ;// macro (except M_BD_INIT) and on exit from every bitstream macro (except M_BD_FINI).
107 ;// bitstream pointers. This macro is split into 3 parts to enable
126 MACRO
138 MACRO
146 MACRO
171 MACRO
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 90 MACRO
99 MACRO
110 ;// source file. This macro then chooses the most
114 MACRO
155 MACRO
169 MACRO
188 MACRO
203 MACRO
213 MACRO
227 MACRO
    [all...]
armCOMM_BitDec_s.h 54 ;// is obtained. The Step sizes are supplied to the VLD macro.
67 ;// Next call the following macro(s) as many times as you need:
77 ;// Finally call the macro:
93 ;// macro (except M_BD_INIT) and on exit from every bitstream macro (except M_BD_FINI).
107 ;// bitstream pointers. This macro is split into 3 parts to enable
126 MACRO
138 MACRO
146 MACRO
171 MACRO
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVCCOMM_s.h 29 ;// MACRO for calculating median for three values.
40 ;// * Macro: M_MEDIAN3
50 ;// * the execution of this macro.
53 ;// * execution of this macro.
58 MACRO
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVCCOMM_s.h 29 ;// MACRO for calculating median for three values.
40 ;// * Macro: M_MEDIAN3
50 ;// * the execution of this macro.
53 ;// * execution of this macro.
58 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 44 ;// MACRO DEFINITIONS
65 MACRO
97 ;// $pSrc In case the macro accepts stride, it increments the pSrc by
105 MACRO
146 ;// the M_EXT_XINT macro. Following is the illustration to show
162 ;// macro combination with M_EXT_XINT will work only in little
168 MACRO
192 ;// the M_EXT_XINT macro.
216 MACRO
262 MACRO
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_idct32x32_1_add_neon.asm 19 MACRO
31 MACRO
43 MACRO
55 MACRO
vp9_iht4x4_add_neon.asm 21 ; into d16-d19 registers. This macro will touch q10- q15 registers and use
23 MACRO
55 ; stored back into d16-d19 registers. This macro will touch q11,q12,q13,
57 MACRO
90 MACRO
109 MACRO
134 MACRO
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct32x32_1_add_neon.asm 19 MACRO
31 MACRO
43 MACRO
55 MACRO
vp9_iht4x4_add_neon.asm 21 ; into d16-d19 registers. This macro will touch q10- q15 registers and use
23 MACRO
55 ; stored back into d16-d19 registers. This macro will touch q11,q12,q13,
57 MACRO
90 MACRO
109 MACRO
134 MACRO
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_1_add_neon.asm 19 MACRO
31 MACRO
43 MACRO
55 MACRO
  /sdk/emulator/opengl/tests/ut_renderer/
Android.mk 18 # specifically this MACRO enables code that work arounds a bug
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ssse3.asm 1 %MACRO TEST_GENERIC 5
56 %MACRO TEST_ALIGNR 5

Completed in 2041 milliseconds

1 2 3 4