Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A 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()
179 llvm::Value* start_index, in AddLoop()
188 absl::string_view suffix, llvm::Value* start_index, llvm::Value* end_index, in AddLoop()
212 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(int64_t start_index, in AddLoop()
223 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(int64_t start_index, in AddLoop()
/aosp_15_r20/external/mesa3d/src/imagination/rogue/
H A Drogue.c448 unsigned start_index, in rogue_regarray_create()
520 uint32_t start_index, in rogue_regarray_cached_common()
545 uint32_t start_index) in rogue_regarray_cached()
559 uint32_t start_index, in rogue_vec_regarray_cached()
572 rogue_ssa_regarray(rogue_shader *shader, unsigned size, unsigned start_index) in rogue_ssa_regarray()
579 rogue_temp_regarray(rogue_shader *shader, unsigned size, unsigned start_index) in rogue_temp_regarray()
586 rogue_coeff_regarray(rogue_shader *shader, unsigned size, unsigned start_index) in rogue_coeff_regarray()
596 rogue_shared_regarray(rogue_shader *shader, unsigned size, unsigned start_index) in rogue_shared_regarray()
607 unsigned start_index, in rogue_ssa_vec_regarray()
/aosp_15_r20/external/autotest/client/cros/audio/
H A Daudio_quality_measurement.py413 def noise_detection(start_index, end_index, argument
486 def delay_detection(start_index, end_index, argument
577 def burst_detection(start_index, end_index, argument
651 def changing_volume_detection(start_index, end_index, argument
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Daudio_quality_measurement.py427 def noise_detection(start_index, end_index, block_amplitude, average_amplitude, argument
503 def delay_detection(start_index, end_index, block_amplitude, average_amplitude, argument
595 def burst_detection(start_index, end_index, block_amplitude, average_amplitude, argument
670 def changing_volume_detection(start_index, end_index, average_amplitude, rate, argument
/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsic_objects.cc55 ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_live_objects, size_t start_index) { in FillIntrinsicObjects()
84 size_t start_index, in GetValueOfObject()
97 size_t start_index) { in GetValueOfArrayDataOffset()
H A Dintrinsic_objects.h44 #define DEFINE_BOXED_CONSTANTS(name, low, high, unused, start_index) \ argument
74 #define DEFINE_BOXED_ACCESSES(name, unused1, unused2, unused3, start_index) \ argument
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_end2end_test_lib.cc424 XdsEnd2endTest::CreateEndpointsForBackends(size_t start_index, in CreateEndpointsForBackends()
436 void XdsEnd2endTest::ResetBackendCounters(size_t start_index, in ResetBackendCounters()
468 bool XdsEnd2endTest::SeenAllBackends(size_t start_index, size_t stop_index, in SeenAllBackends()
479 std::vector<int> XdsEnd2endTest::GetBackendPorts(size_t start_index, in GetBackendPorts()
749 const grpc_core::DebugLocation& debug_location, size_t start_index, in WaitForAllBackends()
/aosp_15_r20/external/trusty/arm-trusted-firmware/services/std_svc/spmd/
Dspmd_logical_sp.c190 const uint16_t start_index, in spmd_build_ffa_info_get_regs()
414 uint16_t start_index; in spmd_el3_populate_logical_partition_info() local
502 const uint16_t start_index, in spmd_el3_invoke_partition_info_get()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/adaptor_test/
Dindexed.cpp36 std::ptrdiff_t start_index in check_result()
60 void indexed_test_impl(Container& c, std::ptrdiff_t start_index) in indexed_test_impl()
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.cc152 std::string Page::GetTextUtf8(const int start_index, const int stop_index) { in GetTextUtf8()
206 int Page::GetTextBounds(const int start_index, const int stop_index, vector<Rectangle_i>* rects) { in GetTextBounds()
539 int start_index = GetWordStartIndex(index); in IsRtlAtIndex() local
605 int start_index = index; in GetWordStartIndex() local
/aosp_15_r20/external/webrtc/rtc_tools/frame_analyzer/
H A Dvideo_temporal_aligner_unittest.cc83 const size_t start_index = 12345; in TEST_F() local
106 const size_t start_index = 12345; in TEST_F() local
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_sbr_inv_filtering_estimation.c47 WORD32 start_index, WORD32 stop_index) { in ixheaace_calculate_detector_values()
194 WORD8 *ptr_idx_vx, WORD32 start_index, in ixheaace_qmf_inverse_filtering_detector()
H A Dixheaace_sbr_noise_floor_est.c98 FLOAT32 noise_floor_offset, WORD8 *ptr_idx_vx, WORD32 start_index, WORD32 stop_index, in ia_enhaacplus_enc_qmf_based_noise_floor_detection()
186 WORD32 start_index, WORD32 transient_flag, ixheaace_invf_mode *ptr_inv_filt_levels, in ixheaace_sbr_noise_floor_estimate_qmf()
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/
H A Dprofile.rb70 def memoize( rule, start_index, success ) argument
264 def memoize( rule, start_index, success ) argument
/aosp_15_r20/external/executorch/extension/threadpool/test/
H A Dthreadpool_test.cpp79 size_t start_index = i * grain_size; in TEST() local
121 size_t start_index = i * grain_size; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dsnapshot_utils.cc377 const int64_t start_index) in Dataset()
407 Node* start_index = nullptr; in AsGraphDefInternal() local
541 int64_t start_index; in MakeDataset() local
670 const int64_t start_index, in MakeNestedDataset()
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Ddsp_helper.cc71 size_t start_index, in RampSignal()
87 size_t start_index, in RampSignal()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
H A Dbert_question_answerer.cc316 for (int start_index = 0; start_index < kPredictAnsNum; start_index++) { in Postprocess() local
346 int start_index = token_to_orig_map_[start + kOutputOffset]; in ConvertIndexToString() local
/aosp_15_r20/external/cronet/base/win/
H A Dvector.h175 IFACEMETHODIMP GetMany(unsigned start_index, in GetMany()
319 IFACEMETHODIMP GetMany(unsigned start_index, in GetMany()
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1/
H A Dcontent.proto283 int32 start_index = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
378 int32 start_index = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; field
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1beta1/
H A Dcontent.proto283 int32 start_index = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
378 int32 start_index = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; field
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/
Dblock.rs28 start_index: usize, field
72 pub(crate) fn start_index(slot_index: usize) -> usize { in start_index() function
/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_stasino_helpers.c507 WORD32 start_index, in ihevce_psy_rd_cost_croma()
684 WORD32 start_index, in ihevce_psy_rd_cost()
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/modes/
H A Dfilter.rb50 def memoize( rule, start_index, success ) argument
/aosp_15_r20/frameworks/av/media/libeffects/loudness/dsp/core/
H A Dbasic-inl.h29 int start_index, in SearchIndex()

1234567891011