/busybox-1.35.0/archival/ |
D | gzip.c | 1075 # 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 …]
|
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/printutils/ |
D | Kbuild.src | 3 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/procps/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/util-linux/volume_id/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/runit/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/debianutils/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/e2fsprogs/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/editors/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/util-linux/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/console-tools/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/sysklogd/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/modutils/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/networking/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/loginutils/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/mailutils/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/miscutils/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/findutils/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/init/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/klibc-utils/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/shell/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/libpwdgrp/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/selinux/ |
D | Kbuild.src | 6 # Licensed under GPLv2, see file LICENSE in this source tree.
|
/busybox-1.35.0/coreutils/libcoreutils/ |
D | Kbuild.src | 5 # Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
/busybox-1.35.0/coreutils/ |
D | Kbuild.src | 5 # Licensed under GPLv2, see file LICENSE in this source tree.
|