Searched
full:calloc (Results
676 -
700 of
1367) sorted by null
<<21222324252627282930>>
/external/elfutils/libasm/ |
asm_end.c | 248 xshndx = xndxdata->d_buf = calloc (1, xndxdata->d_size);
|
/external/elfutils/libdwfl/ |
elf-from-memory.c | 277 buffer = calloc (1, contents_size);
|
/external/harfbuzz_ng/src/ |
hb-ot-shape.cc | 173 hb_ot_shape_plan_t *plan = (hb_ot_shape_plan_t *) calloc (1, sizeof (hb_ot_shape_plan_t));
|
/external/iproute2/tc/ |
m_ematch.c | 497 struct bstr *b = calloc(1, sizeof(*b));
|
/external/ipsec-tools/ |
setup.c | 72 struct sainfoalg *p = calloc(1, sizeof(struct sainfoalg));
|
/external/libsepol/src/ |
avtab.c | 322 h->htable = calloc(nslot, sizeof(avtab_ptr_t));
|
/external/linux-tools-perf/util/ |
annotate.c | 416 src_line = notes->src->lines = calloc(len, sizeof(struct source_line));
|
/external/llvm/include/llvm/ADT/ |
SparseSet.h | 161 Sparse = reinterpret_cast<SparseT*>(calloc(U, sizeof(SparseT)));
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
jitprofiling.c | 180 threadStack = (pThreadStack) calloc (sizeof(ThreadStack), 1);
|
/external/llvm/lib/Target/ |
TargetLibraryInfo.cpp | 79 "calloc",
|
/external/qemu/distrib/sdl-1.2.15/ |
android-configure.sh | 355 sdl_check_funcs malloc calloc realloc free alloc
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_stdinc.h | 168 #define SDL_calloc calloc
|
/external/srec/srec/cfront/ |
spec_anl.c | 431 tmpbuf = (fftdata *) CALLOC(ns, sizeof(fftdata), "cfront.tmpbuf");
|
/external/valgrind/main/coregrind/m_gdbserver/ |
server.h | 155 #define calloc(n,sz) VG_(arena_calloc) (VG_AR_CORE, "gdbsrv", n, sz) macro
|
/external/valgrind/main/docs/internals/ |
3_3_BUGSTATUS.txt | 46 149878 LOW pend (proper) check for calloc integer overflow
|
/external/valgrind/main/memcheck/tests/amd64/ |
bt_everything.c | 416 block = calloc(200,1);
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
SamplingTool.cpp | 164 m_samples = static_cast<int*>(calloc(m_size, sizeof(int)));
|
/external/webp/src/utils/ |
huffman_encode.c | 44 good_for_rle = (uint8_t*)calloc(length, 1);
|
/frameworks/native/cmds/installd/ |
installd.c | 299 android_system_dirs.dirs = calloc(android_system_dirs.count, sizeof(dir_rec_t));
|
/frameworks/native/opengl/tests/hwc/ |
hwcColorEquiv.cpp | 349 if ((list = (hwc_display_contents_1_t *) calloc(1, size)) == NULL) {
|
/frameworks/wilhelm/src/ |
sles.c | 491 thiz = (IObject *) calloc(1, clazz->mSize);
|
/hardware/qcom/media/mm-video/vidc/common/src/ |
extra_data_handler.cpp | 33 rbsp_buf = (OMX_U8 *) calloc(1,100);
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
V4LCameraAdapter.cpp | 75 mVideoInfo = (struct VideoInfo *) calloc (1, sizeof (struct VideoInfo));
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
utils.c | 457 VOID *ret = calloc(1, size ? size : 1);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-gcov | |
Completed in 4567 milliseconds
<<21222324252627282930>>