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

  /external/valgrind/main/coregrind/m_aspacemgr/
priv_aspacemgr.h 96 SizeT old_len,
101 Addr old_addr, Addr old_len,
aspacemgr-common.c 204 SizeT old_len,
208 /* Extend the mapping old_addr .. old_addr+old_len-1 to have length
214 old_addr, old_len, new_len,
224 Addr old_addr, Addr old_len,
228 /* Move the mapping old_addr .. old_addr+old_len-1 to the new
235 old_addr, old_len, new_len,
aspacemgr-linux.c     [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_android.cc 420 size_t old_len = old_value_.length(); local
423 while (left < old_len &&
429 while (right < old_len &&
431 old_value_[old_len - right - 1] == new_value_[new_len - right - 1]) {
438 size_t old_len = old_value_.length(); local
441 while (left < old_len &&
447 while (right < old_len &&
449 old_value_[old_len - right - 1] == new_value_[new_len - right - 1]) {
452 return (old_len - left - right);
  /external/chromium_org/third_party/speex/libspeex/
buffer.c 166 int old_len = st->size; local
167 if (len > old_len)
  /external/speex/libspeex/
buffer.c 166 int old_len = st->size; local
167 if (len > old_len)
  /external/openssl/crypto/
mem.c 356 void *CRYPTO_realloc_clean(void *str, int old_len, int num, const char *file,
367 * |old_len| bytes to the new buffer, below. */
368 if (num < old_len) return NULL;
375 memcpy(ret,str,old_len);
376 OPENSSL_cleanse(str,old_len);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 244 SysRes do_mremap( Addr old_addr, SizeT old_len,
258 old_addr,old_len,new_addr,new_len,
270 old_len = VG_PGROUNDUP(old_len);
277 if (old_len == 0)
281 if (old_addr + old_len < old_addr)
292 if (!ML_(valid_client_addr)(old_addr, old_len, tid, "mremap(old_addr)"))
298 if (old_addr < old_seg->start || old_addr+old_len-1 > old_seg->end)
303 vg_assert(old_len > 0);
305 vg_assert(VG_IS_PAGE_ALIGNED(old_len));
    [all...]
  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 329 Addr old_addr, SizeT old_len,
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_util.h 97 size_t old_len = len_; local
99 memcpy(str_ + old_len, str, len);
  /ndk/sources/android/crazy_linker/tests/
test_util.h 97 size_t old_len = len_; local
99 memcpy(str_ + old_len, str, len);
  /external/libnl/lib/route/sch/
netem.c 299 int old_len = head->nla_len; local
301 msg->nm_nlh->nlmsg_len += (head->nla_len - old_len);
  /external/fio/
filesetup.c 912 unsigned long long old_len = -1ULL, extend_len = -1ULL; local
920 old_len = f->real_file_size;
922 old_len;
929 err = __file_invalidate_cache(td, f, old_len,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc 866 unsigned int old_len = buffer->len; local
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c 12268 uint16_t len, old_len, i; local
12311 uint16_t len, old_len, i; local
12351 uint16_t len, old_len; local
12379 uint16_t len, old_len; local
12409 uint16_t len, old_len; local
12441 uint16_t len, old_len; local
12474 uint16_t len, old_len; local
    [all...]
  /external/chromium_org/third_party/libevent/
http.c 1466 size_t old_len, line_len; local
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/chromium_org/v8/src/
liveedit-debugger.js 116 old_len: old_source.length,
    [all...]
objects.cc 12765 uint32_t old_len = 0; local
    [all...]

Completed in 878 milliseconds