OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out23
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c
105
__m128i
out23
= _mm_add_epi16(in2, kOne);
local
107
out23
= _mm_srai_epi16(
out23
, 2);
109
_mm_storeu_si128((__m128i *)(output + 2 * 4),
out23
);
140
__m128i
out23
= _mm_add_epi16(in23, kOne);
local
142
out23
= _mm_srai_epi16(
out23
, 2);
144
_mm_store_si128((__m128i *)(output + 1 * 8),
out23
);
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
md5-ia64.S
115
#define W_
out23
/external/openssl/crypto/md5/asm/
md5-ia64.S
115
#define W_
out23
Completed in 3137 milliseconds