Searched refs:k5 (Results 1 – 5 of 5) sorted by relevance
| /dpdk/lib/table/ |
| H A D | rte_table_hash_func.h | 170 uint64_t k0, k2, k5, crc0, crc1, crc2, crc3; in rte_table_hash_crc_key48() local 174 k5 = k[5] & m[5]; in rte_table_hash_crc_key48() 183 crc1 = rte_crc32_u64(crc3, k5); in rte_table_hash_crc_key48() 197 uint64_t k0, k2, k5, crc0, crc1, crc2, crc3, crc4, crc5; in rte_table_hash_crc_key56() local 201 k5 = k[5] & m[5]; in rte_table_hash_crc_key56() 209 crc4 = rte_crc32_u64(k5, k[6] & m[6]); in rte_table_hash_crc_key56() 210 crc5 = k5 >> 32; in rte_table_hash_crc_key56() 227 uint64_t k0, k2, k5, crc0, crc1, crc2, crc3, crc4, crc5; in rte_table_hash_crc_key64() local 231 k5 = k[5] & m[5]; in rte_table_hash_crc_key64() 239 crc4 = rte_crc32_u64(k5, k[6] & m[6]); in rte_table_hash_crc_key64() [all …]
|
| H A D | rte_swx_table_learner.c | 99 uint64_t k0, k2, k5, crc0, crc1, crc2, crc3, crc4, crc5; in hash() local 136 k5 = k[5] & m[5]; in hash() 144 crc4 = crc32_u64(k5, k[6] & m[6]); in hash() 145 crc5 = crc32_u64(k5 >> 32, k[7] & m[7]); in hash()
|
| H A D | rte_swx_table_selector.c | 94 uint64_t k0, k2, k5, crc0, crc1, crc2, crc3, crc4, crc5; in hash() local 131 k5 = k[5] & m[5]; in hash() 139 crc4 = crc32_u64(k5, k[6] & m[6]); in hash() 140 crc5 = crc32_u64(k5 >> 32, k[7] & m[7]); in hash()
|
| H A D | rte_swx_table_em.c | 91 uint64_t k0, k2, k5, crc0, crc1, crc2, crc3, crc4, crc5; in hash() local 128 k5 = k[5] & m[5]; in hash() 136 crc4 = crc32_u64(k5, k[6] & m[6]); in hash() 137 crc5 = crc32_u64(k5 >> 32, k[7] & m[7]); in hash()
|
| /dpdk/lib/net/ |
| H A D | net_crc_sse.c | 262 uint64_t k1, k2, k5, k6; in rte_net_crc_sse42_init() local 268 k5 = 0x189aeLLU; in rte_net_crc_sse42_init() 277 _mm_setr_epi64(_mm_cvtsi64_m64(k5), _mm_cvtsi64_m64(k6)); in rte_net_crc_sse42_init() 284 k5 = 0xccaa009eLLU; in rte_net_crc_sse42_init() 293 _mm_setr_epi64(_mm_cvtsi64_m64(k5), _mm_cvtsi64_m64(k6)); in rte_net_crc_sse42_init()
|