HomeSort by relevance Sort by last modified time
    Searched defs:start_index (Results 1 - 25 of 49) sorted by null

1 2

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
parallel_loop_emitter.cc 48 llvm::Value* start_index = (*dynamic_loop_bounds_)[bounds_index].first; local
53 start_index, end_index);
58 /*start_index=*/0,
disassembler.cc 113 uint64_t start_index = address.get() - section_address; local
127 if (start_index == end_index) {
136 code_size_bytes += end_index - start_index;
139 uint64_t index = start_index;
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
scatter_add_ndim_op.cc 94 int32 start_index = 0; variable
96 start_index += indices(i, j) * multipliers[j];
99 const int32 input_index = start_index + offset;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dsp_helper_unittest.cc 58 // We want to start ramping at |start_index| and keep ramping for |kLen|
60 int start_index = kLen; local
66 int stop_factor = DspHelper::RampSignal(&input, start_index, kLen,
merge.cc 345 size_t start_index = timestamps_per_call_ + expand_->overlap_length(); local
346 start_index = std::max(start_position, start_index);
347 start_index = (input_length > start_index) ? 0 : (start_index - input_length);
349 size_t start_index_downsamp = start_index / (fs_mult_ * 2);
364 best_correlation_index += start_index;
  /system/core/base/
strings.cpp 56 size_t start_index = 0; local
60 while (start_index < s.size()) {
61 if (!isspace(s[start_index])) {
64 start_index++;
68 while (end_index >= start_index) {
76 if (end_index < start_index) {
79 // Start_index is the first non-space, end_index is the last one.
80 return s.substr(start_index, end_index - start_index + 1);
  /art/runtime/gc/accounting/
space_bitmap.cc 135 const uintptr_t start_index = OffsetToIndex(begin_offset); local
137 ZeroAndReleasePages(reinterpret_cast<uint8_t*>(&bitmap_begin_[start_index]),
138 (end_index - start_index) * sizeof(*bitmap_begin_));
  /external/squashfs-tools/kernel/fs/squashfs/
file.c 385 int start_index = page->index & ~mask; local
386 int end_index = start_index | mask;
452 for (i = start_index; i <= end_index && bytes > 0; i++,
  /external/aac/libSBRenc/src/
env_est.h 137 int start_index; member in struct:__anon14045
168 int no_cols, int no_rows, int start_index,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 904 unsigned start_index = (i % size_ratio) * new_length; local
906 start_index, new_length);
    [all...]
  /external/v8/src/heap/
page-parallel-job.h 85 int start_index = 0; local
87 for (int i = 0; i < num_tasks_; i++, start_index += items_per_task) {
88 if (start_index >= num_items_) {
89 start_index -= num_items_;
91 Task* task = new Task(heap_, items_, num_items_, start_index,
138 Task(Heap* heap, Item* items, int num_items, int start_index,
144 start_index_(start_index),
  /external/v8/src/interpreter/
constant-array-builder.h 148 ConstantArraySlice(Zone* zone, size_t start_index, size_t capacity,
164 inline size_t start_index() const { return start_index_; } function in struct:v8::internal::interpreter::BASE_EMBEDDED::final
bytecode-register-optimizer.cc 384 int start_index = reg_list.first_register().index(); local
386 Register current(start_index + i);
409 int start_index = reg_list.first_register().index(); local
411 Register current(start_index + i);
  /frameworks/base/tools/aapt2/
StringPool.cpp 437 const size_t start_index = out->size(); local
452 header->stringsStart = before_strings_index - start_index;
469 header->stylesStart = util::HostToDevice32(before_styles_index - start_index);
499 header->header.size = util::HostToDevice32(out->size() - start_index);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp 96 const size_t start_index = position->index; local
104 word->assign(text->str + start_index, text->str + position->index);
123 word->assign(text->str + start_index, text->str + position->index);
  /system/core/logd/
LogAudit.cpp 134 size_t start_index = denial.find(search_term); local
135 if (start_index != std::string::npos) {
136 start_index += search_term.length();
138 start_index, denial.find(terminator, start_index) - start_index);
  /external/libchrome/base/json/
json_parser.cc 465 int start_index = index_; local
473 CBU8_NEXT(start_pos_, start_index, length, next_char);
675 const int start_index = index_; local
676 int end_index = start_index;
735 StringPiece num_string(num_start, end_index - start_index);
  /external/libxcam/modules/ocl/
cl_newtonemapping_handler.cpp 315 int start_index = block_row * height_per_block * stats_ptr->info.width + block_col * width_per_block; local
332 int y = stats_ptr->stats[start_index + i * stats_ptr->info.width + j].avg_y;
  /external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
split_handler_ops.cc 190 int start_index = partition_boundaries[root_idx]; variable
193 for (int64 bucket_idx = start_index; bucket_idx < end_index;
204 for (int64 bucket_idx = start_index; bucket_idx < end_index;
235 output_partition_ids(root_idx) = partition_ids(start_index);
371 int32 bias_start_index = dimension_boundaries[0].start_index;
398 int start_index = dimension_and_start.start_index; variable
403 .start_index;
404 CHECK(bucket_ids_and_dimensions(start_index, 1) ==
406 << "For bucket " << bucket_ids_and_dimensions(start_index, 0
603 int start_index = partition_boundaries[non_empty_partitions[root_idx]]; variable
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/kernels/
sparse_feature_cross_kernel.cc 529 int64 start_index = current_row[i]; local
537 (*feature_start_indices)[i].push_back(start_index);
  /external/tensorflow/tensorflow/core/kernels/
sparse_cross_op.cc 486 int64 start_index = current_row[i]; local
494 (*feature_start_indices)[i].push_back(start_index);
  /external/v8/src/compiler/
js-call-reducer.cc 117 // have aliased sloppy arguments), and compute the {start_index} for
123 int start_index = 0; local
133 start_index = formal_parameter_count;
158 start_index, p.tail_call_mode()));
172 // starting from {start_index}.
174 for (int i = start_index + 1; i < parameters->InputCount(); ++i) {
451 int start_index = 0; local
460 start_index = shared->internal_formal_parameter_count();
475 for (int i = start_index + 1; i < state_info.parameter_count(); ++i) {
    [all...]
js-operator.h 119 CallForwardVarargsParameters(uint32_t start_index,
121 : bit_field_(StartIndexField::encode(start_index) |
124 uint32_t start_index() const { return StartIndexField::decode(bit_field_); } function in class:v8::internal::compiler::final
635 const Operator* CallForwardVarargs(uint32_t start_index,
  /external/v8/src/runtime/
runtime-scopes.cc 568 int start_index = callee->shared()->internal_formal_parameter_count(); local
574 int num_elements = std::max(0, argument_count - start_index);
583 elements->set(i, *arguments[i + start_index], mode);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 1008 unsigned int start_index = 0, end_index = 0; local
1012 &start_index) &&
1018 c->buffer->unsafe_to_break_from_outbuffer (start_index, end_index);
    [all...]

Completed in 1354 milliseconds

1 2