Searched refs:calloc (Results 76 - 100 of 991) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_query.c41 struct vc4_query *query = calloc(1, sizeof(*query));
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dtest_vec4_copy_propagation.cpp92 ctx = (struct gl_context *)calloc(1, sizeof(*ctx));
93 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler));
94 devinfo = (struct gen_device_info *)calloc(1, sizeof(*devinfo));
95 prog_data = (struct brw_vue_prog_data *)calloc(1, sizeof(*prog_data));
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_queryobj.h45 radeon->query.queryobj.cmd = calloc(SZ, sizeof(uint32_t));
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_queryobj.h45 radeon->query.queryobj.cmd = calloc(SZ, sizeof(uint32_t));
/external/mesa3d/src/mesa/program/
H A Dsymbol_table.c119 struct scope_level *const scope = calloc(1, sizeof(*scope));
184 new_sym = calloc(1, sizeof(*sym));
253 sym = calloc(1, sizeof(*sym));
290 struct _mesa_symbol_table *table = calloc(1, sizeof(*table));
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DRWMutex.inc80 data_ = calloc(1, sizeof(SRWLOCK));
83 data_ = calloc(1, sizeof(CRITICAL_SECTION));
/external/syslinux/com32/lib/syslinux/
H A Dinitramfs.c41 ir = calloc(sizeof(*ir), 1);
/external/syslinux/core/lwip/src/include/lwip/
H A Dmem.h59 #define mem_calloc calloc
/external/valgrind/memcheck/tests/linux/
H A Dsigqueue.c27 si = calloc(1, sz);
/external/valgrind/memcheck/tests/
H A Dpartial_load_dflt.stderr.exp5 at 0x........: calloc (vg_replace_malloc.c:...)
11 at 0x........: calloc (vg_replace_malloc.c:...)
H A Dpartial_load_ok.stderr.exp5 at 0x........: calloc (vg_replace_malloc.c:...)
11 at 0x........: calloc (vg_replace_malloc.c:...)
H A Dundef_malloc_args.c30 new_p = calloc(nmemb, def_size);
/external/clang/test/Analysis/
H A Doutofbound.c5 void *calloc(size_t, size_t);
42 char *p = calloc(2,2);
/external/fec/
H A Ddotprod_av.c26 dp = (struct dotprod *)calloc(1,sizeof(struct dotprod));
33 dp->coeffs[i] = calloc(1+(len+i-1)/8,sizeof(vector signed short));
/external/iproute2/tc/
H A Dm_ematch.h26 struct bstr *b = calloc(1, sizeof(*b));
70 struct ematch *e = calloc(1, sizeof(*e));
/external/libnl/lib/
H A Ddata.c54 data = calloc(1, sizeof(*data));
58 data->d_data = calloc(1, size);
/external/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap04.c134 if ((tst_buff = calloc(page_sz, sizeof(char))) == NULL) {
135 tst_brkm(TFAIL, NULL, "calloc failed (tst_buff)");
169 if ((dummy = calloc(page_sz, sizeof(char))) == NULL) {
170 tst_brkm(TFAIL, cleanup, "calloc failed (dummy)");
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_heap.c34 r = calloc(1, sizeof(struct nouveau_heap));
64 r = calloc(1, sizeof(struct nouveau_heap));
/external/pdfium/core/fxcrt/
H A Dfx_memory.h40 if (void* result = calloc(num_members, member_size)) {
72 #define FX_TryAlloc(type, size) (type*)calloc(size, sizeof(type))
/external/speex/libspeex/
H A Dos_support.h48 /** Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this function, speex_realloc and speex_free
56 return calloc(size,1);
65 return calloc(size,1);
77 /** Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this function, speex_realloc and speex_alloc */
/external/google-breakpad/src/third_party/libdisasm/swig/
H A Dlibdisasm_oop.i180 calloc( sizeof(x86_reg_t), 1 );
210 buf = (char * ) calloc( len + 1, 1 );
239 x86_op_t *op = (x86_op_t *) calloc( sizeof(x86_op_t), 1 );
266 calloc( sizeof(X86_OpList), 1 );
318 calloc( sizeof(X86_OpListNode) , 1 );
352 ptr = (x86_oplist_t *) calloc( sizeof(x86_oplist_t), 1 );
533 calloc( sizeof(x86_insn_t), 1 );
606 buf = (char * ) calloc( len + 1, 1 );
620 buf = (char * ) calloc( len, 1 );
634 calloc( sizeo
[all...]
H A Dlibdisasm.i105 op = (x86_op_t *) calloc( sizeof(x86_op_t), 1 );
125 calloc( sizeof(x86_op_list), 1 );
179 calloc( sizeof(x86_op_list_node) , 1 );
198 ptr = (x86_oplist_t *) calloc( sizeof(x86_oplist_t), 1 );
208 calloc( sizeof(x86_insn_t), 1 );
224 calloc( sizeof(x86_insn_t), 1 );
280 calloc( sizeof(x86_insn_list), 1 );
355 calloc( sizeof(x86_insn_list_node) , 1 );
415 calloc( sizeof( x86disasm ), 1 );
431 x86_insn_t *insn = calloc( sizeo
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc68 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) {
70 // Hack: dlsym calls calloc before REAL(calloc) is retrieved from dlsym.
156 void *(*calloc)(uptr n_elements, uptr elem_size); member in struct:MallocDebugK
163 void *(*calloc)(uptr n_elements, uptr elem_size); member in struct:MallocDebugL
176 WRAP(malloc), WRAP(free), WRAP(calloc),
180 WRAP(calloc), WRAP(free), WRAP(mallinfo),
/external/elfutils/libelf/
H A Delf_newscn.c97 newp = (Elf_ScnList *) calloc (sizeof (Elf_ScnList)
125 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr));
134 result->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr));
/external/expat/tests/
H A Dminicheck.c19 Suite *suite = (Suite *) calloc(1, sizeof(Suite));
29 TCase *tc = (TCase *) calloc(1, sizeof(TCase));
79 SRunner *runner = calloc(1, sizeof(SRunner));

Completed in 783 milliseconds

1234567891011>>