HomeSort by relevance Sort by last modified time
    Searched refs:old_length (Results 1 - 9 of 9) sorted by null

  /external/v8/test/mjsunit/
string-externalize.js 59 var old_length = str1.length - twoByteExternalWithAsciiData.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/chromium/base/
utf_offset_string_conversions.h 77 // 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
utf_offset_string_conversions.cc 215 size_t old_length,
218 old_length(old_length),
237 if (offset < (location + i->old_length)) {
241 adjustment += (i->old_length - i->new_length);
  /external/chromium/third_party/libjingle/source/talk/base/
buffer.h 81 size_t old_length = length_; local
83 memcpy(data_.get() + old_length, data, length);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coda_psdev.h 53 struct CodaFid *old_fid, size_t old_length,
  /external/speex/libspeex/
resample.c 558 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;
    [all...]
  /external/flac/libFLAC/
metadata_object.c 1724 size_t old_length, new_length; local
1756 size_t old_length, new_length; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 353 size_t old_length = to->length;
357 start = to->active + old_length;
    [all...]
  /external/v8/src/
objects.cc 6703 uint32_t old_length = static_cast<uint32_t>(old_elements->length()); local
6759 uint32_t old_length = local
6831 int old_length = FastD2I(JSArray::cast(this)->length()->Number()); local
6867 uint32_t old_length = local
    [all...]

Completed in 773 milliseconds