OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a2_1
(Results
1 - 4
of
4
) sorted by null
/external/llvm/unittests/Transforms/Utils/
ASanStackFrameLayoutTest.cpp
73
TestLayout(VEC1(
a2_1
), 8, 32, "1 32 2 4
a2_1
", "LLLL2RRR");
/external/clang/test/Sema/
pragma-align-mac68k.c
28
extern int
a2_1
[offsetof(struct s2, f1) == 2 ? 1 : -1];
/external/libvpx/libvpx/vpx_dsp/arm/
highbd_intrapred_neon.c
364
const uint16x8_t
A2_1
= vld1q_u16(above + 10);
366
const uint16x8_t avg_1 = vhaddq_u16(A0_1,
A2_1
);
406
const uint16x8_t
A2_1
= vld1q_u16(above + 10);
410
const uint16x8_t avg_1 = vhaddq_u16(A0_1,
A2_1
);
[
all
...]
intrapred_neon.c
357
const uint8x16_t
A2_1
= vld1q_u8(above + 18);
359
const uint8x16_t avg_1 = vhaddq_u8(A0_1,
A2_1
);
[
all
...]
Completed in 2490 milliseconds