Searched defs:old_length (Results 1 - 7 of 7) sorted by relevance

/external/chromium/base/
H A Dutf_offset_string_conversions.h77 // of the encoded section and the |old_length| and |new_length| of the section
83 Adjustment(size_t location, size_t old_length, size_t new_length);
86 size_t old_length; member in struct:AdjustOffset::Adjustment
H A Dutf_offset_string_conversions.cc215 size_t old_length,
218 old_length(old_length),
237 if (offset < (location + i->old_length)) {
241 adjustment += (i->old_length - i->new_length);
214 Adjustment(size_t location, size_t old_length, size_t new_length) argument
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbuffer.h81 size_t old_length = length_; local
83 memcpy(data_.get() + old_length, data, length);
/external/v8/src/
H A Dsmall-pointer-list.h55 int old_length = list()->length(); local
57 list()->Rewind(old_length);
H A Delements.cc653 int old_length = FastD2I(array->length()->Number()); local
654 for (int i = length; i < old_length; i++) {
1018 uint32_t old_length = static_cast<uint32_t>(array->length()->Number()); local
1019 if (new_length < old_length) {
1028 if (new_length <= number && number < old_length) {
1046 if (new_length <= number && number < old_length) {
/external/flac/libFLAC/
H A Dmetadata_object.c1724 size_t old_length, new_length; local
1731 old_length = old? strlen(old) : 0;
1748 object->length -= old_length;
1756 size_t old_length, new_length; local
1763 old_length = old? strlen((const char *)old) : 0;
1780 object->length -= old_length;
/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;

Completed in 140 milliseconds