HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 51 - 75 of 2115) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 50 #define CALLOC(_count, _size) os_calloc(_count, _size)
58 #define CALLOC_STRUCT(T) (struct T *) CALLOC(1, sizeof(struct T))
60 #define CALLOC_VARIANT_LENGTH_STRUCT(T,more_size) ((struct T *) CALLOC(1, sizeof(struct T) + more_size))
  /external/valgrind/main/memcheck/tests/
partial_load_dflt.stderr.exp 5 at 0x........: calloc (vg_replace_malloc.c:...)
11 at 0x........: calloc (vg_replace_malloc.c:...)
17 at 0x........: calloc (vg_replace_malloc.c:...)
partial_load_dflt.stderr.exp64 5 at 0x........: calloc (vg_replace_malloc.c:...)
11 at 0x........: calloc (vg_replace_malloc.c:...)
17 at 0x........: calloc (vg_replace_malloc.c:...)
partial_load_dflt.stderr.expr-s390x-mvc 5 at 0x........: calloc (vg_replace_malloc.c:...)
11 at 0x........: calloc (vg_replace_malloc.c:...)
17 at 0x........: calloc (vg_replace_malloc.c:...)
clientperm.c 17 char* aa = calloc(100,1);
undef_malloc_args.c 30 new_p = calloc(nmemb, def_size);
  /hardware/intel/common/libva/va/drm/
va_drm.c 98 drm_state = calloc(1, sizeof(*drm_state));
103 pDriverContext = calloc(1, sizeof(*pDriverContext));
110 pDisplayContext = calloc(1, sizeof(*pDisplayContext));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libmemusage.so 
libXxf86vm.so.1 
libXxf86vm.so.1.0.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libmemusage.so 
libXxf86vm.so.1 
libXxf86vm.so.1.0.0 
  /external/bluetooth/bluedroid/test/suite/support/
property.c 23 bt_property_t *clone = calloc(sizeof(bt_property_t), count);
30 clone[i].val = calloc(clone[i].len, 1);
38 bt_bdname_t *bdname = calloc(sizeof(bt_bdname_t), 1);
39 bt_property_t *property = calloc(sizeof(bt_property_t), 1);
  /external/compiler-rt/test/asan/TestCases/Windows/
allocators_sanity.cc 17 p = (int*)calloc(16, sizeof(int));
dll_allocators_sanity.cc 19 p = (int*)calloc(16, sizeof(int));
  /external/skia/src/ports/
SkMemory_malloc.cpp 54 return calloc(size, 1);
  /external/skia/tools/
lsan.supp 11 # #0 0x5ebb59 in calloc ~/llvm-3.4/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:90
  /external/srec/srec/clib/
matx_ops.c 43 matrix = (covdata **) CALLOC(dimen, sizeof(covdata *),
46 matrix[ii] = (covdata *) CALLOC(dimen, sizeof(covdata),
129 matrix = (imeldata **) CALLOC(dimen, sizeof(imeldata *),
132 matrix[ii] = (imeldata *) CALLOC(dimen, sizeof(imeldata),
  /external/valgrind/main/memcheck/tests/linux/
sigqueue.c 27 si = calloc(1, sz);
  /hardware/ti/omap4-aah/
Android.mk 11 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
tm.c 28 ptr[1] = calloc(1,20);
  /hardware/ti/omap4-aah/domx/
Android.mk 10 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
  /hardware/ti/omap4xxx/
tm.c 28 ptr[1] = calloc(1,20);
  /external/qemu/distrib/ext4_utils/src/
indirect.c 34 u8 *data = calloc(backing_len, 1);
36 critical_error_errno("calloc");
123 u32 *ind_block_data = calloc(info.block_size, 1);
153 u32 *dind_block_data = calloc(info.block_size, 1);
202 u32 *ind_block_data = calloc(info.block_size, 1);
234 u32 *dind_block_data = calloc(info.block_size, 1);
266 u32 *tind_block_data = calloc(info.block_size, 1);
444 u32 *dind_block_data = calloc(info.block_size, 1);
446 critical_error_errno("calloc");
450 u32 *ind_block_data = calloc(info.block_size, info.bg_desc_reserve_blocks)
    [all...]

Completed in 1581 milliseconds

1 23 4 5 6 7 8 91011>>