Searched refs:BIT_8_TO_15 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_em.c | 349 #define BIT_8_TO_15 0x0000ff00 macro 357 mask0 = (rte_xmm_t){.u32 = {BIT_8_TO_15, ALL_32_BITS, in populate_ipv4_few_flow_into_table() 413 mask0 = (rte_xmm_t){.u32 = {BIT_8_TO_15, ALL_32_BITS, in populate_ipv4_many_flow_into_table()
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 3078 #define BIT_8_TO_15 0x0000ff00 macro 3086 mask0 = _mm_set_epi32(ALL_32_BITS, ALL_32_BITS, ALL_32_BITS, BIT_8_TO_15); in populate_ipv4_few_flow_into_table() 3136 mask0 = _mm_set_epi32(ALL_32_BITS, ALL_32_BITS, ALL_32_BITS, BIT_8_TO_15); in populate_ipv4_many_flow_into_table()
|