OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xmmi
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305_vec.c
71
typedef __m128i
xmmi
;
typedef
120
xmmi
v;
132
xmmi
H[5]; /* 80 bytes */
156
_mm_storeu_si128((
xmmi
*)(dst + 0), _mm_loadu_si128((
xmmi
*)(dst + offset + 0)));
157
_mm_storeu_si128((
xmmi
*)(dst + 16), _mm_loadu_si128((
xmmi
*)(dst + offset + 16)));
162
_mm_storeu_si128((
xmmi
*)dst,
163
_mm_loadu_si128((
xmmi
*)(dst + offset)));
247
const
xmmi
MMASK
[
all
...]
/external/chromium_org/third_party/openssl/openssl/patches/
chacha20poly1305.patch
[
all
...]
/external/chromium_org/third_party/openssl/patches.chromium/
0007-chacha.patch
[
all
...]
Completed in 121 milliseconds