Home
last modified time | relevance | path

Searched refs:dist (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/archival/
Dgzip.c1084 #define D_CODE(dist) \ argument
1085 ((dist) < 256 ? G2.dist_code[dist] : G2.dist_code[256 + ((dist)>>7)])
1573 static int ct_tally(int dist, int lc) in ct_tally() argument
1576 if (dist == 0) { in ct_tally()
1581 dist--; /* dist = match distance - 1 */ in ct_tally()
1582 Assert((ush) dist < (ush) MAX_DIST in ct_tally()
1584 && (ush) D_CODE(dist) < (ush) D_CODES, "ct_tally: bad match" in ct_tally()
1588 G2.dyn_dtree[D_CODE(dist)].Freq++; in ct_tally()
1590 G1.d_buf[G2.last_dist++] = dist; in ct_tally()
1632 unsigned dist; /* distance of matched string */ in compress_block() local
[all …]
/busybox-1.35.0/archival/libarchive/unxz/
Dxz_dec_lzma2.c321 const struct dictionary *dict, uint32_t dist) in dict_get() argument
323 size_t offset = dict->pos - dist - 1; in dict_get()
325 if (dist >= dict->pos) in dict_get()
348 struct dictionary *dict, uint32_t *len, uint32_t dist) in dict_repeat() argument
353 if (dist >= dict->full || dist >= dict->size) in dict_repeat()
359 back = dict->pos - dist - 1; in dict_repeat()
360 if (dist >= dict->pos) in dict_repeat()
/busybox-1.35.0/examples/
Dbusybox.spec4 Release: 1%{?dist}
/busybox-1.35.0/shell/
Dbrace.txt38 mkdir /usr/local/src/bash/{old,new,dist,bugs}
/busybox-1.35.0/archival/libarchive/
Ddecompress_gunzip.c204 static const struct cp_ext dist ALIGN2 = {
799 inflate_codes_td = huft_build(ll, 30, 0, &dist, &bd); in inflate_block()
938 inflate_codes_td = huft_build(ll + nl, nd, 0, &dist, &bd); in inflate_block()