/freebsd/sys/contrib/zstd/examples/ |
H A D | README.md | 20 - [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 D | Makefile | 76 @echo -- Streaming memory usage 78 @echo -- Streaming compression tests
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | RegisterContextPOSIXCore_arm64.cpp | 110 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 D | streaming_encoding.rst | 1 Streaming Encoding 10 Streaming encoding is typically used to create an streaming (indefinite length) CBOR :doc:`strings …
|
H A D | decoding.rst | 26 │ │ │ Custom driver │ ↔ │ Streaming driver │ ↔ │ Default driver │ ↔ CD
|
H A D | streaming_decoding.rst | 1 Streaming Decoding
|
/freebsd/contrib/libcbor/doc/ |
H A D | doxy_frontpage.md | 23 Streaming driver:
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | adi,axi-dmac.txt | 27 1 (AXI_DMAC_TYPE_AXI_STREAM): Streaming AXI interface
|
/freebsd/sys/contrib/zstd/ |
H A D | TESTING.md | 38 - Streaming mode fuzzer with Tsan (for the `zstdmt` testing)
|
H A D | CHANGELOG | 88 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 D | using.rst | 40 - ``cbor/encoding.h`` - Streaming encoders for :doc:`api/streaming_encoding`
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-smime.pod.in | 136 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 D | openssl-cms.pod.in | 284 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 D | asf | 125 # Microsoft Advanced Streaming Format (ASF) <mpruett@sgi.com>
|
H A D | animation | 69 >>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 D | lib.in | 29 LINE("libarchive", "Streaming Archive Library (libarchive, \\-larchive)")
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1t.h.in | 726 /* Streaming I/O boundary */
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 961 nmsp 537/tcp #Networked Media Streaming Protocol 962 nmsp 537/udp #Networked Media Streaming Protocol
|
/freebsd/share/misc/ |
H A D | usb_vendors | 22290 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 D | pci_vendors | 23301 5250 GX5250 Digital I/O Streaming PXI Board
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 4056 TEST(HRESULTAssertionTest, Streaming) { in TEST() argument
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 973 * Streaming ASN1 encode support for PKCS#7 and CMS.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.td | 214 // 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,
|