Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dbase64.c168 const uint8x16_t higher_nibble = vshrq_n_u8(input, 4); in decode_fromascii() local
170 const uint8x16_t sh = vqtbl2q_u8(shiftLUT, higher_nibble); in decode_fromascii()
174 const uint8x16_t bit = vqtbl2q_u8(bitposLUT, higher_nibble); in decode_fromascii()

Completed in 7 milliseconds