Home
last modified time | relevance | path

Searched refs:lens (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/contrib/zlib-1.2/
HDinfback.c97 while (sym < 144) state->lens[sym++] = 8;
98 while (sym < 256) state->lens[sym++] = 9;
99 while (sym < 280) state->lens[sym++] = 7;
100 while (sym < 288) state->lens[sym++] = 8;
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
108 while (sym < 32) state->lens[sym++] = 5;
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
380 state->lens[order[state->have++]] = (unsigned short)BITS(3);
384 state->lens[order[state->have++]] = 0;
388 ret = inflate_table(CODES, state->lens, 19, &(state->next),
[all …]
HDinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
34 unsigned short FAR *lens;
110 count[lens[sym]]++;
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
254 len = lens[work[sym]];
HDinflate.c293 while (sym < 144) state->lens[sym++] = 8;
294 while (sym < 256) state->lens[sym++] = 9;
295 while (sym < 280) state->lens[sym++] = 7;
296 while (sym < 288) state->lens[sym++] = 8;
300 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
304 while (sym < 32) state->lens[sym++] = 5;
307 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
941 state->lens[order[state->have++]] = (unsigned short)BITS(3);
945 state->lens[order[state->have++]] = 0;
949 ret = inflate_table(CODES, state->lens, 19, &(state->next),
[all …]
HDinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
HDinflate.h119 unsigned short lens[320]; /* temporary storage for code lengths */ member
/dragonfly/usr.bin/column/
HDcolumn.c220 int *lens, maxcols; in maketbl() local
229 if ((lens = calloc(maxcols, sizeof(int))) == NULL) in maketbl()
238 !(lens = realloc(lens, in maketbl()
241 memset((char *)lens + maxcols * sizeof(int), in maketbl()
252 if (t->len[coloff] > lens[coloff]) in maketbl()
253 lens[coloff] = t->len[coloff]; in maketbl()
259 lens[coloff] - t->len[coloff] + 2, L" "); in maketbl()
/dragonfly/sbin/hammer2/zlib/
HDhammer2_zlib_inflate.c255 while (sym < 144) state->lens[sym++] = 8; in fixedtables()
256 while (sym < 256) state->lens[sym++] = 9; in fixedtables()
257 while (sym < 280) state->lens[sym++] = 7; in fixedtables()
258 while (sym < 288) state->lens[sym++] = 8; in fixedtables()
262 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
266 while (sym < 32) state->lens[sym++] = 5; in fixedtables()
269 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables()
723 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflate()
727 state->lens[order[state->have++]] = 0; in inflate()
731 ret = inflate_table(CODES, state->lens, 19, &(state->next), in inflate()
[all …]
HDhammer2_zlib_inftrees.c34 inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table() argument
108 count[lens[sym]]++; in inflate_table()
145 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in inflate_table()
254 len = lens[work[sym]]; in inflate_table()
HDhammer2_zlib_inftrees.h60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
HDhammer2_zlib_inflate.h107 unsigned short lens[320]; /* temporary storage for code lengths */ member
/dragonfly/usr.sbin/makefs/hammer2/zlib/
HDhammer2_zlib_inflate.c260 while (sym < 144) state->lens[sym++] = 8; in fixedtables()
261 while (sym < 256) state->lens[sym++] = 9; in fixedtables()
262 while (sym < 280) state->lens[sym++] = 7; in fixedtables()
263 while (sym < 288) state->lens[sym++] = 8; in fixedtables()
267 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
271 while (sym < 32) state->lens[sym++] = 5; in fixedtables()
274 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables()
722 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflate()
726 state->lens[order[state->have++]] = 0; in inflate()
730 ret = inflate_table(CODES, state->lens, 19, &(state->next), in inflate()
[all …]
HDhammer2_zlib_inftrees.c34 inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table() argument
108 count[lens[sym]]++; in inflate_table()
145 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in inflate_table()
254 len = lens[work[sym]]; in inflate_table()
HDhammer2_zlib_inftrees.h60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
HDhammer2_zlib_inflate.h107 unsigned short lens[320]; /* temporary storage for code lengths */ member
/dragonfly/sys/vfs/hammer2/zlib/
HDhammer2_zlib_inflate.c260 while (sym < 144) state->lens[sym++] = 8; in fixedtables()
261 while (sym < 256) state->lens[sym++] = 9; in fixedtables()
262 while (sym < 280) state->lens[sym++] = 7; in fixedtables()
263 while (sym < 288) state->lens[sym++] = 8; in fixedtables()
267 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
271 while (sym < 32) state->lens[sym++] = 5; in fixedtables()
274 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables()
722 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflate()
726 state->lens[order[state->have++]] = 0; in inflate()
730 ret = inflate_table(CODES, state->lens, 19, &(state->next), in inflate()
[all …]
HDhammer2_zlib_inftrees.c34 inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table() argument
108 count[lens[sym]]++; in inflate_table()
145 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in inflate_table()
254 len = lens[work[sym]]; in inflate_table()
HDhammer2_zlib_inftrees.h60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
HDhammer2_zlib_inflate.h107 unsigned short lens[320]; /* temporary storage for code lengths */ member
/dragonfly/sys/crypto/
HDchachapoly.c153 uint64_t lens[2]; in _chacha20poly1305_final() local
185 lens[0] = htole64(ctx->ad_len); in _chacha20poly1305_final()
186 lens[1] = htole64(ctx->data_len); in _chacha20poly1305_final()
187 poly1305_update(&ctx->poly, (uint8_t *)lens, sizeof(lens)); in _chacha20poly1305_final()
/dragonfly/contrib/ncurses/progs/
HDtoe.c236 size_t lens = sizeof(suffix) - 1; in make_db_name() local
238 size_t need = lens + size; in make_db_name()
241 if (size >= lens in make_db_name()
242 && !strcmp(src + size - lens, suffix)) { in make_db_name()
/dragonfly/contrib/ncurses/ncurses/tinfo/
HDread_entry.c588 size_t lens = sizeof(suffix) - 1; in make_db_filename() local
590 size_t test = lens + size; in make_db_filename()
594 if (size >= lens in make_db_filename()
595 && !strcmp(path + size - lens, suffix)) in make_db_filename()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDinterworking.c1081 u8 lens; in roaming_consortium_element_match() local
1099 lens = *pos++; in roaming_consortium_element_match()
1100 if ((lens & 0x0f) + (lens >> 4) > end - pos) in roaming_consortium_element_match()
1103 if ((lens & 0x0f) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_element_match()
1105 pos += lens & 0x0f; in roaming_consortium_element_match()
1107 if ((lens >> 4) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_element_match()
1109 pos += lens >> 4; in roaming_consortium_element_match()
/dragonfly/usr.bin/compress/doc/
HDNOTES69 class of patents include the output of optical lens design programs,
/dragonfly/usr.bin/calendar/calendars/
HDcalendar.birthday111 03/08 Alvan Clark born, 1804, astronomer & lens manufacturer
/dragonfly/share/dict/
HDweb2a5396 Bertrand lens
13100 collimating lens
13505 condensing lens
13616 contact lens
13787 coquille lens
13869 cornea lens
14877 crown lens
18845 echelon lens
19120 endomersion lens
19770 eye lens
[all …]

12