Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dinfback.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;
108 while (sym < 32) state->lens[sym++] = 5;
384 state->lens[order[state->have++]] = 0;
388 ret = inflate_table(CODES, state->lens, 19, &(state->next),
407 state->lens[state->have++] = here.val;
418 len = (unsigned)(state->lens[state->have - 1]);
442 state->lens[state->have++] = (unsigned short)len;
[all …]
H A Dinftrees.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]];
H A Dinflate.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;
304 while (sym < 32) state->lens[sym++] = 5;
945 state->lens[order[state->have++]] = 0;
949 ret = inflate_table(CODES, state->lens, 19, &(state->next),
968 state->lens[state->have++] = here.val;
979 len = state->lens[state->have - 1];
1003 state->lens[state->have++] = (unsigned short)len;
[all …]
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dinflate.h119 unsigned short lens[320]; /* temporary storage for code lengths */ member
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dak7375.txt1 Asahi Kasei Microdevices AK7375 voice coil lens driver
3 AK7375 is a camera voice coil lens.
H A Dsony,imx214.txt23 - lens-focus: See ../video-interfaces.txt
42 lens-focus = <&ad5820>;
H A Ddongwoon,dw9807-vcm.txt1 Dongwoon Anatech DW9807 voice coil lens driver
H A Ddongwoon,dw9714.txt1 Dongwoon Anatech DW9714 camera voice coil lens driver
H A Dtoshiba,et8ek8.txt27 - lens-focus: See ../video-interfaces.txt
H A Dnokia,smia.txt32 - lens-focus: See ../video-interfaces.txt
H A Ddongwoon,dw9768.yaml87 dw9768: camera-lens@c {
/f-stack/freebsd/contrib/zlib/test/
H A Dinfcover.c621 unsigned short lens[16], work[16]; in cover_trees() local
627 lens[bits] = (unsigned short)(bits + 1); in cover_trees()
628 lens[15] = 15; in cover_trees()
631 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); in cover_trees()
635 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); in cover_trees()
/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_net.c238 uint64_t *lens, in vhost_flush_enqueue_batch_packed() argument
253 vq->desc_packed[vq->last_used_idx + i].len = lens[i]; in vhost_flush_enqueue_batch_packed()
1266 uint64_t lens[PACKED_BATCH_SIZE]; in virtio_dev_rx_batch_packed() local
1287 lens[i] = descs[avail_idx + i].len; in virtio_dev_rx_batch_packed()
1297 &lens[i], in virtio_dev_rx_batch_packed()
1303 if (unlikely(lens[i] != descs[avail_idx + i].len)) in virtio_dev_rx_batch_packed()
1311 lens[i] = pkts[i]->pkt_len + in virtio_dev_rx_batch_packed()
1328 lens[i]); in virtio_dev_rx_batch_packed()
2236 uint64_t lens[PACKED_BATCH_SIZE]; in vhost_reserve_avail_batch_packed() local
2257 lens[i] = descs[avail_idx + i].len; in vhost_reserve_avail_batch_packed()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dvideo-interfaces.txt86 - lens-focus: A phandle to the node of the focus lens controller.
149 the camera module's lens optical inversion effect.
151 Assuming the above represented scene of the swimming shark, the lens
289 The camera is typically mounted upside-down to compensate the lens
324 lens optical inversion, the two reference systems will not be aligned,
382 the lens optical inversion effect:
H A Dsamsung-s5c73m3.txt22 - vdd-af-supply : lens power supply (2.8V);
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dtest.c213 size_t lens[3] = { 3, 7, 3 }; in test_format_commands() local
223 len = redisFormatCommandArgv(&cmd,argc,argv,lens); in test_format_commands()
239 len = redisFormatSdsCommandArgv(&sds_cmd,argc,argv,lens); in test_format_commands()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Domap3-n900.dts804 lens-focus = <&ad5820>;