OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rot16
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/
u0.h
4
const __m128i
rot16
=
variable
20
x_3 = _mm_shuffle_epi8(x_3,
rot16
);
47
x_3 = _mm_shuffle_epi8(x_3,
rot16
);
u1.h
4
const __m128i
rot16
=
variable
21
x_3 = _mm_shuffle_epi8(x_3,
rot16
);
48
x_3 = _mm_shuffle_epi8(x_3,
rot16
);
u4.h
10
x_##D = _mm_shuffle_epi8(t_##A,
rot16
); \
25
__m128i
rot16
=
variable
u8.h
25
x_##D = _mm256_shuffle_epi8(t_##A,
rot16
); \
56
x_##D = _mm256_shuffle_epi8(_mm256_xor_si256(x_##D, x_##A),
rot16
)
131
__m256i
rot16
=
variable
Completed in 25 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026