| /freebsd-14.2/contrib/xz/src/liblzma/common/ |
| H A D | index.c | 150 index_tree streams; member 385 index_tree_init(&i->streams); in index_init_plain() 411 index_tree_append(&i->streams, &s->node); in lzma_index_init() 481 if (streams == 0 || streams > UINT32_MAX || blocks > LZMA_VLI_MAX in lzma_index_memusage() 482 || streams > limit / stream_base in lzma_index_memusage() 508 return i->streams.count; in lzma_index_stream_count() 747 index_tree *streams; member 768 index_tree_append(info->streams, &this->node); in index_cat_helper() 862 .stream_number_add = dest->streams.count, in lzma_index_cat() 864 .streams = &dest->streams, in lzma_index_cat() [all …]
|
| /freebsd-14.2/contrib/telnet/libtelnet/ |
| H A D | enc_des.c | 77 } streams[2]; member 123 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB); in cfb64_init() 124 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB); in cfb64_init() 132 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB); in ofb64_init() 133 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB); in ofb64_init() 268 fb64_stream_iv((void *)data, &fbp->streams[DIR_DECRYPT-1]); in fb64_is() 337 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply() 537 struct stinfo *stp = &fb[CFB].streams[DIR_ENCRYPT-1]; in cfb64_encrypt() 560 struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1]; in cfb64_decrypt() 610 struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT-1]; in ofb64_encrypt() [all …]
|
| /freebsd-14.2/crypto/heimdal/appl/telnet/libtelnet/ |
| H A D | enc_des.c | 86 struct stinfo streams[2]; member 133 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB); in cfb64_init() 134 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB); in cfb64_init() 142 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB); in ofb64_init() 143 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB); in ofb64_init() 279 fb64_stream_iv(data, &fbp->streams[DIR_DECRYPT-1]); in fb64_is() 347 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply() 542 struct stinfo *stp = &fb[CFB].streams[DIR_ENCRYPT-1]; in cfb64_encrypt() 564 struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1]; in cfb64_decrypt() 614 struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT-1]; in ofb64_encrypt() [all …]
|
| /freebsd-14.2/lib/libc/isc/ |
| H A D | ev_streams.c | 83 if (ctx->streams != NULL) in evWrite() 84 ctx->streams->prev = new; in evWrite() 86 new->next = ctx->streams; in evWrite() 87 ctx->streams = new; in evWrite() 117 if (ctx->streams != NULL) in evRead() 118 ctx->streams->prev = new; in evRead() 120 new->next = ctx->streams; in evRead() 121 ctx->streams = new; in evRead() 170 ctx->streams = old->next; in evCancelRW()
|
| /freebsd-14.2/sys/dev/sound/pci/hda/ |
| H A D | hdac.c | 370 sc->streams[i].dir, sc->streams[i].stream); in hdac_one_intr() 1366 if (sc->streams != NULL) in hdac_attach() 1369 free(sc->streams, M_HDAC); in hdac_attach() 1465 s = &sc->streams[i]; in hdac_poll_reinit() 1766 free(sc->streams, M_HDAC); in hdac_detach() 1956 sc->streams[ss].dev = child; in hdac_stream_alloc() 1957 sc->streams[ss].dir = dir; in hdac_stream_alloc() 1959 sc->streams[ss].bw = bw; in hdac_stream_alloc() 1985 sc->streams[ss].stream = 0; in hdac_stream_free() 1986 sc->streams[ss].dev = NULL; in hdac_stream_free() [all …]
|
| H A D | hdacc.c | 57 device_t streams[2][16]; member 655 codec->streams[dir][stream] = child; in hdacc_stream_alloc() 664 codec->streams[dir][stream] = NULL; in hdacc_stream_free() 704 if ((child = codec->streams[dir][stream]) != NULL) in hdacc_stream_intr()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/phy/ |
| H A D | fsl,imx8qm-lvds-phy.yaml | 15 groups of four data lanes of LVDS data streams. A phase-locked 17 data streams over a fifth LVDS link. Every cycle of the transmit 19 through the two groups of LVDS data streams. Together with the 20 transmit clocks, the two groups of LVDS data streams form two
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | hda_codec.c | 199 struct hda_codec_stream streams[HDA_CODEC_STREAMS_COUNT]; member 425 st = &sc->streams[HDA_CODEC_STREAM_OUTPUT]; in hda_codec_init() 443 st = &sc->streams[HDA_CODEC_STREAM_INPUT]; in hda_codec_init() 480 st = &sc->streams[i]; in hda_codec_reset() 595 st = &sc->streams[i]; in hda_codec_notify() 670 struct hda_codec_stream *st = &sc->streams[HDA_CODEC_STREAM_OUTPUT]; in hda_codec_audio_output_nid() 694 st = &sc->streams[HDA_CODEC_STREAM_OUTPUT]; in hda_codec_audio_output_do_transfer() 714 st = &sc->streams[HDA_CODEC_STREAM_OUTPUT]; in hda_codec_audio_output_do_setup() 731 struct hda_codec_stream *st = &sc->streams[HDA_CODEC_STREAM_INPUT]; in hda_codec_audio_input_nid() 755 st = &sc->streams[HDA_CODEC_STREAM_INPUT]; in hda_codec_audio_input_do_transfer() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | fsl,audmix.txt | 4 audio streams into a single audio stream. Audio Mixer has two input serial 15 The output of Audio Mixer can be selected from any of the three streams 21 input streams must have same audio sample rate with same number of channels
|
| H A D | nvidia,tegra210-mixer.yaml | 10 The Mixer supports mixing of up to ten 7.1 audio input streams and 12 ten input streams).
|
| H A D | xlnx,i2s.txt | 12 - xlnx,num-channels: Number of I2S streams. Can be any of 1, 2, 3, 4.
|
| H A D | nvidia,tegra20-i2s.yaml | 10 The I2S Controller streams synchronous serial audio data between system
|
| /freebsd-14.2/sys/contrib/zlib/contrib/ |
| H A D | README.contrib | 28 A C++ I/O streams interface to the zlib gz* functions 31 Another C++ I/O streams interface 35 Yet another C++ I/O streams interface
|
| /freebsd-14.2/contrib/ntp/html/hints/ |
| H A D | parse | 28 implement the conversion of RS232 data streams into 38 This streams module is designed for SunOS 4.1.X. 42 This streams module is designed for SunOS 5.x
|
| /freebsd-14.2/contrib/libpcap/doc/ |
| H A D | README.dag | 60 or load balancing mechanisms. Receive streams have even numbers, e.g. 61 dag0:0, dag0:2 etc. Specifying transmit streams for capture is not supported. 86 streams. Capture streams have even numbers. These are available via libpcap 93 all of the streams. In future this may change if per-stream slen is
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | fsl,imx8qxp-pixel-combiner.yaml | 13 The Freescale i.MX8qm/qxp Pixel Combiner takes two output streams from a 14 single display controller and manipulates the two streams to support a number
|
| H A D | thine,thc63lvd1024.yaml | 15 streams to parallel data outputs. The chip supports single/dual input/output 16 modes, handling up to two LVDS input streams and up to two digital CMOS/TTL
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/xlnx/ |
| H A D | xlnx,zynqmp-dpsub.yaml | 31 live audio/video streams from the programmable logic. The Video Rendering 33 conversion. The Audio Mixer mixes the incoming audio streams. The DisplayPort 37 The subsystem supports 2 video and 2 audio streams, and various pixel formats
|
| /freebsd-14.2/contrib/ntp/parseutil/ |
| H A D | README | 6 parsetest: simple parse streams module test
|
| /freebsd-14.2/contrib/libcbor/doc/source/ |
| H A D | index.rst | 18 - Full support for streams & incremental processing
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | animation | 793 # Stored AAC streams (instead of the MP4 format) 800 >>16 byte&0x1E 0x04 \b, 2 streams 801 >>16 byte&0x1E 0x06 \b, 3 streams 802 >>16 byte &0x08 \b, 4 or more streams 811 >>7 byte&0x1E 0x04 \b, 2 streams 812 >>7 byte&0x1E 0x06 \b, 3 streams 855 # Live MPEG-4 audio streams (instead of RTP FlexMux) 861 >>4 byte&0x3C 0x08 \b, 2 streams 862 >>4 byte&0x3C 0x0C \b, 3 streams 867 >>4 byte&0x78 0x10 \b, 2 streams [all …]
|
| /freebsd-14.2/contrib/xz/src/xz/ |
| H A D | list.c | 206 uint64_t streams; member 1127 totals.streams += lzma_index_stream_count(xfi->idx); in update_totals() 1162 uint64_to_str(totals.streams, 0), in print_totals_basic() 1195 print_adv_helper(totals.streams, totals.blocks, in print_totals_adv() 1222 totals.streams, in print_totals_robot()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/xilinx/ |
| H A D | xlnx,video.txt | 7 Xilinx video IP pipeline processes video streams through one or more Xilinx
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | ilitek,ili9322.yaml | 14 streams that get adapted and scaled to the panel. The panel output has
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/ |
| H A D | rockchip,vdec.yaml | 14 HEVC an VP9 streams.
|