Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_huffman.c284 #define UINT32_BITLEN 32 macro
286 #define MSB_MASK(len) (UINT32_MAX << (UINT32_BITLEN - len))
333 uint8_t bits_needed = UINT32_BITLEN; in http_hpack_huffman_decode()