OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a3_1
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp
43
int a3_0,
a3_1
, a3_2, A3_0;
local
192
a3_1
= *(ptr - w2) - *(ptr - w3);
193
a3_1
+= ((*(ptr - w4) - *(ptr - w1)) << 1) + (
a3_1
<< 2);
198
A3_0 = PV_ABS(a3_0) - PV_MIN(PV_ABS(
a3_1
), PV_ABS(a3_2));
349
a3_1
= *(ptr - 2) - *(ptr - 3);
350
a3_1
+= ((*(ptr - 4) - *(ptr - 1)) << 1) + (
a3_1
<< 2);
355
A3_0 = PV_ABS(a3_0) - PV_MIN(PV_ABS(
a3_1
), PV_ABS(a3_2));
/external/clang/test/Sema/
pragma-pack-2.c
34
extern int
a3_1
[offsetof(struct s3_1, f1) == 4 ? 1 : -1];
pragma-align-mac68k.c
37
extern int
a3_1
[offsetof(struct s3, f1) == 2 ? 1 : -1];
/external/llvm/unittests/Transforms/Utils/
ASanStackFrameLayoutTest.cpp
74
TestLayout(VEC1(
a3_1
), 8, 32, "1 32 3 4
a3_1
", "LLLL3RRR");
Completed in 712 milliseconds