Home
last modified time | relevance | path

Searched refs:shift_LUT_ (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/standard/
H A Dbase64.c76 const uint8_t shift_LUT_[32] = {'a' - 26, '0' - 52, '0' - 52, '0' - 52, in neon_base64_encode() local
84 const uint8x16x2_t shift_LUT = *((const uint8x16x2_t *)shift_LUT_); in neon_base64_encode()

Completed in 6 milliseconds