Home
last modified time | relevance | path

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

/dpdk/lib/net/
H A Dnet_crc_neon.c75 tmp1 = vshift_bytes_right(data128, 8); in crcr32_reduce_128_to_64()
192 b = vshift_bytes_right(fold, rem); in crc32_eth_calc_pmull()
/dpdk/lib/eal/arm/include/
H A Drte_vect.h161 vshift_bytes_right(uint64x2_t reg, const unsigned int shift) in vshift_bytes_right() function