Home
last modified time | relevance | path

Searched refs:old_length (Results 1 – 13 of 13) sorted by relevance

/external/v8/test/mjsunit/
Dstring-externalize.js59 var old_length = str1.length - twoByteExternalWithOneByteData.length;
60 for (var i = 0; i < old_length; i++) {
63 for (var i = old_length; i < str1.length; i++) {
80 old_length = str2.length - realTwoByteExternalString.length;
81 for (var i = 0; i < old_length; i++) {
84 for (var i = old_length; i < str.length; i++) {
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dmerge.cc49 size_t old_length; in Process() local
52 size_t expanded_length = GetExpandedSignal(&old_length, &expand_period); in Process()
92 expanded_max, input_max, old_length, in Process()
151 sync_buffer_->ReplaceAtIndex(*output, old_length, sync_buffer_->next_index()); in Process()
152 output->PopFront(old_length); in Process()
156 return output_length - old_length; in Process()
159 size_t Merge::GetExpandedSignal(size_t* old_length, size_t* expand_period) { in GetExpandedSignal() argument
161 *old_length = sync_buffer_->FutureLength(); in GetExpandedSignal()
163 assert(*old_length >= expand_->overlap_length()); in GetExpandedSignal()
167 if (*old_length >= 210 * kMaxSampleRate / 8000) { in GetExpandedSignal()
[all …]
Dmerge.h70 size_t GetExpandedSignal(size_t* old_length, size_t* expand_period);
/external/sfntly/cpp/src/sfntly/tools/subsetter/
Dglyph_table_subsetter.cc73 int old_length = loca_table->GlyphLength(*old_glyph_id); in Subset() local
75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length)); in Subset()
/external/v8/src/
Dsmall-pointer-list.h32 int old_length = list()->length(); in Reserve() local
34 list()->Rewind(old_length); in Reserve()
Delements.cc689 uint32_t old_length = 0; in SetLengthImpl() local
690 CHECK(array->length()->ToArrayIndex(&old_length)); in SetLengthImpl()
692 if (old_length < length) { in SetLengthImpl()
702 old_length = Min(old_length, capacity); in SetLengthImpl()
715 for (uint32_t i = length; i < old_length; i++) { in SetLengthImpl()
983 uint32_t old_length = 0; in SetLengthImpl() local
984 CHECK(array->length()->ToArrayLength(&old_length)); in SetLengthImpl()
985 if (length < old_length) { in SetLengthImpl()
994 if (length <= number && number < old_length) { in SetLengthImpl()
1014 if (length <= number && number < old_length) { in SetLengthImpl()
Djson-stringifier.h461 Handle<Object> old_length(object->length(), isolate_); in SerializeJSArray()
463 if (object->length() != *old_length || in SerializeJSArray()
Dobjects.cc12083 int old_length = string->length(); in Truncate() local
12084 if (old_length <= new_length) return string; in Truncate()
12087 old_size = SeqOneByteString::SizeFor(old_length); in Truncate()
12091 old_size = SeqTwoByteString::SizeFor(old_length); in Truncate()
15095 uint32_t old_length = 0; in ObservableSetLength() local
15096 CHECK(old_length_handle->ToArrayLength(&old_length)); in ObservableSetLength()
15100 if (old_length == static_cast<uint32_t>(num_elements)) { in ObservableSetLength()
15102 for (uint32_t i = old_length - 1; i + 1 > new_length; --i) { in ObservableSetLength()
15122 if (old_length == new_length) return array; in ObservableSetLength()
15146 uint32_t index = Min(old_length, new_length); in ObservableSetLength()
[all …]
/external/speex/libspeex/
Dresample.c558 spx_uint32_t old_length; in update_filter() local
560 old_length = st->filt_len; in update_filter()
663 } else if (st->filt_len > old_length) in update_filter()
677 spx_uint32_t olen = old_length; in update_filter()
683 olen = old_length + 2*st->magic_samples[i]; in update_filter()
684 for (j=old_length-2+st->magic_samples[i];j>=0;j--) in update_filter()
708 } else if (st->filt_len < old_length) in update_filter()
717 st->magic_samples[i] = (old_length - st->filt_len)/2; in update_filter()
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
DRTPencode.cc303 uint16_t old_length, old_plen; in main() local
769 if (fwrite(&old_length, 2, 1, out_file) != 1) { in main()
783 old_length = length; in main()
/external/freetype/src/sfnt/
Dttload.c421 FT_ULong old_length = entry->Length; in tt_face_load_font_dir() local
437 old_length )); in tt_face_load_font_dir()
/external/pdfium/third_party/freetype/src/sfnt/
Dttload.c430 FT_ULong old_length = entry.Length; in tt_face_load_font_dir() local
446 old_length )); in tt_face_load_font_dir()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
Dttload.c430 FT_ULong old_length = entry.Length; in tt_face_load_font_dir() local
446 old_length )); in tt_face_load_font_dir()