Home | History | Annotate | Download | only in examples

Lines Matching defs:examine

10                      Prune examine() search on previously visited states
25 Examine all possible prefix codes for a given number of symbols and a
357 // Examine all possible codes from the given node (syms, len, left). Compute
361 local void examine
433 // examine codes from here, updating table space as we go
436 examine(syms - use, (left - use) << 1, len + 1,
469 examine(n, left, g.root + 1, 1 << g.root, 0);
474 examine((n - left) << 1, (n - left) << 1, g.root + 1,
483 // Examine and show the total number of possible prefix codes for a given
493 // To count and examine prefix codes that are not length-limited, provide a