Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/c/dec/
Dhuffman.c266 const uint32_t goal_size = 1U << root_bits; in BrotliBuildSimpleHuffmanTable() local
329 while (table_size != goal_size) { in BrotliBuildSimpleHuffmanTable()
334 return goal_size; in BrotliBuildSimpleHuffmanTable()
/third_party/node/deps/brotli/c/dec/
Dhuffman.c266 const uint32_t goal_size = 1U << root_bits; in BrotliBuildSimpleHuffmanTable() local
329 while (table_size != goal_size) { in BrotliBuildSimpleHuffmanTable()
334 return goal_size; in BrotliBuildSimpleHuffmanTable()