Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dbase64.c169 static zend_always_inline uint8x16_t decode_fromascii(const uint8x16_t input, uint8x16_t *error, co… in decode_fromascii() function
220 uint8x16_t field_a = decode_fromascii(x.val[0], &error_a, shiftLUT, maskLUT, bitposLUT); in neon_base64_decode()
221 uint8x16_t field_b = decode_fromascii(x.val[1], &error_b, shiftLUT, maskLUT, bitposLUT); in neon_base64_decode()
222 uint8x16_t field_c = decode_fromascii(x.val[2], &error_c, shiftLUT, maskLUT, bitposLUT); in neon_base64_decode()
223 uint8x16_t field_d = decode_fromascii(x.val[3], &error_d, shiftLUT, maskLUT, bitposLUT); in neon_base64_decode()

Completed in 23 milliseconds