Home
last modified time | relevance | path

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

12

/external/epid-sdk/ext/ipp/sources/include/
Dasmdefs.inc46 _IPP_W7=8 ; Intel(R) Streaming SIMD Extensions 2 - ia32
47 _IPP_T7=16 ; Intel(R) Streaming SIMD Extensions 3 - ia32
48 _IPP_V8=32 ; Supplemental Streaming SIMD Extensions 3 (SSSE3)
50 _IPP_P8=64 ; Intel(R) Streaming SIMD Extensions 4.2 - ia32
57 _IPP32E_M7=32 ; Intel(R) Streaming SIMD Extensions 3 - intel64
58 _IPP32E_U8=64 ; Supplemental Streaming SIMD Extensions 3 (SSSE3) - intel64
60 _IPP32E_Y8=128 ; Intel(R) Streaming SIMD Extensions 4.2 - intel64
72 ELSEIFDEF _W7 ; Intel(R) Streaming SIMD Extensions 2 - ia32
74 ELSEIFDEF _T7 ; Intel(R) Streaming SIMD Extensions 3 - ia32
76 ELSEIFDEF _V8 ; Supplemental Streaming SIMD Extensions 3 (SSSE3)
[all …]
Dippres.gen153 …mance Primitives. " IPP_LIB_LONGNAME() ". Optimized for processors with Streaming SIMD Extensions …
159 …mance Primitives. " IPP_LIB_LONGNAME() ". Optimized for processors with Streaming SIMD Extensions …
165 …mance Primitives. " IPP_LIB_LONGNAME() ". Optimized for processors with Streaming SIMD Extensions …
171 …ves. " IPP_LIB_LONGNAME() ". Optimized for processors with Supplemental Streaming SIMD Extension 3…
177 …mance Primitives. " IPP_LIB_LONGNAME() ". Optimized for processors with Streaming SIMD Extensions …
201 …ves. " IPP_LIB_LONGNAME() ". Optimized for processors with Supplemental Streaming SIMD Extension 3…
207 …mance Primitives. " IPP_LIB_LONGNAME() ". Optimized for processors with Streaming SIMD Extensions …
/external/lz4/examples/
Dstreaming_api_basics.md1 # LZ4 Streaming API Basics
13 - "Streaming" API : This is designed for complex thing.
17 But if you want to write advanced application, it's time to use Block or Streaming APIs.
20 ## What is difference between Block and Streaming API ?
24 Streaming API does same thing but (de)compress multiple adjacent contiguous memory block.
58 Example (3) : Streaming API, 4KiB Block
82 ## Restriction of Streaming API
84 For the efficiency, Streaming API doesn't keep mirror copy of dependent (de)compressed memory.
DblockStreaming_doubleBuffer.md1 # LZ4 Streaming API Example : Double Buffer
8 - Firstly, read "LZ4 Streaming API Basics".
DblockStreaming_lineByLine.md1 # LZ4 Streaming API Example : Line by Line Text Compression
8 - Firstly, read "LZ4 Streaming API Basics".
DREADME.md7 - [Streaming API Basics](streaming_api_basics.md)
/external/clang/test/Preprocessor/
Dmacro_expand.c25 #define Streaming _Pragma("omp FOO for") macro
26 Streaming
/external/grpc-grpc/
DCONCEPTS.md41 ## Streaming section in gRPC Concepts Overview
45 Bidirectional Streaming where a single gRPC call establishes a stream in which both
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs312 …GrpcPreconditions.CheckArgument(rpcType == RpcType.Streaming, "Generic client only supports stream… in RunClientAsync()
329 case RpcType.Streaming: in RunClientAsync()
/external/grpc-grpc/doc/cpp/
Dperf_notes.md3 ## Streaming write buffering
/external/flatbuffers/src/
Didl_gen_grpc.cpp38 enum Streaming { enum in flatbuffers::FlatBufMethod
97 Streaming streaming_;
/external/skqp/src/compute/hs/
DREADME.md236 1. *Streaming Flip Merge*
237 1. If necessary, *Streaming Half Merge*
271 As an example, the *Streaming Flip Merge* kernel is illustrated below:
/external/skia/src/compute/hs/
DREADME.md236 1. *Streaming Flip Merge*
237 1. If necessary, *Streaming Half Merge*
271 As an example, the *Streaming Flip Merge* kernel is illustrated below:
/external/perfetto/src/ipc/
Dwire_protocol.proto62 // In the case of a Streaming response (has_more = true) the host will send
/external/owasp/sanitizer/lib/commons-codec-1.4/
DRELEASE-NOTES.txt25 o [CODEC-69] Streaming Base64 (Base64InputStream and Base64OutputStream added).
/external/grpc-grpc/src/objective-c/tests/Connectivity/ConnectivityTestingApp/
DViewController.m95 NSLog(@"Streaming call finished with error: %@", error);
/external/grpc-grpc/doc/
Dunit_testing.md152 Streaming RPC:
/external/python/cpython3/Doc/library/
Dasyncio-llapi-index.rst428 .. rubric:: Streaming Protocols (TCP, Unix Sockets, Pipes)
440 .. rubric:: Buffered Streaming Protocols
Dasyncio-protocol.rst525 Streaming Protocols
579 Buffered Streaming Protocols
588 that supports `Streaming Protocols`_.
/external/catch2/docs/
Dlogging.md86 ## Streaming macros
/external/lz4/
DNEWS172 Modified : Streaming API, using strong types
185 New : LZ4 Streaming API (Fast version), special thanks to Takayuki Matsuoka
/external/fec/
DREADME67 AMD CPUs starting with the K6. SSE (SIMD Streaming Extensions) was
/external/perfetto/docs/
Darchitecture.md54 - Streaming data over the IPC channel.
/external/libmtp/
DREADME836 I Want Streaming!
839 Streaming reads is easy. Just connect the output file descriptor from
1038 - Streaming does not work. (Size needs to be known beforehand due to
/external/grpc-grpc/examples/cpp/
Dcpptutorial.md393 #### Streaming RPCs

12