Searched defs:examine (Results 1 - 1 of 1) sorted by relevance

/external/zlib/src/examples/
H A Denough.c10 Prune examine() search on previously visited states
322 local void examine(int syms, int len, int left, int mem, int rem) function
382 /* examine codes from here, updating table space as we go */
385 examine(syms - use, len + 1, (left - use) << 1,
423 examine(n, root + 1, left, 1 << root, 0);
428 examine((n - left) << 1, root + 1, (n - left) << 1,
447 To count and examine Huffman codes that are not length-limited, provide a

Completed in 68 milliseconds