Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 4 of 4) sorted by relevance

/lib/zlib_deflate/
Ddeftree.c138 static void pqdownheap (deflate_state *s, ct_data *tree, int k);
140 static void gen_codes (ct_data *tree, int max_code, ush *bl_count);
142 static void scan_tree (deflate_state *s, ct_data *tree, int max_code);
143 static void send_tree (deflate_state *s, ct_data *tree, int max_code);
156 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument
160 # define send_code(s, c, tree) \ argument
162 send_bits(s, tree[c].Code, tree[c].Len); }
350 #define pqremove(s, tree, top) \ argument
354 pqdownheap(s, tree, SMALLEST); \
361 #define smaller(tree, n, m, depth) \ argument
[all …]
/lib/
DKconfig65 This option is provided for the case where no in-kernel-tree
67 the kernel tree does. Such modules that use library CRC-CCITT
73 This option is provided for the case where no in-kernel-tree
75 the kernel tree does. Such modules that use library CRC16
84 kernel tree needs to calculate CRC checks for use with the
90 This option is provided for the case where no in-kernel-tree
92 the kernel tree does. Such modules that use library CRC ITU-T V.41
100 This option is provided for the case where no in-kernel-tree
102 the kernel tree does. Such modules that use library CRC32/CRC32c
165 This option is provided for the case where no in-kernel-tree
[all …]
DMakefile20 rbtree.o radix-tree.o dump_stack.o timerqueue.o\
DKconfig.debug284 your build tree), to make sure they're suitable.
593 Enable VM red-black tree debugging information and extra validations.
615 bool "Debug the global anon/private NOMMU mapping region tree"
618 This option causes the global tree of anonymous and private mapping
1359 tree) for a few jiffies between initializing each pair of
1757 tristate "Red-Black tree test"
1764 tristate "Interval tree test"
1768 A benchmark measuring the performance of the interval tree library