Home
last modified time | relevance | path

Searched refs:Streaming (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/contrib/zstd/examples/
H A DREADME.md20 - [Streaming memory usage](streaming_memory_usage.c) :
24 - [Streaming compression](streaming_compression.c) :
28 - [Multiple Streaming compression](multiple_streaming_compression.c) :
33 - [Streaming decompression](streaming_decompression.c) :
H A DMakefile76 @echo -- Streaming memory usage
78 @echo -- Streaming compression tests
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp110 m_sve_state = SVEState::Streaming; in RegisterContextCorePOSIX_arm64()
113 if (m_sve_state != SVEState::Streaming && m_register_info_up->IsSVEPresent()) in RegisterContextCorePOSIX_arm64()
159 if (m_sve_state != SVEState::Streaming) { in ConfigureRegisterContext()
182 if (m_sve_state == SVEState::Streaming) in ConfigureRegisterContext()
208 m_sve_state == SVEState::Streaming) { in CalculateSVEOffset()
251 if (m_sve_state == SVEState::Full || m_sve_state == SVEState::Streaming) in ReadRegister()
257 if (m_sve_state == SVEState::Full || m_sve_state == SVEState::Streaming) in ReadRegister()
299 case SVEState::Streaming: in ReadRegister()
/freebsd/contrib/libcbor/doc/source/api/
H A Dstreaming_encoding.rst1 Streaming Encoding
10 Streaming encoding is typically used to create an streaming (indefinite length) CBOR :doc:`strings …
H A Ddecoding.rst26 │ │ │ Custom driver │ ↔ │ Streaming driver │ ↔ │ Default driver │ ↔ CD
H A Dstreaming_decoding.rst1 Streaming Decoding
/freebsd/contrib/libcbor/doc/
H A Ddoxy_frontpage.md23 Streaming driver:
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dadi,axi-dmac.txt27 1 (AXI_DMAC_TYPE_AXI_STREAM): Streaming AXI interface
/freebsd/sys/contrib/zstd/
H A DTESTING.md38 - Streaming mode fuzzer with Tsan (for the `zstdmt` testing)
H A DCHANGELOG88 perf: Don't Shrink Window Log when Streaming with a Dictionary (#2451, @terrelln)
538 API : Streaming API supports legacy format
/freebsd/contrib/libcbor/doc/source/
H A Dusing.rst40 - ``cbor/encoding.h`` - Streaming encoders for :doc:`api/streaming_encoding`
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-smime.pod.in136 large files. Streaming is automatically set for S/MIME signing with detached
323 and no longer DER. Streaming is supported for the B<-encrypt> operation and the
326 Streaming is always used for the B<-sign> operation with detached data but
H A Dopenssl-cms.pod.in284 large files. Streaming is automatically set for S/MIME signing with detached
662 and no longer DER. Streaming is supported for the B<-encrypt> operation and the
665 Streaming is always used for the B<-sign> operation with detached data but
/freebsd/contrib/file/magic/Magdir/
H A Dasf125 # Microsoft Advanced Streaming Format (ASF) <mpruett@sgi.com>
H A Danimation69 >>11 byte 9 \b, Release %d Adaptive Streaming Profile
81 >>11 byte 7 \b, Release %d Streaming Servers
88 >>11 byte 6 \b, Release %d Streaming Servers
89 >>11 byte 7 \b, Release %d Streaming Servers
90 >>11 byte 9 \b, Release %d Streaming Servers
133 >8 string dash \b, MPEG v4 system, Dynamic Adaptive Streaming over HTTP
/freebsd/contrib/mandoc/
H A Dlib.in29 LINE("libarchive", "Streaming Archive Library (libarchive, \\-larchive)")
/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h.in726 /* Streaming I/O boundary */
/freebsd/usr.sbin/services_mkdb/
H A Dservices961 nmsp 537/tcp #Networked Media Streaming Protocol
962 nmsp 537/udp #Networked Media Streaming Protocol
/freebsd/share/misc/
H A Dusb_vendors22290 100e SA9027 Audio Streaming Controller
22291 10e0 SA9023 Audio Streaming Controller
23937 02 Streaming
23938 03 MIDI Streaming
24023 02 Video Streaming
24052 01 Host Wire Adapter Control/Data Streaming
24053 02 Device Wire Adapter Control/Data Streaming
24054 03 Device Wire Adapter Isochronous Streaming
24081 AT 0101 USB Streaming
25631 VT 0101 USB Streaming
H A Dpci_vendors23301 5250 GX5250 Digital I/O Streaming PXI Board
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc4056 TEST(HRESULTAssertionTest, Streaming) { in TEST() argument
/freebsd/crypto/openssl/
H A DNEWS.md973 * Streaming ASN1 encode support for PKCS#7 and CMS.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td214 // A subset of SVE(2) instructions are legal in Streaming SVE execution mode,
243 // A subset of NEON instructions are legal in Streaming SVE execution mode,