| /f-stack/freebsd/contrib/zlib/ |
| H A D | infback.c | 97 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 D | inftrees.c | 32 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 D | inflate.c | 293 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 D | inftrees.h | 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
|
| H A D | inflate.h | 119 unsigned short lens[320]; /* temporary storage for code lengths */ member
|
| /f-stack/freebsd/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
|
| H A D | dongwoon,dw9768.yaml | 87 dw9768: camera-lens@c {
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | infcover.c | 621 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 D | virtio_net.c | 238 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 D | video-interfaces.txt | 86 - 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 D | samsung-s5c73m3.txt | 22 - vdd-af-supply : lens power supply (2.8V);
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | test.c | 213 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 D | omap3-n900.dts | 804 lens-focus = <&ad5820>;
|