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()
50 uint32_t *k32 = key; in pipeline_test_hash() local51 uint32_t ip_dst = rte_be_to_cpu_32(k32[0]); in pipeline_test_hash()61 const uint32_t *k32 = key; in pipeline_test_hash_cuckoo() local62 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); \
24 uint32_t *k32, *signature; \32 k32 = (uint32_t *) key; \33 k32[0] = (value); \682 uint32_t *k32 = (uint32_t *) &key; in test_table_hash_lru_generic() local685 k32[0] = rte_be_to_cpu_32(0xadadadad); in test_table_hash_lru_generic()792 uint32_t *k32 = (uint32_t *) &key; in test_table_hash_ext_generic() local795 k32[0] = rte_be_to_cpu_32(0xadadadad); in test_table_hash_ext_generic()
433 uint32_t *k32; in test_pipeline_single_filter() local443 k32 = (uint32_t *) key; in test_pipeline_single_filter()444 k32[0] = 0xadadadad >> (j % 2); in test_pipeline_single_filter()