/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/modules/rtp_rtcp/source/rtcp_packet/ |
D | bye.cc | 91 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()
|
D | extended_jitter_report.cc | 87 const size_t index_end = *index + BlockLength(); in Create() local 96 RTC_DCHECK_EQ(index_end, *index); in Create()
|
D | tmmbn.cc | 94 const size_t index_end = *index + BlockLength(); in Create() local 105 RTC_CHECK_EQ(index_end, *index); in Create()
|
D | tmmbr.cc | 96 const size_t index_end = *index + BlockLength(); in Create() local 107 RTC_CHECK_EQ(index_end, *index); in Create()
|
D | app.cc | 89 const size_t index_end = *index + BlockLength(); in Create() local 96 RTC_DCHECK_EQ(index_end, *index); in Create()
|
D | fir.cc | 95 size_t index_end = *index + BlockLength(); in Create() local 109 RTC_CHECK_EQ(*index, index_end); in Create()
|
D | loss_notification.cc | 64 const size_t index_end = *index + BlockLength(); in Create() local 88 RTC_DCHECK_EQ(index_end, *index); in Create()
|
D | remb.cc | 114 size_t index_end = *index + BlockLength(); in Create() local 139 RTC_DCHECK_EQ(index_end, *index); in Create()
|
D | sender_report.cc | 97 const size_t index_end = *index + BlockLength(); in Create() local 117 RTC_DCHECK_EQ(*index, index_end); in Create()
|
D | extended_reports.cc | 136 size_t index_end = *index + BlockLength(); in Create() local 153 RTC_CHECK_EQ(*index, index_end); in Create()
|
D | sdes.cc | 174 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/ |
D | viewer_c3.py | 523 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/ |
D | ReduceAttributes.cpp | 87 for (unsigned SetIdx : seq(AL.index_begin(), AL.index_end())) { in visitAttributeList()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
D | RenderScriptx86ABIFixups.cpp | 240 for (unsigned I = call_attribs.index_begin(); I != call_attribs.index_end(); in fixupRSAllocationStructByValCalls()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | ImmutableGraph.h | 159 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/ |
D | graph_to_functiondef.cc | 488 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/ |
D | Attributes.h | 657 unsigned index_end() const { return getNumAttrSets() - 1; }
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Attributes.h | 705 unsigned index_end() const { return getNumAttrSets() - 1; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 1331 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/ |
D | FunctionComparator.cpp | 108 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/ |
D | ValueEnumerator.cpp | 930 for (unsigned i = PAL.index_begin(), e = PAL.index_end(); i != e; ++i) { in EnumerateAttributes()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 113 for (unsigned i = L.index_begin(), e = L.index_end(); i != e; ++i) { in cmpAttrs()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 979 for (unsigned i = PAL.index_begin(), e = PAL.index_end(); i != e; ++i) { in EnumerateAttributes()
|
/external/llvm-project/llvm/lib/IR/ |
D | Attributes.cpp | 1547 for (unsigned i = index_begin(), e = index_end(); i != e; ++i) { in dump()
|