Searched refs:k32 (Results 1 – 5 of 5) sorted by relevance
344 uint32_t *k32 = (uint32_t *) key; in app_main_loop_worker_pipeline_hash() local348 k32[0] = rte_be_to_cpu_32(i); in app_main_loop_worker_pipeline_hash()387 uint32_t *k32 = key; in test_hash() local388 uint32_t ip_dst = rte_be_to_cpu_32(k32[0]); in test_hash()399 const uint32_t *k32 = key; in test_hash_cuckoo() local400 uint32_t ip_dst = rte_be_to_cpu_32(k32[0]); in test_hash_cuckoo()433 uint32_t *signature, *k32; in app_main_loop_rx_metadata() local447 k32 = (uint32_t *) key; in app_main_loop_rx_metadata()448 k32[0] = ip_dst & 0xFFFFFF00; in app_main_loop_rx_metadata()
60 uint32_t *k32 = key; in pipeline_test_hash() local61 uint32_t ip_dst = rte_be_to_cpu_32(k32[0]); in pipeline_test_hash()71 const uint32_t *k32 = key; in pipeline_test_hash_cuckoo() local72 uint32_t ip_dst = rte_be_to_cpu_32(k32[0]); in pipeline_test_hash_cuckoo()
57 uint32_t *k32, *signature; \67 k32 = (uint32_t *) key; \68 k32[0] = (value); \
26 uint32_t *k32, *signature; \35 k32 = (uint32_t *) key; \36 k32[0] = (value); \685 uint32_t *k32 = (uint32_t *) &key; in test_table_hash_lru_generic() local688 k32[0] = rte_be_to_cpu_32(0xadadadad); in test_table_hash_lru_generic()795 uint32_t *k32 = (uint32_t *) &key; in test_table_hash_ext_generic() local798 k32[0] = rte_be_to_cpu_32(0xadadadad); in test_table_hash_ext_generic()
435 uint32_t *k32; in test_pipeline_single_filter() local445 k32 = (uint32_t *) key; in test_pipeline_single_filter()446 k32[0] = 0xadadadad >> (j % 2); in test_pipeline_single_filter()