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,
223 Addr old_addr, Addr old_len,
227 /* Move the mapping old_addr .. old_addr+old_len-1 to the new
234 old_addr, old_len, new_len,
aspacemgr-linux.c     [all...]
aspacemgr-aix5.c     [all...]
  /external/speex/libspeex/
buffer.c 166 int old_len = st->size; local
167 if (len > old_len)
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 250 SysRes do_mremap( Addr old_addr, SizeT old_len,
264 old_addr,old_len,new_addr,new_len,
276 old_len = VG_PGROUNDUP(old_len);
283 if (old_len == 0)
287 if (old_addr + old_len < old_addr
297 if (!ML_(valid_client_addr)(old_addr, old_len, tid, "mremap(old_addr)"))
303 if (old_addr < old_seg->start || old_addr+old_len-1 > old_seg->end)
308 vg_assert(old_len > 0);
310 vg_assert(VG_IS_PAGE_ALIGNED(old_len));
    [all...]
  /external/openssl/crypto/
mem.c 354 void *CRYPTO_realloc_clean(void *str, int old_len, int num, const char *file,
369 memcpy(ret,str,old_len);
370 OPENSSL_cleanse(str,old_len);
  /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 368 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/v8/src/
liveedit-debugger.js 127 old_len: old_source.length,
    [all...]
objects.cc 7657 uint32_t old_len = 0; local
    [all...]

Completed in 5278 milliseconds