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

  /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
  /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);
  /external/v8/src/
small-pointer-list.h 55 int old_length = list()->length(); local
57 list()->Rewind(old_length);
elements.cc 653 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
    [all...]
  /external/flac/libFLAC/
metadata_object.c 1724 size_t old_length, new_length; local
1756 size_t old_length, new_length; local
    [all...]
  /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...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 92 milliseconds