HomeSort by relevance Sort by last modified time
    Searched refs:calloc (Results 76 - 100 of 572) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/elfutils/libelf/
elf_newscn.c 111 newp = (Elf_ScnList *) calloc (sizeof (Elf_ScnList)
139 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr));
148 result->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr));
elf_newdata.c 98 result = (Elf_Data_List *) calloc (1, sizeof (Elf_Data_List));
  /external/expat/tests/
minicheck.c 18 Suite *suite = (Suite *) calloc(1, sizeof(Suite));
28 TCase *tc = (TCase *) calloc(1, sizeof(TCase));
78 SRunner *runner = calloc(1, sizeof(SRunner));
  /external/ipsec-tools/src/racoon/
rsalist.c 73 rsa_key = calloc(sizeof(struct rsa_key), 1);
79 rsa_key->src = calloc(sizeof(*rsa_key->src), 1);
84 rsa_key->dst = calloc(sizeof(*rsa_key->dst), 1);
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 121 ifi = (struct ifi_info*)calloc(1, sizeof(struct ifi_info));
143 ifi->ifi_addr = calloc(1, sizeof(struct sockaddr_in6));
152 ifi->ifi_netmask = calloc(1, sizeof(struct sockaddr_in6));
156 sin6=calloc(1, sizeof(struct sockaddr_in6));
157 addrptr=calloc(1, sizeof(struct in6_addr));
305 ifi = (struct ifi_info*)calloc(1, sizeof(struct ifi_info));
335 ifi->ifi_addr = (struct sockaddr*)calloc(1, sizeof(struct sockaddr_in));
359 ifi->ifi_netmask = (struct sockaddr*)calloc(1, sizeof(struct sockaddr_in));
381 ifi->ifi_brdaddr = (struct sockaddr*)calloc(1, sizeof(struct sockaddr_in));
400 ifi->ifi_dstaddr = (struct sockaddr*)calloc(1, sizeof(struct sockaddr_in))
    [all...]
  /external/srec/portable/include/
pmemory.h 65 #define CALLOC(m, n, tag) calloc(m, n)
66 #define CALLOC_CLR(m, n, tag) calloc(m, n)
70 #define NEW_ARRAY(type, n, tag) ((type*)CALLOC(n, sizeof(type), tag))
86 #define calloc #error macro
111 * Portable calloc()
113 #define CALLOC(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize , tag, L(__FILE__), __LINE__))
117 * Portable calloc()
119 #define CALLOC(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize))
143 #define NEW_ARRAY(type, nbElem, tag) ((type *) CALLOC(nbElem, sizeof(type), tag)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/wince/
MemoryManager.cpp 24 #undef calloc macro
69 return calloc(num, size);
116 void *fastCalloc(size_t n_elements, size_t element_size) { return calloc(n_elements, element_size); }
  /system/extras/ext4_utils/
indirect.c 35 u8 *data = calloc(backing_len, 1);
37 critical_error_errno("calloc");
124 u32 *ind_block_data = calloc(info.block_size, 1);
153 u32 *dind_block_data = calloc(info.block_size, 1);
201 u32 *ind_block_data = calloc(info.block_size, 1);
232 u32 *dind_block_data = calloc(info.block_size, 1);
263 u32 *tind_block_data = calloc(info.block_size, 1);
440 u32 *dind_block_data = calloc(info.block_size, 1);
442 critical_error_errno("calloc");
445 u32 *ind_block_data = calloc(info.block_size, info.bg_desc_reserve_blocks)
    [all...]
  /development/tools/yuv420sp2rgb/
debug.h 53 static inline void *CALLOC(unsigned int num_entries, unsigned int entry_size) {
54 void *m = calloc(num_entries, entry_size);
55 FAILIF(NULL == m, "calloc(%d, %d) failed!\n", num_entries, entry_size);
  /external/clang/test/Analysis/
malloc-interprocedural.c 11 void *calloc(size_t nmemb, size_t size);
  /external/flac/include/share/
alloc.h 33 return calloc(n1, n2);
  /external/freetype/include/freetype/config/
ftstdlib.h 131 #define ft_scalloc calloc
  /external/icu4c/tools/tzcode/
ialloc.c 32 return calloc((size_t) nelem, (size_t) elsize);
  /external/libsepol/tests/
test-expander-users.c 46 found = calloc(num_roles, sizeof(unsigned char));
  /external/openssh/
xmalloc.c 49 ptr = calloc(nmemb, size);
  /external/oprofile/libdb/
db_stat.c 36 odb_hash_stat_t * result = calloc(1, sizeof(odb_hash_stat_t));
  /external/qemu/
qemu-malloc.c 70 ptr = qemu_oom_check(calloc(1, size ? size : 1));
  /external/tremolo/Tremolo/
os_types.h 51 #define _ogg_calloc calloc
  /external/valgrind/main/memcheck/tests/
malloc_free_fill.c 61 fprintf(stderr, "\ntest calloc:\n");
62 a = calloc(100, sizeof(int)); assert(r);
origin1-yes.c 124 // Heap block (calloc), initialised
126 int* ptr_to_def_calloc_int = calloc(1, sizeof(int));
origin3-no.c 97 // the middle byte keeps its original value, which is zero (from calloc).
102 int* ptr_to_3_undef_ints = calloc(3, sizeof(int));
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_DebugMem.h 35 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__) macro
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_DebugMem.h 59 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
xmalloc.c 31 /* 1 if calloc is known to be compatible with GNU calloc. This
32 matters if we are not also using the calloc module, which defines
92 /* Test for overflow, since some calloc implementations don't have
94 HAVE_GNU_CALLOC, since GNU calloc catches overflow and never
97 || (! (p = calloc (n, s)) && (HAVE_GNU_CALLOC || n != 0)))
  /system/core/fastboot/
bootimg.c 60 hdr = calloc(*bootimg_size, 1);

Completed in 687 milliseconds

1 2 34 5 6 7 8 91011>>