Home
last modified time | relevance | path

Searched defs:xor1 (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/table/
H A Drte_swx_table_learner.c180 uint64_t xor1 = a64[1] ^ (b64[1] & b_mask64[1]); in table_keycmp() local
191 uint64_t xor1 = a64[1] ^ (b64[1] & b_mask64[1]); in table_keycmp() local
204 uint64_t xor1 = a64[1] ^ (b64[1] & b_mask64[1]); in table_keycmp() local
H A Drte_swx_table_em.c183 uint64_t xor1 = a64[1] ^ (b64[1] & b_mask64[1]); in keycmp() local
194 uint64_t xor1 = a64[1] ^ (b64[1] & b_mask64[1]); in keycmp() local
207 uint64_t xor1 = a64[1] ^ (b64[1] & b_mask64[1]); in keycmp() local
/dpdk/lib/pipeline/
H A Drte_port_in_action.c405 uint64_t xor1 = (pkt_key[1] & key_mask[1]) ^ key[1]; in ah_filter_on_match() local
439 uint64_t xor1 = (pkt_key[1] & key_mask[1]) ^ key[1]; in ah_filter_on_mismatch() local