Searched refs:BIT_16_TO_23 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_em.c | 377 #define BIT_16_TO_23 0x00ff0000 macro 384 mask1 = (rte_xmm_t){.u32 = {BIT_16_TO_23, ALL_32_BITS, in populate_ipv6_few_flow_into_table() 465 mask1 = (rte_xmm_t){.u32 = {BIT_16_TO_23, ALL_32_BITS, in populate_ipv6_many_flow_into_table()
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 3103 #define BIT_16_TO_23 0x00ff0000 macro 3111 mask1 = _mm_set_epi32(ALL_32_BITS, ALL_32_BITS, ALL_32_BITS, BIT_16_TO_23); in populate_ipv6_few_flow_into_table() 3184 mask1 = _mm_set_epi32(ALL_32_BITS, ALL_32_BITS, ALL_32_BITS, BIT_16_TO_23); in populate_ipv6_many_flow_into_table()
|