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

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.5.2-2.js 72 function addCase( object, old_len, set_len, new_len, checkitems ) {
76 "array = new Array("+ old_len+"); array.length = " + set_len +
83 if ( new_len < old_len ) {
85 for ( var i = new_len; i < old_len; i++ ) {
95 if ( new_len > old_len ) {
97 for ( var i = old_len; i < new_len; i++ ) {
  /external/valgrind/main/coregrind/m_aspacemgr/
priv_aspacemgr.h 96 SizeT old_len,
101 Addr old_addr, Addr old_len,
aspacemgr-common.c 199 SizeT old_len,
203 /* Extend the mapping old_addr .. old_addr+old_len-1 to have length
209 old_addr, old_len, new_len,
219 Addr old_addr, Addr old_len,
223 /* Move the mapping old_addr .. old_addr+old_len-1 to the new
230 old_addr, old_len, new_len,
aspacemgr-linux.c     [all...]
  /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 252 SysRes do_mremap( Addr old_addr, SizeT old_len,
266 old_addr,old_len,new_addr,new_len,
278 old_len = VG_PGROUNDUP(old_len);
285 if (old_len == 0)
289 if (old_addr + old_len < old_addr)
300 if (!ML_(valid_client_addr)(old_addr, old_len, tid, "mremap(old_addr)"))
306 if (old_addr < old_seg->start || old_addr+old_len-1 > old_seg->end)
311 vg_assert(old_len > 0);
313 vg_assert(VG_IS_PAGE_ALIGNED(old_len));
    [all...]
  /external/dbus/dbus/
dbus-marshal-basic.c 301 int old_len, new_len; local
307 old_len = _dbus_unpack_uint32 (byte_order,
313 str, pos + 4, old_len))
319 *old_end_pos = pos + 4 + old_len + 1;
347 int old_len, new_len; local
352 old_len = _dbus_string_get_byte (str, pos);
356 str, pos + 1, old_len))
362 *old_end_pos = pos + 1 + old_len + 1;
    [all...]
dbus-sysdeps-unix.c 2647 int old_len; local
2674 int old_len; local
    [all...]
dbus-auth.c 1426 int old_len; local
    [all...]
dbus-marshal-recursive.c 2546 int old_len; local
    [all...]
dbus-sysdeps-win.c 1960 int old_len; local
    [all...]
  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 332 Addr old_addr, SizeT old_len,
  /external/chromium/third_party/libevent/
http.c 1466 size_t old_len, line_len; local
    [all...]
  /external/kernel-headers/original/linux/
mm.h 779 unsigned long old_len, unsigned long new_len,
    [all...]
  /external/openssh/
pkcs11.h 756 unsigned long old_len, unsigned char *new_pin,
    [all...]
  /external/v8/src/
liveedit-debugger.js 127 old_len: old_source.length,
    [all...]
objects.cc 9739 uint32_t old_len = 0; local
    [all...]

Completed in 568 milliseconds