Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_huffman.c286 #define MSB_MASK(len) (UINT32_MAX << (UINT32_BITLEN - len)) macro
291 uint32_t mask = MSB_MASK(entry->bitlen); in huffman_bits_compare()
448 uint8_t byte = (uint8_t)((code & MSB_MASK(to_copy)) >> in http_hpack_huffman_encode()