Searched refs:temp_data (Results 1 – 3 of 3) sorted by relevance
96 efd_value_t temp_data; in shuffle_input_keys() local105 temp_data = data[i]; in shuffle_input_keys()111 data[swap_idx] = temp_data; in shuffle_input_keys()
109 member_set_t temp_data; in shuffle_input_keys() local122 temp_data = data[j][i]; in shuffle_input_keys()124 data[j][swap_idx] = temp_data; in shuffle_input_keys()
302 uint64_t temp_data = 0; in npc_toeplitz_hash() local306 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()