Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_efd_perf.c96 efd_value_t temp_data; in shuffle_input_keys() local
105 temp_data = data[i]; in shuffle_input_keys()
111 data[swap_idx] = temp_data; in shuffle_input_keys()
H A Dtest_member_perf.c109 member_set_t temp_data; in shuffle_input_keys() local
122 temp_data = data[j][i]; in shuffle_input_keys()
124 data[j][swap_idx] = temp_data; in shuffle_input_keys()
/dpdk/drivers/common/cnxk/
H A Droc_npc_utils.c302 uint64_t temp_data = 0; in npc_toeplitz_hash() local
306 temp_data = (data[i / 64]); in npc_toeplitz_hash()
307 temp_data = temp_data >> (i % 64); in npc_toeplitz_hash()
308 temp_data &= 0x1; in npc_toeplitz_hash()
309 if (temp_data) in npc_toeplitz_hash()