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

1 2 3

  /toolchain/binutils/binutils-2.25/gas/
remap.c 31 size_t old_len; member in struct:debug_prefix_map
59 map->old_len = p - arg;
60 o[map->old_len] = 0;
81 if (filename_ncmp (filename, map->old_prefix, map->old_len) == 0)
85 name = filename + map->old_len;
  /external/syslinux/gpxe/src/hci/
editstring.c 50 size_t old_len, max_delete_len, insert_len, max_insert_len, new_len; local
53 old_len = strlen ( string->buf );
54 assert ( string->cursor <= old_len );
55 max_delete_len = ( old_len - string->cursor );
59 max_insert_len = ( ( string->len - 1 ) - ( old_len - delete_len ) );
62 new_len = ( old_len - delete_len + insert_len );
66 string->mod_end = ( ( new_len > old_len ) ? new_len : old_len );
  /external/libevent/include/event2/
buffer_compat.h 66 @param old_len the previous length of the buffer
70 typedef void (*evbuffer_cb)(struct evbuffer *buffer, size_t old_len, size_t new_len, void *arg);
  /external/syslinux/gpxe/src/net/
dhcpopts.c 178 * @v old_len Old length (including header)
185 size_t old_len, size_t new_len,
189 ssize_t delta = ( new_len - old_len );
234 source = ( ( ( void * ) option ) + old_len );
269 size_t old_len = 0; local
284 old_len = dhcp_option_len ( dhcp_option ( options, offset ) );
286 options, dhcp_tag_name ( tag ), old_len, new_len );
309 old_len, new_len,
  /external/valgrind/coregrind/m_aspacemgr/
priv_aspacemgr.h 100 SizeT old_len,
105 Addr old_addr, Addr old_len,
aspacemgr-common.c 210 SizeT old_len,
214 /* Extend the mapping old_addr .. old_addr+old_len-1 to have length
220 old_addr, old_len, new_len,
230 Addr old_addr, Addr old_len,
234 /* Move the mapping old_addr .. old_addr+old_len-1 to the new
241 old_addr, old_len, new_len,
aspacemgr-linux.c     [all...]
  /external/libmicrohttpd/src/examples/
demo.c 438 size_t old_len; local
441 old_len = 0;
443 old_len = strlen (*ret);
444 buf = malloc (old_len + size + 1);
447 memcpy (buf, *ret, old_len);
450 memcpy (&buf[old_len], data, size);
451 buf[old_len + size] = '\0';
demo_https.c 439 size_t old_len; local
442 old_len = 0;
444 old_len = strlen (*ret);
445 buf = malloc (old_len + size + 1);
448 memcpy (buf, *ret, old_len);
451 memcpy (&buf[old_len], data, size);
452 buf[old_len + size] = '\0';
  /external/jemalloc/src/
android_je_iterate.c 176 size_t old_len = sizeof(malloc_disabled_tcache); local
178 &malloc_disabled_tcache, &old_len,
  /external/speex/libspeex/
buffer.c 166 int old_len = st->size; local
167 if (len > old_len)
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 278 SysRes do_mremap( Addr old_addr, SizeT old_len,
292 old_addr,old_len,new_addr,new_len,
304 old_len = VG_PGROUNDUP(old_len);
311 if (old_len == 0)
315 if (old_addr + old_len < old_addr)
326 if (!ML_(valid_client_addr)(old_addr, old_len, tid, "mremap(old_addr)"))
332 if (old_addr < old_seg->start || old_addr+old_len-1 > old_seg->end)
338 vg_assert(old_len > 0);
340 vg_assert(VG_IS_PAGE_ALIGNED(old_len));
    [all...]
  /external/dhcpcd-6.8.2/
dhcp6.h 192 size_t old_len; member in struct:dhcp6_state
script.c 441 d6_state->old, d6_state->old_len);
449 d6_state->old, d6_state->old_len);
  /external/valgrind/coregrind/
pub_core_aspacemgr.h 323 Addr old_addr, SizeT old_len,
  /external/libnl/lib/route/qdisc/
netem.c 276 int old_len = head->nla_len; local
278 msg->nm_nlh->nlmsg_len += (head->nla_len - old_len);
  /external/fio/
filesetup.c 1054 unsigned long long old_len = -1ULL, extend_len = -1ULL; local
1062 old_len = f->real_file_size;
1064 old_len;
1071 err = __file_invalidate_cache(td, f, old_len,
    [all...]
  /external/libevent/
buffer.c 963 size_t remaining, old_len; local
967 old_len = buf->total_len;
969 if (old_len == 0)
977 if (len >= old_len && !HAS_PINNED_R(buf)) {
978 len = old_len;
986 if (len >= old_len)
987 len = old_len;
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 997 unsigned int old_len = buffer->len; local
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h     [all...]

Completed in 2732 milliseconds

1 2 3