Searched refs:calloc (Results 201 - 225 of 991) sorted by relevance

1234567891011>>

/external/libexif/libexif/
H A Dexif-mem.c16 return calloc ((size_t) ds, 1);
/external/libmojo/mojo/edk/test/
H A Dtest_support_impl.cc76 char** rv = static_cast<char**>(calloc(names.size() + 1, sizeof(char*)));
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dserialization.h51 // calloc sets the memory to all zero.
52 result_buffer = calloc(size, 1);
/external/libogg/include/ogg/
H A Dos_types.h23 #define _ogg_calloc calloc
/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dfilelistinfo.c54 calloc((fileListInfoPtr->numEntries + 1),
/external/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap08.c108 if ((tst_buff = calloc(page_sz, sizeof(char))) == NULL) {
110 "calloc() failed to allocate space for tst_buff");
/external/lz4/examples/
H A Dcompress_functions.c252 char *dst = calloc(1, max_dst_size);
253 char *known_good_dst = calloc(1, max_dst_size);
254 char *known_good_hc_dst = calloc(1, max_dst_size);
318 char *dst_d = calloc(1, src_size);
/external/mesa3d/src/compiler/glsl/
H A Dir_variable_refcount.cpp146 (struct assignment_entry *)calloc(1, sizeof(*assignment_entry));
/external/mesa3d/src/egl/drivers/haiku/
H A Degl_haiku.cpp89 surface = (struct haiku_egl_surface*) calloc(1, sizeof (*surface));
152 conf = (struct haiku_egl_config*) calloc(1, sizeof (*conf));
247 context = (struct haiku_egl_context*) calloc(1, sizeof (*context));
332 driver = (struct haiku_egl_driver*) calloc(1, sizeof(*driver));
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h42 #define kcalloc(size, count, arg) calloc(size, count)
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_texmat.c91 stage->privatePtr = calloc(1, sizeof(*store));
/external/openssh/
H A Dsshbuf.c74 if ((ret = calloc(sizeof(*ret), 1)) == NULL)
81 if ((ret->cd = ret->d = calloc(1, ret->alloc)) == NULL) {
94 (ret = calloc(sizeof(*ret), 1)) == NULL)
143 if ((ret->cd = ret->d = calloc(1, ret->alloc)) == NULL)
/external/selinux/libselinux/utils/
H A Dgetsebool.c58 names = calloc(len, sizeof(char *));
/external/selinux/libsepol/tests/
H A Dtest-linker.c71 modules[i] = calloc(1, sizeof(*modules[i]));
/external/syslinux/com32/include/
H A Dstdlib.h41 __extern __mallocfunc void *calloc(size_t, size_t);
/external/syslinux/com32/modules/
H A Dzzjson.c37 malloc, calloc, free, realloc,
/external/valgrind/drd/tests/
H A Drwlock_test.c86 tid = calloc(s_num_threads, sizeof(*tid));
/external/valgrind/none/tests/solaris/
H A Dpthread-stack.c73 void *p = calloc(file_size, 1);
/external/vboot_reference/host/lib21/
H A Dhost_fw_preamble.c59 buf = calloc(fp.c.total_size, 1);
/external/zlib/src/examples/
H A Denough.c297 vector = calloc(length, sizeof(char));
511 code = calloc(max + 1, sizeof(int));
518 allocate and clear the array (set all to zero with calloc()) */
526 (num = calloc(size, sizeof(big_t))) == NULL) {
555 (done = calloc(size, sizeof(struct tab))) == NULL) {
/external/avb/libavb_user/
H A Davb_ops_user.c100 path = calloc(trimmed_len + name_len + 1, 1);
305 ops = calloc(1, sizeof(AvbOps));
311 ops->ab_ops = calloc(1, sizeof(AvbABOps));
/external/f2fs-tools/fsck/
H A Dsegment.c77 inode = calloc(BLOCK_SZ, 1);
98 data_blk = calloc(BLOCK_SZ, 1);
189 node_blk = calloc(BLOCK_SZ, 1);
H A Dxattr.c29 txattr_addr = calloc(inline_size + BLOCK_SZ, 1);
102 xattr_node = calloc(BLOCK_SZ, 1);
148 inode = calloc(BLOCK_SZ, 1);
/external/libdrm/amdgpu/
H A Damdgpu_device.c210 dev = calloc(1, sizeof(struct amdgpu_device));
258 dev->vamgr = calloc(1, sizeof(struct amdgpu_bo_va_mgr));
273 dev->vamgr_32 = calloc(1, sizeof(struct amdgpu_bo_va_mgr));
/external/libdrm/exynos/
H A Dexynos_drm.c59 dev = calloc(sizeof(*dev), 1);
108 bo = calloc(sizeof(*bo), 1);
214 bo = calloc(sizeof(*bo), 1);

Completed in 4770 milliseconds

1234567891011>>