Home
last modified time | relevance | path

Searched defs:fold (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/net/
H A Dnet_crc_neon.c45 uint64x2_t fold) in crcr32_folding_round()
132 uint64x2_t temp, fold, k; in crc32_eth_calc_pmull() local
H A Dnet_crc_sse.c47 __m128i fold) in crcr32_folding_round()
157 __m128i temp, fold, k; in crc32_eth_calc_pclmulqdq() local
H A Dnet_crc_avx512.c49 crcr32_folding_round(__m512i data_block, __m512i precomp, __m512i fold) in crcr32_folding_round()
161 reduction_loop(__m128i *fold, int *len, const uint8_t *data, uint32_t *n, in reduction_loop()