Searched
full:calloc (Results
651 -
675 of
1367) sorted by null
<<21222324252627282930>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
libgcc_s.so | |
libgcc_s.so.1 | |
libgomp.so | |
libgomp.so.1 | |
libgomp.so.1.0.0 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/ |
collect2 | |
/prebuilts/sdk/tools/linux/ |
zipalign | |
/system/core/init/ |
devices.c | 98 struct perm_node *node = calloc(1, sizeof(*node)); 243 bus = calloc(1, sizeof(struct platform_node));
|
/system/core/liblog/ |
logprint.c | 48 p_ret = (FilterInfo *)calloc(1, sizeof(FilterInfo)); 173 p_ret = calloc(1, sizeof(AndroidLogFormat));
|
/dalvik/vm/interp/ |
Jit.cpp | 39 self->shadowSpace = (ShadowSpace*) calloc(1, sizeof(ShadowSpace)); 45 (int*) calloc(self->shadowSpace->registerSpaceSize, sizeof(int)); 93 (int*) calloc(shadowSpace->registerSpaceSize, sizeof(u4)); [all...] |
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
omx_vdec.cpp | [all...] |
omx_vdec_copper.cpp | [all...] |
/external/checkpolicy/ |
module_compiler.c | 761 if ((datum = calloc(1, sizeof(*datum))) == NULL || 1061 if ((booldatum = calloc(1, sizeof(*booldatum))) == NULL) { [all...] |
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | 307 TEST(MemorySanitizer, Calloc) { 308 S4 *x = (int*)Ident(calloc(1, sizeof(S4))); [all...] |
/external/qemu/ |
qemu-io.c | 130 size_t *sizes = calloc(nr_iov, sizeof(size_t)); 1123 struct aio_ctx *ctx = calloc(1, sizeof(struct aio_ctx)); 1224 struct aio_ctx *ctx = calloc(1, sizeof(struct aio_ctx)); [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
FastMalloc.cpp | 283 return calloc(n_elements, element_size); 297 void* result = calloc(n_elements, element_size); 302 // If either n_elements or element_size is 0, the behavior of calloc is implementation defined. 496 #define calloc fastCalloc [all...] |
/bionic/libc/bionic/ |
pthread-timers.c | 240 __timer_table = calloc(1, sizeof(*__timer_table));
|
stubs.cpp | 115 stubs_state_t* s = static_cast<stubs_state_t*>(calloc(1, sizeof(*s)));
|
/dalvik/libdex/ |
DexFile.cpp | 233 pLookup = (DexClassLookup*) calloc(1, allocSize);
|
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/ |
libc.so | |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3defs.h | 465 #define ANTLR3_CALLOC(numEl, elSize) calloc (numEl, (size_t)(elSize))
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3commontoken.c | 213 * an api function pointer for this as they are allocated via calloc.
|
/external/chromium/base/memory/ |
scoped_ptr.h | 282 // Free functor. For the default Free functor, this is malloc, calloc, or
|
/external/chromium/third_party/libevent/ |
evrpc.h | 297 struct evrpc* rpc = (struct evrpc *)calloc(1, sizeof(struct evrpc)); \
|
/external/clang/www/analyzer/ |
release_notes.html | 103 inconsistencies between the casted type of the return value of a 'malloc/calloc/realloc' call and the operand
|
Completed in 618 milliseconds
<<21222324252627282930>>