/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cstdlib | 76 #undef calloc 112 using ::calloc;
|
/prebuilts/sdk/renderscript/lib/x86/ |
librsjni.so | |
/system/core/libcutils/ |
selector.c | 88 Selector* selector = calloc(1, sizeof(Selector)); 115 SelectableFd* selectableFd = calloc(1, sizeof(SelectableFd));
|
/system/core/libsparse/ |
output_file.c | 564 out->zero_buf = calloc(block_size, 1); 570 out->fill_buf = calloc(block_size, 1); 617 struct output_file_gz *outgz = calloc(1, sizeof(struct output_file_gz)); 630 struct output_file_normal *outn = calloc(1, sizeof(struct output_file_normal)); 648 outc = calloc(1, sizeof(struct output_file_callback));
|
/system/core/libusbhost/ |
usbhost.c | 157 struct usb_host_context *context = calloc(1, sizeof(struct usb_host_context)); 342 struct usb_device *device = calloc(1, sizeof(struct usb_device)); 413 char* result = (char *)calloc(1, strlen(USB_FS_ID_FORMAT)); 595 struct usbdevfs_urb *urb = calloc(1, sizeof(struct usbdevfs_urb)); 610 struct usb_request *req = calloc(1, sizeof(struct usb_request));
|
/external/valgrind/unittest/ |
posix_tests.cc | 254 int *CALLOC; 272 (*CALLOC)++; 290 CALLOC = (int*)calloc(1, sizeof(int)); 307 ANNOTATE_EXPECT_RACE(CALLOC, "real race on a calloc-ed object"); 326 free(CALLOC);
|
/system/core/init/ |
init_parser.c | 310 import = calloc(1, sizeof(struct import)); 571 act = calloc(1, sizeof(*act)); 576 cmd = calloc(1, sizeof(*cmd)); 629 svc = calloc(1, sizeof(*svc) + sizeof(char*) * nargs); 760 ei = calloc(1, sizeof(*ei)); 782 si = calloc(1, sizeof(*si)); 829 act = calloc(1, sizeof(*act));
|
/external/valgrind/main/coregrind/ |
m_hashtable.c | 72 VgHashTable table = VG_(calloc)("hashtable.Hc.1", 74 table->chains = VG_(calloc)("hashtable.Hc.2", 1, sz); 123 chains = VG_(calloc)("hashtable.resize.1", 1, sz);
|
/frameworks/rs/cpp/ |
Element.cpp | 364 const char ** nameArray = (const char **)calloc(fieldCount, sizeof(char *)); 365 const Element ** elementArray = (const Element **)calloc(fieldCount, sizeof(Element *)); 366 size_t* sizeArray = (size_t*)calloc(fieldCount, sizeof(size_t));
|
/hardware/libhardware/modules/audio/ |
audio_hw.c | 227 out = (struct stub_stream_out *)calloc(1, sizeof(struct stub_stream_out)); 336 in = (struct stub_stream_in *)calloc(1, sizeof(struct stub_stream_in)); 391 adev = calloc(1, sizeof(struct stub_audio_device));
|
/system/extras/librank/ |
librank.c | 94 library = calloc(1, sizeof(*library)); 137 mapping = calloc(1, sizeof(*mapping)); 153 process = calloc(1, sizeof(*process));
|
/bionic/libstdc++/include/ |
cstdlib | 94 using ::calloc;
|
/bootable/recovery/minadbd/ |
usb_linux_client.c | 118 h = calloc(1, sizeof(usb_handle));
|
/external/chromium/base/allocator/ |
allocator_unittests.cc | 279 char* p = reinterpret_cast<char*>(calloc(n, s)); 281 EXPECT_EQ(NULL, p) << "calloc(n, s) should not succeed"; 284 "calloc(n, s) should succeed"; 367 TEST(Allocators, Calloc) {
|
/external/chromium/base/ |
file_version_info_win.cc | 53 void* data = calloc(length, 1);
|
/external/chromium/crypto/ |
cssm_init.cc | 36 return calloc(num, size);
|
/external/chromium/third_party/libevent/ |
evrpc.c | 66 struct evrpc_base* base = calloc(1, sizeof(struct evrpc_base)); 119 hook = calloc(1, sizeof(struct evrpc_hook)); 278 rpc_state = calloc(1, sizeof(struct evrpc_req_generic)); 385 struct evrpc_pool *pool = calloc(1, sizeof(struct evrpc_pool));
|
/external/clang/test/Analysis/ |
malloc-interprocedural.c | 10 void *calloc(size_t nmemb, size_t size);
|
/external/e2fsprogs/lib/blkid/ |
cache.c | 95 if (!(cache = (blkid_cache) calloc(1, sizeof(struct blkid_struct_cache))))
|
/external/elfutils/libdwfl/ |
dwfl_begin.c | 61 Dwfl *dwfl = calloc (1, sizeof *dwfl);
|
/external/ipsec-tools/src/racoon/ |
debugrm.h | 44 #define racoon_calloc(cnt, sz) calloc((cnt), (sz))
|
/external/libnfc-nci/halimpl/bcm2079x/ |
nfc_nci.c | 127 bcm2079x_dev_t *dev = calloc (1, sizeof(bcm2079x_dev_t));
|
/external/libogg/include/ogg/ |
os_types.h | 23 #define _ogg_calloc calloc
|
/external/libselinux/src/ |
mapping.c | 55 current_mapping = (struct selinux_mapping *)calloc(++i, size);
|
/external/libsepol/src/ |
policydb_public.c | 11 *pf = calloc(1, sizeof(sepol_policy_file_t));
|