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

<<41424344454647484950>>

  /external/dhcpcd-6.8.2/
arp.c 332 if ((astate = calloc(1, sizeof(*astate))) == NULL) {
ipv6nd.c 237 state->rs = calloc(1, state->rslen);
821 rap = calloc(1, sizeof(*rap));
930 ap = calloc(1, sizeof(*ap));
    [all...]
  /external/e2fsprogs/lib/blkid/
tag.c 24 if (!(tag = (blkid_tag) calloc(1, sizeof(struct blkid_struct_tag))))
  /external/elfutils/libdwfl/
elf-from-memory.c 295 buffer = calloc (1, contents_size);
segment.c 206 dwfl->lookup_module = calloc (dwfl->lookup_alloc,
  /external/elfutils/libebl/
eblstrtab.c 100 = (struct Ebl_Strtab *) calloc (1, sizeof (struct Ebl_Strtab));
eblwstrtab.c 100 ret = (struct Ebl_WStrtab *) calloc (1, sizeof (struct Ebl_WStrtab));
  /external/fio/engines/
windowsaio.c 55 wd = calloc(1, sizeof(struct windowsaio_data));
  /external/giflib/
gifalloc.c 55 Object->Colors = (GifColorType *)calloc(ColorCount, sizeof(GifColorType));
  /external/google-breakpad/src/client/windows/unittests/
minidump_test.cc 138 void* data = calloc(length, 1);
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 300 arabic_fallback_plan_t *fallback_plan = (arabic_fallback_plan_t *) calloc (1, sizeof (arabic_fallback_plan_t));
hb-shape.cc 325 shaper_list = (const char **) calloc (1 + HB_SHAPERS_COUNT, sizeof (const char *));
  /external/jemalloc/include/jemalloc/
jemalloc.h 334 # define calloc je_calloc macro
  /external/libdrm/amdgpu/
amdgpu_cs.c 63 gpu_context = calloc(1, sizeof(struct amdgpu_context));
  /external/libdrm/intel/
intel_bufmgr_fake.c 428 struct block *block = (struct block *)calloc(sizeof *block, 1);
815 bo_fake = calloc(1, sizeof(*bo_fake));
880 bo_fake = calloc(1, sizeof(*bo_fake));
    [all...]
  /external/libdrm/nouveau/
abi16.c 178 if (!(sclass = calloc(8, sizeof(*sclass))))
  /external/libpcap/
pcap-libdlpi.c 79 if ((entry = calloc(1, sizeof(linknamelist_t))) == NULL) {
  /external/libvncserver/examples/
example.c 74 cl->clientData = (void*)calloc(sizeof(ClientData),1);
  /external/llvm/include/llvm/Support/
Process.h 51 /// calloc and realloc functions and includes any "free" holes in the
  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 40 calloc(PhysRegEntriesCount, sizeof(unsigned char));
  /external/llvm/test/CodeGen/Thumb2/
2009-09-01-PostRAProlog.ll 104 declare noalias i8* @calloc(i32, i32) nounwind
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 294 attachments_with_format = calloc(count * 2, sizeof(unsigned int));
  /external/mesa3d/src/egl/main/
egldisplay.c 269 dpy = (_EGLDisplay *) calloc(1, sizeof(_EGLDisplay));
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 228 tmp_text = CALLOC(sizeof(blend2fs_1) + sizeof(blend2fs_2) +
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri.c 342 device_name = CALLOC(1, device_name_length);

Completed in 687 milliseconds

<<41424344454647484950>>