Searched refs:c7 (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/net/ |
| H A D | net_crc_avx512.c | 307 uint64_t c7 = 0x00000000df068dc2; in crc32_load_init_constants() local 329 crc32_eth.fold_7x128b = _mm512_setr_epi64(c4, c5, c6, c7, c8, in crc32_load_init_constants() 354 uint64_t c7 = 0x000000000000b8f2; in crc16_load_init_constants() local 376 crc16_ccitt.fold_7x128b = _mm512_setr_epi64(c4, c5, c6, c7, c8, in crc16_load_init_constants()
|