Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dbase64.c167 …_t *error, const uint8x16x2_t shiftLUT, const uint8x16x2_t maskLUT, const uint8x16x2_t bitposLUT) { in decode_fromascii() argument
174 const uint8x16_t bit = vqtbl2q_u8(bitposLUT, higher_nibble); in decode_fromascii()
210 const uint8x16x2_t bitposLUT = *((const uint8x16x2_t *)bitposLUT_);; in neon_base64_decode() local
218 uint8x16_t field_a = decode_fromascii(x.val[0], &error_a, shiftLUT, maskLUT, bitposLUT); in neon_base64_decode()
219 uint8x16_t field_b = decode_fromascii(x.val[1], &error_b, shiftLUT, maskLUT, bitposLUT); in neon_base64_decode()
220 uint8x16_t field_c = decode_fromascii(x.val[2], &error_c, shiftLUT, maskLUT, bitposLUT); in neon_base64_decode()
221 uint8x16_t field_d = decode_fromascii(x.val[3], &error_d, shiftLUT, maskLUT, bitposLUT); in neon_base64_decode()

Completed in 8 milliseconds