Home
last modified time | relevance | path

Searched refs:rest_len (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/hash/
H A Drte_thash_x86_gfni.h133 int rest_len = (chunk_len + prepend) % 8; in __rte_thash_gfni() local
134 if (rest_len != 0) { in __rte_thash_gfni()
135 mtrx_msk = (1 << (rest_len % 8)) - 1; in __rte_thash_gfni()
H A Drte_thash.c732 int rest_len = (offset + len) % CHAR_BIT; in write_unaligned_byte() local
734 tmp &= ~get_bits_mask(rest_len, 0); in write_unaligned_byte()
735 tmp |= val << (CHAR_BIT - rest_len); in write_unaligned_byte()