/external/tesseract/ccmain/ |
D | scaleimg.cpp | 63 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()
|
D | imgscale.cpp | 61 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/ |
D | genlist.c | 44 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);
|
D | gcmalloc.h | 62 calloc(size_t number, size_t size) in calloc() function 114 #define racoon_calloc(cnt, sz) calloc((cnt), (sz))
|
D | rsalist.c | 73 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()
|
D | prsa_par.y | 245 $$ = calloc (sizeof(struct netaddr), 1); 268 $$ = calloc (sizeof(struct netaddr), 1);
|
/external/webkit/JavaScriptCore/wtf/wince/ |
D | MemoryManager.cpp | 24 #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/ |
D | elf_newscn.c | 78 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/ |
D | minicheck.c | 18 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/ |
D | tomcrypt_custom.h | 21 #ifdef calloc 24 #define XCALLOC calloc
|
/external/bluetooth/glib/glib/ |
D | gmem.c | 77 # 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/ |
D | pmemory.h | 65 #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/ |
D | os_support.h | 56 return calloc(size,1); in speex_alloc() 65 return calloc(size,1); in speex_alloc_scratch()
|
/external/tcpdump/ |
D | addrtoname.c | 341 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/ |
D | zutil.c | 296 extern voidp calloc OF((uInt items, uInt size)); 307 (voidpf)calloc(items, size);
|
/external/webkit/WebCore/platform/image-decoders/zlib/ |
D | zutil.c | 296 extern voidp calloc OF((uInt items, uInt size)); 307 (voidpf)calloc(items, size);
|
/external/zlib/ |
D | zutil.c | 296 extern voidp calloc OF((uInt items, uInt size)); 307 (voidpf)calloc(items, size);
|
/external/qemu/ |
D | framebuffer.c | 65 qfbuff->extra = calloc( 1, sizeof(QFrameBufferExtra) ); in qframebuffer_init() 69 qfbuff->pixels = calloc( pitch, height ); in qframebuffer_init()
|
/external/elfutils/lib/ |
D | xmalloc.c | 50 p = calloc (n, s);
|
/external/bluetooth/glib/gio/xdgmime/ |
D | xdgmimeglob.c | 83 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/ |
D | ftstdlib.h | 129 #define ft_scalloc calloc
|
/external/clearsilver/util/ |
D | ulist.c | 61 r_ul = (ULIST *) calloc (1, sizeof (ULIST)); in uListInit() 66 r_ul->items = (void **) calloc (size, sizeof(void *)); in uListInit()
|
D | neo_hash.c | 28 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/ |
D | ImageDiffCG.cpp | 95 void* baseBuffer = calloc(height, rowBytes); in createDifferenceImage() 100 void* buffer = calloc(height, rowBytes); in createDifferenceImage()
|
/external/tremor/Tremor/ |
D | os_types.h | 31 #define _ogg_calloc calloc
|