Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/zstd/examples/
HDREADME.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) :
HDMakefile76 @echo -- Streaming memory usage
78 @echo -- Streaming compression tests
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
HDRegisterContextPOSIXCore_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-14-stable/contrib/libcbor/doc/source/api/
HDstreaming_encoding.rst1 Streaming Encoding
10 Streaming encoding is typically used to create an streaming (indefinite length) CBOR :doc:`strings …
HDdecoding.rst26 │ │ │ Custom driver │ ↔ │ Streaming driver │ ↔ │ Default driver │ ↔ CD
HDstreaming_decoding.rst1 Streaming Decoding
/freebsd-14-stable/contrib/libcbor/doc/
HDdoxy_frontpage.md23 Streaming driver:
/freebsd-14-stable/sys/contrib/zstd/
HDTESTING.md38 - Streaming mode fuzzer with Tsan (for the `zstdmt` testing)
HDCHANGELOG88 perf: Don't Shrink Window Log when Streaming with a Dictionary (#2451, @terrelln)
538 API : Streaming API supports legacy format
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterInfoPOSIX_arm64.h18 enum class SVEState : uint8_t { Unknown, Disabled, FPSIMD, Full, Streaming }; enumerator
/freebsd-14-stable/sys/contrib/device-tree/Bindings/dma/
Dadi,axi-dmac.txt27 1 (AXI_DMAC_TYPE_AXI_STREAM): Streaming AXI interface
/freebsd-14-stable/contrib/libcbor/doc/source/
HDusing.rst40 - ``cbor/encoding.h`` - Streaming encoders for :doc:`api/streaming_encoding`
/freebsd-14-stable/crypto/openssl/doc/man1/
HDopenssl-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
HDopenssl-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-14-stable/contrib/file/magic/Magdir/
HDasf125 # Microsoft Advanced Streaming Format (ASF) <mpruett@sgi.com>
HDanimation69 >>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-14-stable/contrib/mandoc/
HDlib.in29 LINE("libarchive", "Streaming Archive Library (libarchive, \\-larchive)")
/freebsd-14-stable/crypto/openssl/include/openssl/
HDasn1t.h.in726 /* Streaming I/O boundary */
/freebsd-14-stable/usr.sbin/services_mkdb/
HDservices964 nmsp 537/tcp #Networked Media Streaming Protocol
965 nmsp 537/udp #Networked Media Streaming Protocol
/freebsd-14-stable/share/misc/
HDusb_vendors22290 100e SA9027 Audio Streaming Controller
22291 10e0 SA9023 Audio Streaming Controller
23940 02 Streaming
23941 03 MIDI Streaming
24026 02 Video Streaming
24055 01 Host Wire Adapter Control/Data Streaming
24056 02 Device Wire Adapter Control/Data Streaming
24057 03 Device Wire Adapter Isochronous Streaming
24084 AT 0101 USB Streaming
25634 VT 0101 USB Streaming
HDpci_vendors23466 5250 GX5250 Digital I/O Streaming PXI Board
/freebsd-14-stable/contrib/googletest/googletest/test/
HDgtest_unittest.cc4056 TEST(HRESULTAssertionTest, Streaming) { in TEST() argument
/freebsd-14-stable/crypto/openssl/
HDNEWS.md973 * Streaming ASN1 encode support for PKCS#7 and CMS.
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.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,