Home
last modified time | relevance | path

Searched refs:index_end (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/lite/kernels/internal/
Dbatch_to_space_nd_test.cc27 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/modules/rtp_rtcp/source/rtcp_packet/
Dbye.cc91 const size_t index_end = *index + BlockLength(); in Create() local
108 size_t bytes_to_pad = index_end - *index; in Create()
115 RTC_DCHECK_EQ(index_end, *index); in Create()
Dextended_jitter_report.cc87 const size_t index_end = *index + BlockLength(); in Create() local
96 RTC_DCHECK_EQ(index_end, *index); in Create()
Dtmmbn.cc94 const size_t index_end = *index + BlockLength(); in Create() local
105 RTC_CHECK_EQ(index_end, *index); in Create()
Dtmmbr.cc96 const size_t index_end = *index + BlockLength(); in Create() local
107 RTC_CHECK_EQ(index_end, *index); in Create()
Dapp.cc89 const size_t index_end = *index + BlockLength(); in Create() local
96 RTC_DCHECK_EQ(index_end, *index); in Create()
Dfir.cc95 size_t index_end = *index + BlockLength(); in Create() local
109 RTC_CHECK_EQ(*index, index_end); in Create()
Dloss_notification.cc64 const size_t index_end = *index + BlockLength(); in Create() local
88 RTC_DCHECK_EQ(index_end, *index); in Create()
Dremb.cc114 size_t index_end = *index + BlockLength(); in Create() local
139 RTC_DCHECK_EQ(index_end, *index); in Create()
Dsender_report.cc97 const size_t index_end = *index + BlockLength(); in Create() local
117 RTC_DCHECK_EQ(*index, index_end); in Create()
Dextended_reports.cc136 size_t index_end = *index + BlockLength(); in Create() local
153 RTC_CHECK_EQ(*index, index_end); in Create()
Dsdes.cc174 const size_t index_end = *index + BlockLength(); in Create() local
194 RTC_CHECK_EQ(*index, index_end); in Create()
/external/adhd/scripts/audio_thread_log_viewer/
Dviewer_c3.py523 index_end = self.content.index('=== aplay -l ===')
527 index_end = len(self.content)
528 event_logs = self.content[index_start:index_end]
/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceAttributes.cpp87 for (unsigned SetIdx : seq(AL.index_begin(), AL.index_end())) { in visitAttributeList()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptx86ABIFixups.cpp240 for (unsigned I = call_attribs.index_begin(); I != call_attribs.index_end(); in fixupRSAllocationStructByValCalls()
/external/llvm-project/llvm/lib/Target/X86/
DImmutableGraph.h159 index_iterator index_end() const { return V.set_bits_end(); } in index_end() function
247 index_iterator index_end() const { return V.set_bits_end(); } in index_end() function
/external/tensorflow/tensorflow/core/framework/
Dgraph_to_functiondef.cc488 int index_end = output.second.second; in GraphToFunctionDef() local
489 for (int i = index_start; i < index_end; ++i) { in GraphToFunctionDef()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h657 unsigned index_end() const { return getNumAttrSets() - 1; }
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h705 unsigned index_end() const { return getNumAttrSets() - 1; }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp1331 for (unsigned I = index_begin(), E = index_end(); I != E; ++I) { in hasAttrSomewhere()
1411 for (unsigned i = index_begin(), e = index_end(); i != e; ++i) { in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp108 for (unsigned i = L.index_begin(), e = L.index_end(); i != e; ++i) { in cmpAttrs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp930 for (unsigned i = PAL.index_begin(), e = PAL.index_end(); i != e; ++i) { in EnumerateAttributes()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp113 for (unsigned i = L.index_begin(), e = L.index_end(); i != e; ++i) { in cmpAttrs()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp979 for (unsigned i = PAL.index_begin(), e = PAL.index_end(); i != e; ++i) { in EnumerateAttributes()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp1547 for (unsigned i = index_begin(), e = index_end(); i != e; ++i) { in dump()

12