Home
last modified time | relevance | path

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

12

/busybox-1.35.0/archival/
Dgzip.c1075 # define SEND_CODE(c, tree) send_bits(tree[c].Code, tree[c].Len) argument
1077 # define SEND_CODE(c, tree) \ argument
1080 send_bits(tree[c].Code, tree[c].Len); \
1123 #define SMALLER(tree, n, m) \ argument
1124 (tree[n].Freq < tree[m].Freq \
1125 || (tree[n].Freq == tree[m].Freq && G2.depth[n] <= G2.depth[m]))
1127 static void pqdownheap(const ct_data *tree, int k) in pqdownheap() argument
1134 if (j < G2.heap_len && SMALLER(tree, G2.heap[j + 1], G2.heap[j])) in pqdownheap()
1138 if (SMALLER(tree, v, G2.heap[j])) in pqdownheap()
1163 #define tree desc->dyn_tree in gen_bitlen() macro
[all …]
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/printutils/
DKbuild.src3 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/procps/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/util-linux/volume_id/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/runit/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/debianutils/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/e2fsprogs/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/editors/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/util-linux/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/console-tools/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/sysklogd/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/modutils/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/networking/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/loginutils/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/mailutils/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/miscutils/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/findutils/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/init/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/klibc-utils/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/shell/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/libpwdgrp/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/selinux/
DKbuild.src6 # Licensed under GPLv2, see file LICENSE in this source tree.
/busybox-1.35.0/coreutils/libcoreutils/
DKbuild.src5 # Licensed under GPLv2 or later, see file LICENSE in this source tree.
/busybox-1.35.0/coreutils/
DKbuild.src5 # Licensed under GPLv2, see file LICENSE in this source tree.

12