| /freebsd/sys/contrib/zlib/ |
| H A D | inftrees.c | 46 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table() argument 119 count[lens[sym]]++; in inflate_table() 156 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in inflate_table() 261 len = lens[work[sym]]; in inflate_table() 330 unsigned short lens[288], work[288]; in buildtables() local 334 while (sym < 144) lens[sym++] = 8; in buildtables() 335 while (sym < 256) lens[sym++] = 9; in buildtables() 336 while (sym < 280) lens[sym++] = 7; in buildtables() 337 while (sym < 288) lens[sym++] = 8; in buildtables() 341 inflate_table(LENS, lens, 288, &(next), &(bits), work); in buildtables() [all …]
|
| H A D | infback.c | 317 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflateBack() 321 state->lens[order[state->have++]] = 0; in inflateBack() 325 ret = inflate_table(CODES, state->lens, 19, &(state->next), in inflateBack() 344 state->lens[state->have++] = here.val; in inflateBack() 356 len = (unsigned)(state->lens[state->have - 1]); in inflateBack() 381 state->lens[state->have++] = (unsigned short)len; in inflateBack() 389 if (state->lens[256] == 0) { in inflateBack() 402 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflateBack() 411 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflateBack()
|
| H A D | inftrees.h | 60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
|
| H A D | inflate.c | 805 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflate() 809 state->lens[order[state->have++]] = 0; in inflate() 813 ret = inflate_table(CODES, state->lens, 19, &(state->next), in inflate() 833 state->lens[state->have++] = here.val; in inflate() 845 len = state->lens[state->have - 1]; in inflate() 870 state->lens[state->have++] = (unsigned short)len; in inflate() 878 if (state->lens[256] == 0) { in inflate() 891 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflate() 900 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflate()
|
| H A D | inflate.h | 120 unsigned short lens[320]; /* temporary storage for code lengths */ member
|
| /freebsd/usr.bin/column/ |
| H A D | column.c | 230 int *lens, maxcols; in maketbl() local 239 if ((lens = calloc(maxcols, sizeof(int))) == NULL) in maketbl() 250 !(lens = realloc(lens, in maketbl() 253 memset((char *)lens + maxcols * sizeof(int), in maketbl() 274 if (t->len[coloff] > lens[coloff]) in maketbl() 275 lens[coloff] = t->len[coloff]; in maketbl() 281 lens[coloff] - t->len[coloff] + 2, L" "); in maketbl() 286 free(lens); in maketbl()
|
| /freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | ak7375.txt | 1 Asahi Kasei Microdevices AK7375 voice coil lens driver 3 AK7375 is a camera voice coil lens.
|
| H A D | sony,imx214.txt | 23 - lens-focus: See ../video-interfaces.txt 42 lens-focus = <&ad5820>;
|
| H A D | dongwoon,dw9807-vcm.txt | 1 Dongwoon Anatech DW9807 voice coil lens driver
|
| H A D | dongwoon,dw9714.txt | 1 Dongwoon Anatech DW9714 camera voice coil lens driver
|
| H A D | toshiba,et8ek8.txt | 27 - lens-focus: See ../video-interfaces.txt
|
| H A D | nokia,smia.txt | 32 - lens-focus: See ../video-interfaces.txt
|
| /freebsd/contrib/netbsd-tests/net/in_cksum/ |
| H A D | in_cksum.c | 79 allocate_mbuf_chain(char **lens) in allocate_mbuf_chain() argument 84 if (*lens == NULL) in allocate_mbuf_chain() 87 len = atoi(*lens); in allocate_mbuf_chain() 97 m->m_next = allocate_mbuf_chain(lens + 1); in allocate_mbuf_chain()
|
| /freebsd/usr.bin/bsdiff/bsdiff/ |
| H A D | bsdiff.c | 125 off_t overlap,Ss,lens; in main() 245 s=0;Ss=0;lens=0; in main() 251 if(s>Ss) { Ss=s; lens=i+1; } in main() 254 lenf+=lens-overlap; in main() 255 lenb-=lens; in main() 124 off_t overlap,Ss,lens; main() local
|
| /freebsd/crypto/openssh/regress/unittests/sshkey/ |
| H A D | test_sshkey.c | 203 size_t lens[] = { in signature_tests() local 208 for (i = 0; i < (sizeof(lens)/sizeof(lens[0])); i++) { in signature_tests() 210 sshkey_type(k), lens[i]); in signature_tests() 211 banana(buf, lens[i]); in signature_tests() 212 signature_test(k, bad, sig_alg, buf, lens[i]); in signature_tests()
|
| /freebsd/sys/contrib/zlib/test/ |
| H A D | infcover.c | 622 unsigned short lens[16], work[16]; in cover_trees() local 628 lens[bits] = (unsigned short)(bits + 1); in cover_trees() 629 lens[15] = 15; in cover_trees() 632 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); in cover_trees() 636 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); in cover_trees()
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | toe.c | 244 size_t lens = sizeof(suffix) - 1; in make_db_name() local 246 size_t need = lens + size; in make_db_name() 249 if (size >= lens in make_db_name() 250 && !strcmp(src + size - lens, suffix)) { in make_db_name()
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_write_format_iso9660_filename.c | 206 const int lens[] = { in create_iso_image() local 241 for (i = 0; lens[i] >= 0; i++) { in create_iso_image() 242 for (l = 0; l < lens[i]; l++) { in create_iso_image()
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | read_entry.c | 625 size_t lens = sizeof(suffix) - 1; in make_db_filename() local 627 size_t test = lens + size; in make_db_filename() 631 if (size >= lens in make_db_filename() 632 && !strcmp(path + size - lens, suffix)) in make_db_filename()
|
| /freebsd/contrib/xz/src/xz/ |
| H A D | list.c | 222 size_t lens[ARRAY_SIZE(colon_strs)]; in init_colon_strs() local 231 widths[i] = tuklib_mbstr_width(_(colon_strs[i]), &lens[i]); in init_colon_strs() 242 widths[i] = lens[i]; in init_colon_strs() 251 colon_strs_fw[i] = (int)(lens[i] + width_max - widths[i]); in init_colon_strs()
|
| /freebsd/crypto/openssl/engines/ |
| H A D | e_dasync.c | 167 size_t *lens; member 658 pipe_ctx->lens = (size_t *)ptr; in dasync_cipher_ctrl_helper() 761 …PHER_meth_get_do_cipher(cipher)(ctx, pipe_ctx->outbufs[i], pipe_ctx->inbufs[i], pipe_ctx->lens[i]); in dasync_cipher_helper()
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | px30-pp1516.dtsi | 108 vcc_lens_afvdd: regulator-vcc-lens-afvdd { 415 lens-focus = <&focus>;
|
| H A D | px30-ringneck-haikou-video-demo.dtso | 187 lens-focus = <&focus>;
|
| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | samsung-s5c73m3.txt | 22 - vdd-af-supply : lens power supply (2.8V);
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | interworking.c | 1103 u8 lens; in oi_element_match() local 1121 lens = *pos++; in oi_element_match() 1122 if ((lens & 0x0f) + (lens >> 4) > end - pos) in oi_element_match() 1125 if ((lens & 0x0f) == oi_len && os_memcmp(pos, oi, oi_len) == 0) in oi_element_match() 1127 pos += lens & 0x0f; in oi_element_match() 1129 if ((lens >> 4) == oi_len && os_memcmp(pos, oi, oi_len) == 0) in oi_element_match() 1131 pos += lens >> 4; in oi_element_match()
|