HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 226 - 250 of 2241) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libdrm/freedreno/kgsl/
kgsl_device.c 57 kgsl_dev = calloc(1, sizeof(*kgsl_dev));
  /external/libdrm/freedreno/msm/
msm_device.c 57 msm_dev = calloc(1, sizeof(*msm_dev));
  /external/libdrm/intel/
mm.c 69 heap = (struct mem_block *)calloc(1, sizeof(struct mem_block));
73 block = (struct mem_block *)calloc(1, sizeof(struct mem_block));
106 (struct mem_block *)calloc(1, sizeof(struct mem_block));
131 (struct mem_block *)calloc(1, sizeof(struct mem_block));
  /external/libdrm/rockchip/
rockchip_drm.c 56 dev = calloc(1, sizeof(*dev));
105 bo = calloc(1, sizeof(*bo));
142 bo = calloc(1, sizeof(*bo));
202 bo = calloc(1, sizeof(*bo));
  /external/libnl/lib/route/
pktloc_syntax.y 62 if (!(loc = calloc(1, sizeof(*loc)))) {
  /external/libvpx/libvpx/
video_reader.c 45 reader = calloc(1, sizeof(*reader));
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_stdc.h 44 #define os_calloc(_count, _size ) calloc(_count, _size )
  /external/mesa3d/src/mesa/main/
mm.c 68 heap = (struct mem_block *) calloc(1, sizeof(struct mem_block));
72 block = (struct mem_block *) calloc(1, sizeof(struct mem_block));
106 newblock = (struct mem_block*) calloc(1, sizeof(struct mem_block));
130 newblock = (struct mem_block*) calloc(1, sizeof(struct mem_block));
  /external/minijail/examples/
drop_privs.cpp 43 gid_t *list = (gid_t*)calloc((size_t)nsupp_groups, sizeof(gid_t));
  /external/tcpdump/
addrtoname.c 343 tp->e_nxt = (struct enamemem *)calloc(1, sizeof(*tp));
345 error("lookup_emem: calloc");
386 tp->e_bs = (u_char *) calloc(1, nlen + 1);
388 error("lookup_bytestring: calloc");
391 tp->e_nxt = (struct enamemem *)calloc(1, sizeof(*tp));
393 error("lookup_bytestring: calloc");
434 tp->e_nxt = (struct enamemem *)calloc(1, sizeof(*tp));
436 error("lookup_nsap: calloc");
462 tp->p_nxt = (struct protoidmem *)calloc(1, sizeof(*tp));
464 error("lookup_protoid: calloc");
    [all...]
  /external/vboot_reference/host/lib21/
host_fw_preamble.c 59 buf = calloc(fp.c.total_size, 1);
host_keyblock.c 56 buf = calloc(1, kb.c.total_size);
  /external/webrtc/tools/valgrind-webrtc/memcheck/
suppressions.txt 16 fun:calloc
53 fun:calloc
367 fun:calloc
376 fun:calloc
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
video_reader.c 45 reader = calloc(1, sizeof(*reader));
  /hardware/libhardware/modules/nfc/
nfc_pn544_example.c 35 nfc_pn544_device_t *dev = calloc(1, sizeof(nfc_pn544_device_t));
  /ndk/sources/android/support/src/locale/
newlocale.c 46 base = calloc(1, sizeof(*base));
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));

Completed in 832 milliseconds

1 2 3 4 5 6 7 8 91011>>