Searched refs:BROTLI_UINT32_MAX (Results 1 – 7 of 7) sorted by relevance
59 #define BROTLI_UINT32_MAX (~((uint32_t)0)) macro
213 static const uint32_t kInvalidIndex = BROTLI_UINT32_MAX;
76 InitHuffmanTree(&sentinel, BROTLI_UINT32_MAX, -1, -1); in BrotliCreateHuffmanTree()
557 nodes[index].u.next = BROTLI_UINT32_MAX; in ComputeShortestPathFromNodes()577 for (i = 0; offset != BROTLI_UINT32_MAX; i++) { in BrotliZopfliCreateCommands()
681 s->remaining_metadata_bytes_ = BROTLI_UINT32_MAX; in EnsureInitialized()1710 s->remaining_metadata_bytes_ = BROTLI_UINT32_MAX; in ProcessMetadata()1763 if (s->remaining_metadata_bytes_ != BROTLI_UINT32_MAX) { in BrotliEncoderCompressStream()
214 static const uint32_t kInvalidIndex = BROTLI_UINT32_MAX; in FN()
483 InitHuffmanTree(&sentinel, BROTLI_UINT32_MAX, -1, -1); in BrotliBuildAndStoreHuffmanTreeFast()