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

  /external/valgrind/memcheck/tests/
undef_malloc_args.c 6 size_t def_size = 1<<20; local
10 if (argc > 10000) def_size = def_size * 2;
13 size_t size = def_size;
19 new_p = realloc(p, def_size);
22 new_p = realloc(new_p, def_size);
30 new_p = calloc(nmemb, def_size);
37 new_p = memalign(alignment, def_size);
43 size_t size = def_size;
50 size_t size = def_size;
    [all...]
  /external/strace/
rtnl_neightbl.c 118 const unsigned int def_size = sizeof(ndtst); local
120 (len >= def_size) ? def_size :
138 if (len >= def_size)
rtnl_link.c 58 const unsigned int def_size = sizeof(st); local
60 (len >= def_size) ? def_size :
94 if (len >= def_size)
229 const unsigned int def_size = sizeof(st); local
231 (len >= def_size) ? def_size :
265 if (len >= def_size)
  /bionic/libc/kernel/uapi/linux/
atmsap.h 78 unsigned char def_size; member in struct:atm_blli::__anon461::__anon462
  /external/iproute2/include/uapi/linux/
atmsap.h 119 unsigned char def_size; /* default packet size (log2), 4-12 (0 to */ member in struct:atm_blli::__anon21853::__anon21854
  /external/kernel-headers/original/uapi/linux/
atmsap.h 119 unsigned char def_size; /* default packet size (log2), 4-12 (0 to */ member in struct:atm_blli::__anon22667::__anon22668
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmsap.h 118 unsigned char def_size; /* default packet size (log2), 4-12 (0 to */ member in struct:atm_blli::__anon62382::__anon62383
  /toolchain/binutils/binutils-2.27/bfd/
libxcoff.h 249 bfd_boolean def_size; member in struct:xcoff_dwsect_name
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ppc.c 3750 offsetT def_size; local
    [all...]

Completed in 1088 milliseconds