OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MACRO
(Results
1 - 25
of
28
) 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));
complete-macro-args.c
8
#define
MACRO
(x) MACRO2(x)
12
MACRO
(p->x);
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]);
/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?}}
/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/dbus/cmake/modules/
Win32Macros.cmake
19
MACRO
(addExplorerWrapper _projectname)
/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);
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/qemu/android/
hw-events.h
155
KEY_CODE(
MACRO
,112) \
/external/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm
17
MACRO
/external/zlib/contrib/masmx86/
gvmat32.asm
290
maccn
MACRO
lab
356
normbeg
MACRO
rcontlab,valsub
Completed in 2216 milliseconds
1
2