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

/external/v8/test/mjsunit/
H A 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/
H A Dmerge.cc49 size_t old_length; local
52 size_t expanded_length = GetExpandedSignal(&old_length, &expand_period);
92 expanded_max, input_max, old_length,
151 sync_buffer_->ReplaceAtIndex(*output, old_length, sync_buffer_->next_index());
152 output->PopFront(old_length);
154 // Return new added length. |old_length| samples were borrowed from
156 return output_length - old_length;
159 size_t Merge::GetExpandedSignal(size_t* old_length, size_t* expand_period) { argument
161 *old_length = sync_buffer_->FutureLength();
163 assert(*old_length >
[all...]
H A Dmerge.h68 // (typically one pitch period). The value of |old_length| will be the number
70 size_t GetExpandedSignal(size_t* old_length, size_t* expand_period);
/external/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc73 int old_length = loca_table->GlyphLength(*old_glyph_id); local
75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
/external/v8/src/
H A Dsmall-pointer-list.h32 int old_length = list()->length(); local
34 list()->Rewind(old_length);
H A Delements.cc689 uint32_t old_length = 0; local
690 CHECK(array->length()->ToArrayIndex(&old_length));
692 if (old_length < length) {
702 old_length = Min(old_length, capacity);
715 for (uint32_t i = length; i < old_length; i++) {
983 uint32_t old_length = 0; local
984 CHECK(array->length()->ToArrayLength(&old_length));
985 if (length < old_length) {
994 if (length <= number && number < old_length) {
[all...]
H A Djson-stringifier.h461 Handle<Object> old_length(object->length(), isolate_);
463 if (object->length() != *old_length ||
H A Dobjects.cc12083 int old_length = string->length(); local
12084 if (old_length <= new_length) return string;
12087 old_size = SeqOneByteString::SizeFor(old_length);
12091 old_size = SeqTwoByteString::SizeFor(old_length);
15095 uint32_t old_length = 0; local
15096 CHECK(old_length_handle->ToArrayLength(&old_length));
15100 if (old_length == static_cast<uint32_t>(num_elements)) {
15102 for (uint32_t i = old_length - 1; i + 1 > new_length; --i) {
15122 if (old_length == new_length) return array;
15146 uint32_t index = Min(old_length, new_lengt
15836 uint32_t old_length = 0; local
[all...]
/external/speex/libspeex/
H A Dresample.c558 spx_uint32_t old_length; local
560 old_length = st->filt_len;
663 } else if (st->filt_len > old_length)
677 spx_uint32_t olen = old_length;
683 olen = old_length + 2*st->magic_samples[i];
684 for (j=old_length-2+st->magic_samples[i];j>=0;j--)
708 } else if (st->filt_len < old_length)
717 st->magic_samples[i] = (old_length - st->filt_len)/2;
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DRTPencode.cc303 uint16_t old_length, old_plen; local
769 if (fwrite(&old_length, 2, 1, out_file) != 1) {
783 old_length = length;
/external/freetype/src/sfnt/
H A Dttload.c421 FT_ULong old_length = entry->Length; local
437 old_length ));
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttload.c430 FT_ULong old_length = entry.Length; local
446 old_length ));
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 421 milliseconds