Home
last modified time | relevance | path

Searched refs:STREAM (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm-project/llvm/test/Transforms/LoopUnroll/Hexagon/
Dpeel-small-loop.ll6 %struct.STREAM = type { %union.anon, i32, i32 }
9 define void @function(%struct.STREAM* nocapture readonly %b) local_unnamed_addr {
11 %bitPtr3 = getelementptr inbounds %struct.STREAM, %struct.STREAM* %b, i32 0, i32 2
17 %value2 = getelementptr inbounds %struct.STREAM, %struct.STREAM* %b, i32 0, i32 1
19 %w = getelementptr inbounds %struct.STREAM, %struct.STREAM* %b, i32 0, i32 0, i32 0
/external/libldac/src/
Dpack_ldac.c25 STREAM *p_block, in pack_store_ldac()
28 STREAM *p_bufptr; in pack_store_ldac()
55 STREAM *p_stream) in pack_frame_header_ldac()
76 STREAM *p_stream, in pack_frame_alignment_ldac()
98 STREAM *p_stream, in pack_byte_alignment_ldac()
117 STREAM *p_stream, in pack_band_info_ldac()
132 STREAM *p_stream, in pack_gradient_ldac()
162 STREAM *p_stream, in pack_scale_factor_0_ldac()
198 STREAM *p_stream, in pack_scale_factor_1_ldac()
231 STREAM *p_stream, in pack_scale_factor_2_ldac()
[all …]
Dproto_ldac.h54 DECLFUNC void pack_frame_header_ldac(int, int, int, int, STREAM *);
55 DECLFUNC int pack_raw_data_frame_ldac(SFINFO *, STREAM *, int *, int *);
56 DECLFUNC int pack_null_data_frame_ldac(SFINFO *, STREAM *, int *, int *);
Dldaclib_api.c440 (STREAM *)p_stream);
700 error_code2 = pack_null_data_frame_ldac(p_sfinfo, (STREAM *)p_stream, &loc, p_nbytes_used);
710 error_code = pack_raw_data_frame_ldac(p_sfinfo, (STREAM *)p_stream, &loc, p_nbytes_used);
715 error_code2 = pack_null_data_frame_ldac(p_sfinfo, (STREAM *)p_stream, &loc, p_nbytes_used);
Dstruct_ldac.h43 typedef unsigned char STREAM; typedef
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdbdump-raw-stream.test1 ; RUN: llvm-pdbutil bytes -stream-data=1 %p/Inputs/empty.pdb | FileCheck --check-prefix=STREAM %s
11 STREAM: Stream Data
12 STREAM-NEXT: ============================================================
13 STREAM-NEXT: Stream 1: PDB Stream (dumping 118 / 118 bytes)
14 STREAM-NEXT: Data (
15 STREAM-NEXT: 13000: 942E3101 E207E554 01000000 0B355641 86A0A249 896F9988 FAE52FF0 22000000 …
16 STREAM-NEXT: 13020: 2F4C696E 6B496E66 6F002F6E 616D6573 002F7372 632F6865 61646572 626C6F63 …
17 STREAM-NEXT: 13040: 6B000300 00000600 00000100 00001A00 00000000 00001100 00000900 00000A00 …
18 STREAM-NEXT: 13060: 00000D00 00000000 00000500 00000000 00004191 3201 …
19 STREAM-NEXT: )
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java81 return OutputType.STREAM; in getOutputType()
216 STREAM() { in STREAM() enumConstant
353 Coder coder = OutputType.STREAM.newCoder(blockSize); in testWriteWholeMessage()
356 assertEqualBytes(OutputType.STREAM, expectedBytes, coder.toByteArray()); in testWriteWholeMessage()
397 Coder coder = OutputType.STREAM.newCoder(4 * 1024);
660 Coder coder = OutputType.STREAM.newCoder(blockSize);
663 assertEqualBytes(OutputType.STREAM, data, coder.toByteArray());
681 Coder coder = OutputType.STREAM.newCoder(blockSize);
684 assertEqualBytes(OutputType.STREAM, data, coder.toByteArray());
768 Coder coder = OutputType.STREAM.newCoder(blockSize);
[all …]
/external/llvm-project/llvm/test/tools/llvm-pdbutil/
Dexplain.test21 ; RUN: | FileCheck --check-prefix=STREAM %s
72 STREAM: Block:Offset = 7:0000.
73 STREAM-NEXT: Address is in block 7 (allocated).
74 STREAM-NEXT: Address is at offset 0/684 of Stream 12 (Module "* Linker *").
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py59 STREAM = socket.SOCK_STREAM
65 (INET, STREAM, TCP, '', ('1.2.3.4', 1)),
66 base_events._ipaddr_info('1.2.3.4', 1, INET, STREAM, TCP))
69 (INET, STREAM, TCP, '', ('1.2.3.4', 1)),
70 base_events._ipaddr_info(b'1.2.3.4', 1, INET, STREAM, TCP))
73 (INET, STREAM, TCP, '', ('1.2.3.4', 1)),
74 base_events._ipaddr_info('1.2.3.4', 1, UNSPEC, STREAM, TCP))
82 (INET, STREAM, TCP, '', ('1.2.3.4', 1)),
83 base_events._ipaddr_info('1.2.3.4', 1, UNSPEC, STREAM, 0))
97 base_events._ipaddr_info('1.2.3.4', 1, INET6, STREAM, TCP))
[all …]
/external/llvm-project/flang/include/flang/Common/
Denum-set.h208 template <typename STREAM>
209 STREAM &Dump(STREAM &o, std::string EnumToString(enumerationType)) const { in Dump()
/external/llvm-project/mlir/test/Conversion/GPUCommon/
Dlower-launch-func-to-gpu-runtime-calls.mlir40 // CHECK: [[STREAM:%.*]] = llvm.call @mgpuStreamCreate
48 // CHECK-SAME: [[C8]], [[C8]], [[C8]], [[C0_I32]], [[STREAM]],
/external/llvm-project/flang/lib/Decimal/
Dbig-radix-floating-point.h113 template <typename STREAM> STREAM &Dump(STREAM &) const;
Dbinary-to-decimal.cpp364 template <typename STREAM>
365 STREAM &BigRadixFloatingPointNumber<PREC, LOG10RADIX>::Dump(STREAM &o) const { in Dump()
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_runner.py113 STREAM = object()
116 runner = unittest2.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
/external/bcc/examples/networking/neighbor_sharing/
DREADME.txt39 MIGRATED TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 172.16.1.100 () port 0 AF_INET : …
48 MIGRATED TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 172.16.1.150 () port 0 AF_INET : …
/external/ltp/testscripts/
DReadme_ROBind25 STREAM
75 STREAM
/external/webrtc/modules/audio_processing/aec_dump/
Dcapture_stream_info.h60 task_->GetEvent()->set_type(audioproc::Event::STREAM); in RTC_POP_IGNORING_WUNDEF()
Dcapture_stream_info.cc17 task_->GetEvent()->set_type(audioproc::Event::STREAM); in CaptureStreamInfo()
/external/python/cpython2/Lib/unittest/test/
Dtest_runner.py255 STREAM = object()
258 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt27 - STREAM, STATIC and DYNAMIC buffer usages
41 - STREAM, STATIC and DYNAMIC buffer usages
62 - STREAM, STATIC and DYNAMIC buffer usages
/external/webrtc/modules/audio_processing/
Ddebug.proto100 STREAM = 2; enumerator
/external/webrtc/modules/audio_processing/test/
Ddebug_dump_replayer.cc69 case audioproc::Event::STREAM: in RunNextEvent()
/external/libxml2/os400/
Dxmllint.cmd137 (*STREAM '--stream') +
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp266 #define PRINT_FIELD(STREAM, DIRECTIVE, KERNEL_DESC, MEMBER_NAME, FIELD_NAME) \ in EmitAmdhsaKernelDescriptor() argument
267 STREAM << "\t\t" << DIRECTIVE << " " \ in EmitAmdhsaKernelDescriptor()
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp287 #define PRINT_FIELD(STREAM, DIRECTIVE, KERNEL_DESC, MEMBER_NAME, FIELD_NAME) \ in EmitAmdhsaKernelDescriptor() argument
288 STREAM << "\t\t" << DIRECTIVE << " " \ in EmitAmdhsaKernelDescriptor()

12