Searched refs:count_node (Results 1 – 1 of 1) sorted by relevance
34 typedef struct count_node_s count_node; typedef39 count_node *next; /* next node in freq-sorted list */40 count_node *left; /* left child in tree (smaller code_length) */41 count_node *right; /* right child in tree (greater code_length) */48 print_nodes_proc(const count_node * nodes, int n, const char *tag, int lengths) in print_nodes_proc()74 #define pn1 ((const count_node *)p1)75 #define pn2 ((const count_node *)p2)106 hc_limit_code_lengths(count_node * nodes, uint num_values, int max_length) in hc_limit_code_lengths()109 count_node *longest = nodes + num_values; in hc_limit_code_lengths()172 count_node *nodes = in hc_compute()[all …]