Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dbase64.c166 const uint8x16_t higher_nibble = vshrq_n_u8(input, 4); in decode_fromascii() local
168 const uint8x16_t sh = vqtbl2q_u8(shiftLUT, higher_nibble); in decode_fromascii()
172 const uint8x16_t bit = vqtbl2q_u8(bitposLUT, higher_nibble); in decode_fromascii()

Completed in 11 milliseconds