Home
last modified time | relevance | path

Searched refs:calloc (Results 1 – 25 of 143) sorted by relevance

123456

/external/tesseract/ccmain/
Dscaleimg.cpp63 hires = (int *) calloc (xsize, sizeof (int)); in scale_image()
64 lores = (int *) calloc (new_xsize, sizeof (int)); in scale_image()
65 oldhires = (int *) calloc (xsize, sizeof (int)); in scale_image()
66 oldlores = (int *) calloc (new_xsize, sizeof (int)); in scale_image()
201 hires = (int *) calloc (ysize, sizeof (int)); in scale_image()
202 lores = (int *) calloc (new_ysize, sizeof (int)); in scale_image()
203 oldhires = (int *) calloc (ysize, sizeof (int)); in scale_image()
204 oldlores = (int *) calloc (new_ysize, sizeof (int)); in scale_image()
Dimgscale.cpp61 F = (float **) calloc (n, sizeof (float *)); in dyn_prog()
62 ymin = (int **) calloc (n, sizeof (int *)); in dyn_prog()
67 F[i] = (float *) calloc (ymax - n + i + 1, sizeof (float)); in dyn_prog()
68 ymin[i] = (int *) calloc (ymax - n + i + 1, sizeof (int)); in dyn_prog()
/external/ipsec-tools/src/racoon/
Dgenlist.c44 struct genlist *new = calloc(sizeof(struct genlist), 1); in genlist_init()
52 struct genlist_entry *entry = calloc(sizeof(struct genlist_entry), 1); in genlist_insert()
61 struct genlist_entry *entry = calloc(sizeof(struct genlist_entry), 1); in genlist_append()
143 cf = calloc(sizeof(struct conf), 1);
Dgcmalloc.h62 calloc(size_t number, size_t size) in calloc() function
114 #define racoon_calloc(cnt, sz) calloc((cnt), (sz))
Drsalist.c73 rsa_key = calloc(sizeof(struct rsa_key), 1); in rsa_key_insert()
79 rsa_key->src = calloc(sizeof(*rsa_key->src), 1); in rsa_key_insert()
84 rsa_key->dst = calloc(sizeof(*rsa_key->dst), 1); in rsa_key_insert()
Dprsa_par.y245 $$ = calloc (sizeof(struct netaddr), 1);
268 $$ = calloc (sizeof(struct netaddr), 1);
/external/webkit/JavaScriptCore/wtf/wince/
DMemoryManager.cpp24 #undef calloc
69 return calloc(num, size); in m_calloc()
116 void *fastCalloc(size_t n_elements, size_t element_size) { return calloc(n_elements, element_size);… in fastCalloc()
/external/elfutils/libelf/
Delf_newscn.c78 newp = (Elf_ScnList *) calloc (sizeof (Elf_ScnList)
106 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr));
115 result->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr));
/external/expat/tests/
Dminicheck.c18 Suite *suite = (Suite *) calloc(1, sizeof(Suite)); in suite_create()
28 TCase *tc = (TCase *) calloc(1, sizeof(TCase)); in tcase_create()
78 SRunner *runner = calloc(1, sizeof(SRunner)); in srunner_create()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_custom.h21 #ifdef calloc
24 #define XCALLOC calloc
/external/bluetooth/glib/glib/
Dgmem.c77 # define standard_calloc calloc
103 return calloc (n_blocks, n_bytes); in standard_calloc()
151 mem = glib_mem_vtable.calloc (1, n_bytes); in g_malloc0()
276 glib_mem_vtable.calloc = vtable->calloc ? vtable->calloc : fallback_calloc; in g_mem_set_vtable()
/external/srec/portable/include/
Dpmemory.h65 #define CALLOC(m, n, tag) calloc(m, n)
66 #define CALLOC_CLR(m, n, tag) calloc(m, n)
86 #define calloc #error macro
/external/speex/libspeex/
Dos_support.h56 return calloc(size,1); in speex_alloc()
65 return calloc(size,1); in speex_alloc_scratch()
/external/tcpdump/
Daddrtoname.c341 tp->e_nxt = (struct enamemem *)calloc(1, sizeof(*tp)); in lookup_emem()
384 tp->e_bs = (u_char *) calloc(1, nlen + 1); in lookup_bytestring()
386 tp->e_nxt = (struct enamemem *)calloc(1, sizeof(*tp)); in lookup_bytestring()
429 tp->e_nxt = (struct enamemem *)calloc(1, sizeof(*tp)); in lookup_nsap()
457 tp->p_nxt = (struct protoidmem *)calloc(1, sizeof(*tp)); in lookup_protoid()
1150 ptr = (struct hnamemem *)calloc(num, sizeof (*ptr)); in newhnamemem()
1170 ptr = (struct h6namemem *)calloc(num, sizeof (*ptr)); in newh6namemem()
/external/qemu/distrib/zlib-1.2.3/
Dzutil.c296 extern voidp calloc OF((uInt items, uInt size));
307 (voidpf)calloc(items, size);
/external/webkit/WebCore/platform/image-decoders/zlib/
Dzutil.c296 extern voidp calloc OF((uInt items, uInt size));
307 (voidpf)calloc(items, size);
/external/zlib/
Dzutil.c296 extern voidp calloc OF((uInt items, uInt size));
307 (voidpf)calloc(items, size);
/external/qemu/
Dframebuffer.c65 qfbuff->extra = calloc( 1, sizeof(QFrameBufferExtra) ); in qframebuffer_init()
69 qfbuff->pixels = calloc( pitch, height ); in qframebuffer_init()
/external/elfutils/lib/
Dxmalloc.c50 p = calloc (n, s);
/external/bluetooth/glib/gio/xdgmime/
Dxdgmimeglob.c83 new_element = calloc (1, sizeof (XdgGlobList)); in _xdg_glob_list_new()
143 glob_hash_node = calloc (1, sizeof (XdgGlobHashNode)); in _xdg_glob_hash_node_new()
437 glob_hash = calloc (1, sizeof (XdgGlobHash)); in _xdg_glob_hash_new()
/external/freetype/include/freetype/config/
Dftstdlib.h129 #define ft_scalloc calloc
/external/clearsilver/util/
Dulist.c61 r_ul = (ULIST *) calloc (1, sizeof (ULIST)); in uListInit()
66 r_ul->items = (void **) calloc (size, sizeof(void *)); in uListInit()
Dneo_hash.c28 my_hash = (NE_HASH *) calloc(1, sizeof(NE_HASH)); in ne_hash_init()
37 my_hash->nodes = (NE_HASHNODE **) calloc (my_hash->size, sizeof(NE_HASHNODE *)); in ne_hash_init()
/external/webkit/WebKitTools/DumpRenderTree/cg/
DImageDiffCG.cpp95 void* baseBuffer = calloc(height, rowBytes); in createDifferenceImage()
100 void* buffer = calloc(height, rowBytes); in createDifferenceImage()
/external/tremor/Tremor/
Dos_types.h31 #define _ogg_calloc calloc

123456