Searched refs:index_end (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | batch_to_space_nd_test.cc | 27 int index_end = 0; in GetIndexRange() local 29 output_dim, &index_start, &index_end); in GetIndexRange() 30 return {index_start, index_end}; in GetIndexRange()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | bye.cc | 84 const size_t index_end = *index + BlockLength(); in Create() local 101 size_t bytes_to_pad = index_end - *index; in Create() 108 RTC_DCHECK_EQ(index_end, *index); in Create()
|
D | extended_jitter_report.cc | 81 const size_t index_end = *index + BlockLength(); in Create() local 90 RTC_DCHECK_EQ(index_end, *index); in Create()
|
D | app.cc | 67 const size_t index_end = *index + BlockLength(); in Create() local 74 RTC_DCHECK_EQ(index_end, *index); in Create()
|
/external/adhd/scripts/audio_thread_log_viewer/ |
D | viewer_c3.py | 494 index_end = self.content.index('=== aplay -l ===') 498 index_end = len(self.content) 499 event_logs = self.content[index_start:index_end]
|
/external/tensorflow/tensorflow/c/ |
D | c_api_function.cc | 378 int index_end = output.second.second; in GraphToFunctionDef() local 379 for (int i = index_start; i < index_end; ++i) { in GraphToFunctionDef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Attributes.h | 633 unsigned index_end() const { return getNumAttrSets() - 1; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Attributes.cpp | 1230 for (unsigned I = index_begin(), E = index_end(); I != E; ++I) { in hasAttrSomewhere() 1306 for (unsigned i = index_begin(), e = index_end(); i != e; ++i) { in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 109 for (unsigned i = L.index_begin(), e = L.index_end(); i != e; ++i) { in cmpAttrs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 932 for (unsigned i = PAL.index_begin(), e = PAL.index_end(); i != e; ++i) { in EnumerateAttributes()
|
D | BitcodeWriter.cpp | 764 for (unsigned i = AL.index_begin(), e = AL.index_end(); i != e; ++i) { in writeAttributeTable()
|