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

1 2 3 4 5 6 7

  /frameworks/av/media/libeffects/loudness/dsp/core/
basic-inl.h 29 int start_index,
31 int start = start_index;
basic.h 39 int start_index,
  /external/pdfium/core/fxcrt/
cfx_binarybuf.cpp 17 void CFX_BinaryBuf::Delete(size_t start_index, size_t count) {
18 if (!m_pBuffer || count > m_DataSize || start_index > m_DataSize - count)
21 memmove(m_pBuffer.get() + start_index, m_pBuffer.get() + start_index + count,
22 m_DataSize - start_index - count);
cfx_widetextbuf.h 31 void Delete(int start_index, int count) {
32 CFX_BinaryBuf::Delete(start_index * sizeof(wchar_t),
cfx_binarybuf.h 38 void Delete(size_t start_index, size_t count);
  /art/libartbase/base/
bit_vector-inl.h 51 inline uint32_t BitVector::IndexIterator::FindIndex(uint32_t start_index) const {
52 DCHECK_LE(start_index, BitSize());
53 uint32_t word_index = start_index / kWordBits;
55 return start_index;
59 word &= static_cast<uint32_t>(-1) << (start_index & 0x1f);
  /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);
  /external/v8/src/interpreter/
bytecode-register-allocator.h 28 explicit BytecodeRegisterAllocator(int start_index)
29 : next_register_index_(start_index),
30 max_register_count_(start_index),
constant-array-builder.cc 22 Zone* zone, size_t start_index, size_t capacity, OperandSize operand_size)
23 : start_index_(start_index),
46 return index + start_index();
51 DCHECK_GE(index, start_index());
52 DCHECK_LT(index, start_index() + size());
53 return constants_[index - start_index()];
58 DCHECK_GE(index, start_index());
59 DCHECK_LT(index, start_index() + size());
60 return constants_[index - start_index()];
73 size_t i = start_index();
    [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),
marking.h 109 // Sets all bits in the range [start_index, end_index).
110 void SetRange(uint32_t start_index, uint32_t end_index) {
111 unsigned int start_cell_index = start_index >> Bitmap::kBitsPerCellLog2;
112 MarkBit::CellType start_index_mask = 1u << Bitmap::IndexInCell(start_index);
132 // Clears all bits in the range [start_index, end_index).
133 void ClearRange(uint32_t start_index, uint32_t end_index) {
134 unsigned int start_cell_index = start_index >> Bitmap::kBitsPerCellLog2;
135 MarkBit::CellType start_index_mask = 1u << Bitmap::IndexInCell(start_index);
155 // Returns true if all bits in the range [start_index, end_index) are set.
156 bool AllBitsSetInRange(uint32_t start_index, uint32_t end_index)
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_loop.cc 36 llvm::Value* start_index, llvm::Value* end_index,
41 start_index_(start_index),
49 tensorflow::StringPiece prefix, llvm::Value* start_index,
52 std::unique_ptr<ForLoop> loop(new ForLoop(prefix, /*suffix=*/"", start_index,
179 llvm::Value* start_index,
183 return AddLoop(suffix, start_index, end_index, ir_builder_->getInt64(1),
188 llvm::Value* start_index,
198 /*prefix=*/name_, suffix, start_index, end_index, stride,
215 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(int64 start_index,
220 CHECK_LE(start_index, end_index)
    [all...]
llvm_loop.h 42 // start_index and end_index are the loop bounds (end_index is not inclusive).
75 tensorflow::StringPiece prefix, llvm::Value* start_index,
130 llvm::Value* start_index, llvm::Value* end_index, llvm::Value* step,
189 llvm::Value* start_index,
196 llvm::Value* start_index,
203 std::unique_ptr<ForLoop> AddLoop(int64 start_index, int64 end_index,
209 std::unique_ptr<ForLoop> AddLoop(int64 start_index, int64 end_index,
  /external/autotest/client/cros/audio/
audio_quality_measurement.py 380 sine wave is between [start_index, end_index)
391 @returns: A tuple composed of (start_index, end_index)
397 start_index, end_index = length - 1 , 0
403 start_index = min(start_index, left_border)
405 return (start_index, end_index)
408 def noise_detection(start_index, end_index,
417 @param start_index: Start index of sine wave.
444 if ((start_index - rate * NEAR_SINE_START_OR_END_SECS) <= index and
473 if noise_time_point[i] < float(start_index) / rate - APPEND_ZEROS_SECS
    [all...]
  /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...]
  /tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
audio_quality_measurement.py 398 sine wave is between [start_index, end_index)
411 A tuple composed of (start_index, end_index)
417 start_index, end_index = length - 1, 0
423 start_index = min(start_index, left_border)
425 return (start_index, end_index)
428 def noise_detection(start_index, end_index, block_amplitude, average_amplitude,
437 start_index: Start index of sine wave.
466 if ((start_index - rate * NEAR_SINE_START_OR_END_SECS) <= index and
496 if noise_time_point[i] < float(start_index) / rate - APPEND_ZEROS_SECS
    [all...]
  /external/opencv/cv/src/
cvapprox.cpp 551 right_slice.start_index = count;
557 slice.start_index = 0;
571 right_slice.start_index = 0;
576 cvSetSeqReaderPos( &reader, right_slice.start_index, 1 );
592 right_slice.start_index = j;
602 slice.start_index = cvGetSeqReaderPos( &reader );
603 slice.end_index = right_slice.start_index += slice.start_index;
605 right_slice.start_index -= right_slice.start_index >= count ? count : 0
    [all...]
  /external/lisa/libs/utils/android/
surfaceflinger.py 40 start_index = 0
46 start_index = i + 1
50 parsed_values[dim].append(get_value(value[start_index:i].strip()))
51 start_index = i + 1
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_multi_vector.cc 130 size_t AudioMultiVector::ReadInterleavedFromIndex(size_t start_index,
137 assert(start_index <= Size());
138 start_index = std::min(start_index, Size());
139 if (length + start_index > Size()) {
140 length = Size() - start_index;
144 memcpy(destination, &(*this)[0][start_index], length * sizeof(int16_t));
149 destination[index] = (*this)[channel][i + start_index];
  /external/libxcam/cl_kernel/
kernel_newtonemapping.cl 63 int start_index = mad24(i, BLOCK_FACTOR, j) * 4096;
79 haleq.x = hist_leq[start_index + (int)src_y.x];
80 haleq.y = hist_leq[start_index + (int)src_y.y];
81 haleq.z = hist_leq[start_index + (int)src_y.z];
82 haleq.w = hist_leq[start_index + (int)src_y.w];
  /external/pdfium/public/
fpdf_text.h 169 // start_index - Index for the start characters.
182 int start_index,
191 // start_index - Index for the start characters.
205 int start_index,
284 // start_index - Start from this character. -1 for end of the page.
293 int start_index);
  /external/sfntly/cpp/src/sfntly/data/
readable_font_data.h 208 int32_t SearchUShort(int32_t start_index,
225 int32_t SearchUShort(int32_t start_index,
243 int32_t SearchULong(int32_t 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/tensorflow/tensorflow/compiler/xla/service/cpu/
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/v8/src/
string-search.h 110 int start_index);
114 int start_index);
118 int start_index);
123 int start_index);
127 int start_index);
308 int start_index) {
319 int index = start_index;
431 int start_index) {
443 int index = start_index; // No matches found prior to this index.
561 int start_index) {
    [all...]

Completed in 1463 milliseconds

1 2 3 4 5 6 7