/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | sync_buffer_unittest.cc | 25 EXPECT_EQ(kLen, sync_buffer.next_index()); in TEST() 40 EXPECT_EQ(0u, sync_buffer.next_index()); in TEST() 42 EXPECT_EQ(kLen / 2, sync_buffer.next_index()); in TEST() 44 EXPECT_EQ(kLen, sync_buffer.next_index()); in TEST() 47 EXPECT_EQ(kLen, sync_buffer.next_index()); in TEST() 69 EXPECT_EQ(kLen - kNewLen, sync_buffer.next_index()); in TEST() 74 sync_buffer[channel][sync_buffer.next_index() + i]); in TEST() 82 EXPECT_EQ(kLen, sync_buffer.next_index()); in TEST() 110 EXPECT_EQ(kLen - 1, sync_buffer.next_index()); in TEST() 119 EXPECT_EQ(1000, sync_buffer[channel][sync_buffer.next_index()]); in TEST()
|
D | merge.cc | 151 sync_buffer_->ReplaceAtIndex(*output, old_length, sync_buffer_->next_index()); in Process() 175 sync_buffer_->InsertZerosAtIndex(length_diff, sync_buffer_->next_index()); in GetExpandedSignal() 188 expanded_.PushBackFromIndex(*sync_buffer_, sync_buffer_->next_index()); in GetExpandedSignal()
|
D | sync_buffer.h | 83 size_t next_index() const { return next_index_; } in next_index() function
|
D | neteq_impl.cc | 405 sync_buffer_->set_next_index(sync_buffer_->next_index() - in FlushBuffers() 878 RTC_DCHECK_GE(sync_buffer_->next_index(), missing_lookahead_samples); in GetAudioInternal() 879 sync_buffer_->set_next_index(sync_buffer_->next_index() - in GetAudioInternal() 1820 if (sync_buffer_->dtmf_index() > sync_buffer_->next_index()) { in DtmfOverdub() 1823 sync_buffer_->dtmf_index() - sync_buffer_->next_index(), in DtmfOverdub() 2000 sync_buffer_->set_next_index(sync_buffer_->next_index() - in SetSampleRateAndChannels()
|
/external/python/cpython2/Objects/ |
D | enumobject.c | 85 PyObject *next_index; in enum_next_long() local 98 next_index = en->en_longindex; in enum_next_long() 99 assert(next_index != NULL); in enum_next_long() 100 stepped_up = PyNumber_Add(next_index, one); in enum_next_long() 112 Py_DECREF(next_index); in enum_next_long() 117 PyTuple_SET_ITEM(result, 0, next_index); in enum_next_long() 125 PyObject *next_index; in enum_next() local 137 next_index = PyInt_FromSsize_t(en->en_index); in enum_next() 138 if (next_index == NULL) { in enum_next() 151 Py_DECREF(next_index); in enum_next() [all …]
|
/external/v8/src/ |
D | identity-map.cc | 100 int next_index = index; in DeleteIndex() local 102 next_index = (next_index + 1) & mask_; in DeleteIndex() 103 Object* key = keys_[next_index]; in DeleteIndex() 107 if (index < next_index) { in DeleteIndex() 108 if (index < expected_index && expected_index <= next_index) continue; in DeleteIndex() 110 DCHECK_GT(index, next_index); in DeleteIndex() 111 if (index < expected_index || expected_index <= next_index) continue; in DeleteIndex() 115 std::swap(keys_[index], keys_[next_index]); in DeleteIndex() 116 std::swap(values_[index], values_[next_index]); in DeleteIndex() 117 index = next_index; in DeleteIndex()
|
/external/proguard/src/proguard/wtk/ |
D | ProGuardObfuscator.java | 123 int next_index = classPathString.indexOf(separator, index); in classPath() local 124 if (next_index < 0) in classPath() 126 next_index = classPathString.length(); in classPath() 131 new ClassPathEntry(new File(classPathString.substring(index, next_index)), in classPath() 137 index = next_index + 1; in classPath()
|
/external/brotli/enc/ |
D | cluster_inc.h | 213 uint32_t next_index; 220 next_index = 0; 223 new_index[symbols[i]] = next_index; 224 ++next_index; 229 tmp = BROTLI_ALLOC(m, HistogramType, next_index); 231 next_index = 0; 233 if (new_index[symbols[i]] == next_index) { 234 tmp[next_index] = out[symbols[i]]; 235 ++next_index; 240 for (i = 0; i < next_index; ++i) { [all …]
|
D | block_splitter_inc.h | 302 uint32_t next_index = 0; in FN() local 325 new_index[best_out] = next_index++; in FN()
|
/external/libjpeg-turbo/simd/ |
D | jdsample-altivec.c | 47 next_index = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16}, in jsimd_h2v1_fancy_upsample_altivec() local 79 p_next0 = vec_perm(this0, next0, next_index); in jsimd_h2v1_fancy_upsample_altivec() 148 next_index = {2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17}, in jsimd_h2v2_fancy_upsample_altivec() local 210 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index); in jsimd_h2v2_fancy_upsample_altivec() 213 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index); in jsimd_h2v2_fancy_upsample_altivec() 228 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index); in jsimd_h2v2_fancy_upsample_altivec() 229 p_nextcolsum_1h = vec_perm(thiscolsum_1h, nextcolsum_1l, next_index); in jsimd_h2v2_fancy_upsample_altivec() 236 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index); in jsimd_h2v2_fancy_upsample_altivec() 237 p_nextcolsum1h = vec_perm(thiscolsum1h, nextcolsum1l, next_index); in jsimd_h2v2_fancy_upsample_altivec()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | block.c | 83 int length, u64 *next_index, int srclength) in squashfs_read_data() argument 104 if (next_index) in squashfs_read_data() 105 *next_index = index + length; in squashfs_read_data() 136 if (next_index) in squashfs_read_data() 137 *next_index = index + length + 2; in squashfs_read_data()
|
D | squashfs_fs_sb.h | 45 u64 next_index; member
|
D | symlink.c | 99 block = entry->next_index; in squashfs_symlink_readpage()
|
D | cache.c | 121 block, length, &entry->next_index, in squashfs_cache_get() 355 *block = entry->next_index; in squashfs_read_metadata()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator-inl.h | 36 int next_index = index + children_count_; in set_children_index() local 38 return next_index; in set_children_index()
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | usb_descriptors.py | 378 next_index = self._index + self._data[self._index] 379 descriptor = descriptor_class(self._data[self._index:next_index]) 380 self._index = next_index
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers-8.ll | 14 %index = phi i32 [ 0, %entry ], [ %next_index, %loop_back ] 26 %next_index = add i32 %index, 1
|
/external/ImageMagick/MagickCore/ |
D | compress.c | 940 next_index; in LZWEncodeImage() local 975 next_index=LZWEod+1; in LZWEncodeImage() 999 table[next_index].prefix=(ssize_t) last_code; in LZWEncodeImage() 1000 table[next_index].suffix=(short) pixels[i]; in LZWEncodeImage() 1001 table[next_index].next=table[last_code].next; in LZWEncodeImage() 1002 table[last_code].next=(ssize_t) next_index; in LZWEncodeImage() 1003 next_index++; in LZWEncodeImage() 1007 if ((next_index >> code_width) != 0) in LZWEncodeImage() 1023 next_index=LZWEod+1; in LZWEncodeImage()
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 102 int next_index = i + 1; in ParseReplacementPattern() local 103 if (next_index == length) { // No next character! in ParseReplacementPattern() 106 Char c2 = characters[next_index]; in ParseReplacementPattern() 112 ReplacementPart::ReplacementSubString(last, next_index), in ParseReplacementPattern() 114 last = next_index + 1; // Continue after the second "$". in ParseReplacementPattern() 117 last = next_index; in ParseReplacementPattern() 119 i = next_index; in ParseReplacementPattern() 126 i = next_index; in ParseReplacementPattern() 134 i = next_index; in ParseReplacementPattern() 142 i = next_index; in ParseReplacementPattern() [all …]
|
/external/autotest/client/site_tests/graphics_VTSwitch/ |
D | graphics_VTSwitch.py | 178 next_index = len(glob.glob( 180 filename = '%s-%d.%s' % (prefix, next_index, extension)
|
/external/squashfs-tools/kernel/include/linux/ |
D | squashfs_fs_sb.h | 32 long long next_index; member
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs_sb.h | 32 long long next_index; member
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs.h | 50 long long *next_index);
|
D | inode.c | 157 long long *next_index) in squashfs_read_data() argument 248 if (next_index) in squashfs_read_data() 249 *next_index = index + c_byte + (length ? 0 : in squashfs_read_data() 271 long long next_index; in squashfs_get_cached_block() local 323 block, 0, &next_index))) { in squashfs_get_cached_block() 332 msblk->block_cache[i].next_index = next_index; in squashfs_get_cached_block() 346 *next_block = msblk->block_cache[i].next_index; in squashfs_get_cached_block() 360 block = msblk->block_cache[i].next_index; in squashfs_get_cached_block()
|
/external/v8/src/compiler/ |
D | js-builtin-reducer.cc | 439 Node* next_index = graph()->NewNode(simplified()->NumberAdd(), index, in ReduceFastArrayIteratorNext() local 441 next_index = graph()->NewNode(simplified()->NumberToUint32(), next_index); in ReduceFastArrayIteratorNext() 446 iterator, next_index, etrue1, if_true1); in ReduceFastArrayIteratorNext() 567 Node* next_index = graph()->NewNode(simplified()->NumberAdd(), index, in ReduceTypedArrayIteratorNext() local 569 next_index = graph()->NewNode(simplified()->NumberToUint32(), next_index); in ReduceTypedArrayIteratorNext() 574 iterator, next_index, etrue2, if_true2); in ReduceTypedArrayIteratorNext() 1844 Node* next_index = graph()->NewNode(simplified()->NumberAdd(), index, in ReduceStringIteratorNext() local 1848 next_index, length); in ReduceStringIteratorNext() 1855 string, next_index, if_true2); in ReduceStringIteratorNext()
|