/external/epid-sdk/ext/ipp/sources/include/ |
D | asmdefs.inc | 46 _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 …]
|
D | ippres.gen | 153 …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/ |
D | streaming_api_basics.md | 1 # 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.
|
D | blockStreaming_doubleBuffer.md | 1 # LZ4 Streaming API Example : Double Buffer 8 - Firstly, read "LZ4 Streaming API Basics".
|
D | blockStreaming_lineByLine.md | 1 # LZ4 Streaming API Example : Line by Line Text Compression 8 - Firstly, read "LZ4 Streaming API Basics".
|
D | README.md | 7 - [Streaming API Basics](streaming_api_basics.md)
|
/external/clang/test/Preprocessor/ |
D | macro_expand.c | 25 #define Streaming _Pragma("omp FOO for") macro 26 Streaming
|
/external/grpc-grpc/ |
D | CONCEPTS.md | 41 ## 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/ |
D | ClientRunners.cs | 312 …GrpcPreconditions.CheckArgument(rpcType == RpcType.Streaming, "Generic client only supports stream… in RunClientAsync() 329 case RpcType.Streaming: in RunClientAsync()
|
/external/grpc-grpc/doc/cpp/ |
D | perf_notes.md | 3 ## Streaming write buffering
|
/external/flatbuffers/src/ |
D | idl_gen_grpc.cpp | 38 enum Streaming { enum in flatbuffers::FlatBufMethod 97 Streaming streaming_;
|
/external/skqp/src/compute/hs/ |
D | README.md | 236 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/ |
D | README.md | 236 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/ |
D | wire_protocol.proto | 62 // In the case of a Streaming response (has_more = true) the host will send
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | RELEASE-NOTES.txt | 25 o [CODEC-69] Streaming Base64 (Base64InputStream and Base64OutputStream added).
|
/external/grpc-grpc/src/objective-c/tests/Connectivity/ConnectivityTestingApp/ |
D | ViewController.m | 95 NSLog(@"Streaming call finished with error: %@", error);
|
/external/grpc-grpc/doc/ |
D | unit_testing.md | 152 Streaming RPC:
|
/external/python/cpython3/Doc/library/ |
D | asyncio-llapi-index.rst | 428 .. rubric:: Streaming Protocols (TCP, Unix Sockets, Pipes) 440 .. rubric:: Buffered Streaming Protocols
|
D | asyncio-protocol.rst | 525 Streaming Protocols 579 Buffered Streaming Protocols 588 that supports `Streaming Protocols`_.
|
/external/catch2/docs/ |
D | logging.md | 86 ## Streaming macros
|
/external/lz4/ |
D | NEWS | 172 Modified : Streaming API, using strong types 185 New : LZ4 Streaming API (Fast version), special thanks to Takayuki Matsuoka
|
/external/fec/ |
D | README | 67 AMD CPUs starting with the K6. SSE (SIMD Streaming Extensions) was
|
/external/perfetto/docs/ |
D | architecture.md | 54 - Streaming data over the IPC channel.
|
/external/libmtp/ |
D | README | 836 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/ |
D | cpptutorial.md | 393 #### Streaming RPCs
|