Home
last modified time | relevance | path

Searched defs:start_index (Results 1 – 25 of 105) sorted by relevance

12345

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_loop.cc35 llvm::Value* start_index, llvm::Value* end_index, in ForLoop()
48 absl::string_view prefix, llvm::Value* start_index, llvm::Value* end_index, in EmitForLoop()
178 llvm::Value* start_index, in AddLoop()
187 absl::string_view suffix, llvm::Value* start_index, llvm::Value* end_index, in AddLoop()
211 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(int64 start_index, in AddLoop()
222 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(int64 start_index, in AddLoop()
/external/v8/src/heap/
Ditem-parallel-job.cc18 size_t start_index) { in SetupInternal()
81 for (size_t i = 0, start_index = 0; i < num_tasks; in Run() local
Dmarking.cc14 uint32_t start_index, uint32_t end_index) { in AllBitsSetInRange()
43 uint32_t start_index, uint32_t end_index) { in AllBitsClearInRange()
Dmarking.h271 void ConcurrentBitmap<mode>::SetRange(uint32_t start_index, in SetRange()
302 void ConcurrentBitmap<mode>::ClearRange(uint32_t start_index, in ClearRange()
/external/autotest/client/cros/audio/
Daudio_quality_measurement.py408 def noise_detection(start_index, end_index, argument
481 def delay_detection(start_index, end_index, argument
572 def burst_detection(start_index, end_index, argument
646 def changing_volume_detection(start_index, end_index, argument
/external/pdfium/core/fxcrt/
Dcfx_widetextbuf.h31 void Delete(int start_index, int count) { in Delete()
Dcfx_binarybuf.cpp18 void CFX_BinaryBuf::Delete(size_t start_index, size_t count) { in Delete()
/external/v8/src/objects/
Djs-segments.cc78 int32_t start_index = in Containing() local
110 int32_t start_index, int32_t end_index) { in CreateSegmentDataObject()
Djs-segment-iterator.cc77 int32_t start_index = icu_break_iterator->current(); in Next() local
/external/v8/src/builtins/
Dbuiltins-regexp.cc129 const int start_index = match_info->Capture(0); in BUILTIN() local
137 const int start_index = match_info->Capture(1); in BUILTIN() local
/external/antlr/runtime/Ruby/lib/antlr3/modes/
Dfilter.rb50 def memoize( rule, start_index, success ) argument
/external/v8/src/strings/
Dstring-search.h293 Vector<const SubjectChar> subject, int start_index) { in BoyerMooreSearch()
412 Vector<const SubjectChar> subject, int start_index) { in BoyerMooreHorspoolSearch()
536 Vector<const PatternChar> pattern, int start_index) { in SearchString()
547 int pattern_length, int start_index) { in SearchStringRaw()
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
Dfilterbank.h31 int start_index; member
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_loop_emitter.cc51 llvm::Value* start_index = (*dynamic_loop_bounds_)[bounds_index].first; in EmitIndexAndSetExitBasicBlock() local
/external/v8/src/interpreter/
Dbytecode-register-allocator.h28 explicit BytecodeRegisterAllocator(int start_index) in BytecodeRegisterAllocator()
Dbytecode-register-optimizer.cc429 int start_index = reg_list.first_register().index(); in PrepareOutputRegisterList() local
454 int start_index = reg_list.first_register().index(); in GetInputRegisterList() local
/external/antlr/runtime/Ruby/lib/antlr3/
Dprofile.rb70 def memoize( rule, start_index, success ) argument
264 def memoize( rule, start_index, success ) argument
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_strided_slice.cc61 int start_index = tflite::strided_slice::StartForAxis( in StridedSlice() local
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddsp_helper_unittest.cc60 int start_index = kLen; in TEST() local
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc227 int32_t ReadableFontData::SearchUShort(int32_t start_index, in SearchUShort()
258 int32_t ReadableFontData::SearchUShort(int32_t start_index, in SearchUShort()
282 int32_t ReadableFontData::SearchULong(int32_t start_index, in SearchULong()
/external/tensorflow/tensorflow/core/platform/windows/
Dstacktrace_handler.cc85 int start_index = 2; in PtrToString() local
/external/libtextclassifier/native/annotator/translate/
Dtranslate.cc155 const UnicodeText& text, int start_index, int direction) const { in FindIndexOfNextWhitespaceOrPunctuation()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtriangular_solve_expander.cc168 auto start_index = ConstantR0<int>(builder, (lower) ? 0 : block_size - 1); in InvertDiagonalBlocks() local
341 auto start_index = ConstantR0WithType(builder, S32, j * block_size); in SolveWithInvertedDiagonalBlocks() local
/external/mesa3d/src/freedreno/vulkan/
Dtu_entrypoints_gen.py377 def get_entrypoints(doc, entrypoints_to_defines, start_index): argument
/external/harfbuzz_ng/src/
Dhb-ot-color-cpal-table.hh139 unsigned int start_index = colorRecordIndicesZ[palette_index]; in get_palette_colors() local

12345