Home
last modified time | relevance | path

Searched refs:enc_reshuffle (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/base64/base64/lib/arch/avx2/
H A Denc_loop.c7 // Shift by 4 bytes, as required by enc_reshuffle: in enc_loop_avx2_inner_first()
11 src = enc_reshuffle(src); in enc_loop_avx2_inner_first()
27 src = enc_reshuffle(src); in enc_loop_avx2_inner()
H A Denc_reshuffle.c2 enc_reshuffle (const __m256i input) in enc_reshuffle() function
/third_party/node/deps/base64/base64/lib/arch/ssse3/
H A Denc_reshuffle.c2 enc_reshuffle (__m128i in) in enc_reshuffle() function
H A Denc_loop.c8 str = enc_reshuffle(str); in enc_loop_ssse3_inner()
/third_party/node/deps/base64/base64/lib/arch/neon64/
H A Denc_reshuffle.c2 enc_reshuffle (const uint8x16x3_t in) in enc_reshuffle() function
H A Denc_loop.c8 uint8x16x4_t out = enc_reshuffle(src); in enc_loop_neon64_inner()
/third_party/node/deps/base64/base64/lib/arch/neon32/
H A Denc_reshuffle.c2 enc_reshuffle (uint8x16x3_t in) in enc_reshuffle() function
H A Denc_loop.c119 uint8x16x4_t out = enc_reshuffle(src); in enc_loop_neon32_inner()

Completed in 3 milliseconds