HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 526 - 550 of 1367) sorted by null

<<21222324252627282930>>

  /ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/
xlocale.c 220 locale_t ret = calloc(1, sizeof(struct _LC_locale_t));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflap.so 
libmudflap.so.0 
libmudflap.so.0.0.0 
libmudflapth.so 
libmudflapth.so.0 
libmudflapth.so.0.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 465 #endif /* don't just need malloc and calloc */
473 extern void *calloc (size_t __nmemb, size_t __size)
487 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
880 #endif /* don't just need malloc and calloc */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libanl.a 45  ?!?0j???-@0_s???????-9FSjrequestsrequests_tailfree_respool_max_sizepoolfreelistnthreadsidle_thread_counthandle_requestspool_size__PRETTY_FUNCTION__.10214__PRETTY_FUNCTION__.10236__elf_set___libc_subfreeres_element_free_res____gai_find_request__gai_remove_requestfree__gai_enqueue_request__gai_requests_mutexpthread_mutex_lock__gai_new_request_notificationpthread_cond_signalpthread_mutex_unlockpthread_attr_initpthread_attr_setdetachstatepthread_attr_setstacksizesigfillsetpthread_createpthread_attr_destroycallocrealloc__errno_location__assert_failgetaddrinfo__gai_notifygettimeofdaypthread_cond_timedwaitpthread_exit2????????+5@ELQt? ?!?"??#$%+<U%ejuz????????& ).3'F V ] b(?)???*??? .+elq,w}?????????
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libanl.a 48  ?!?0j???-@0_s???????-9FSjrequestsrequests_tailfree_respool_max_sizepoolfreelistnthreadsidle_thread_counthandle_requestspool_size__PRETTY_FUNCTION__.10271__PRETTY_FUNCTION__.10293__elf_set___libc_subfreeres_element_free_res____gai_find_request__gai_remove_requestfree__gai_enqueue_request__gai_requests_mutexpthread_mutex_lock__gai_new_request_notificationpthread_cond_signalpthread_mutex_unlockpthread_attr_initpthread_attr_setdetachstatepthread_attr_setstacksizesigfillsetpthread_createpthread_attr_destroycallocrealloc__errno_location__assert_failgetaddrinfo__gai_notifygettimeofdaypthread_cond_timedwaitpthread_exit2????????
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 465 #endif /* don't just need malloc and calloc */
473 extern void *calloc (size_t __nmemb, size_t __size)
487 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
880 #endif /* don't just need malloc and calloc */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libanl.a 45  ?!?0j???-@0_s???????-9FSjrequestsrequests_tailfree_respool_max_sizepoolfreelistnthreadsidle_thread_counthandle_requestspool_size__PRETTY_FUNCTION__.10214__PRETTY_FUNCTION__.10236__elf_set___libc_subfreeres_element_free_res____gai_find_request__gai_remove_requestfree__gai_enqueue_request__gai_requests_mutexpthread_mutex_lock__gai_new_request_notificationpthread_cond_signalpthread_mutex_unlockpthread_attr_initpthread_attr_setdetachstatepthread_attr_setstacksizesigfillsetpthread_createpthread_attr_destroycallocrealloc__errno_location__assert_failgetaddrinfo__gai_notifygettimeofdaypthread_cond_timedwaitpthread_exit2????????+5@ELQt? ?!?"??#$%+<U%ejuz????????& ).3'F V ] b(?)???*??? .+elq,w}?????????
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/
libanl.a 48  ?!?0j???-@0_s???????-9FSjrequestsrequests_tailfree_respool_max_sizepoolfreelistnthreadsidle_thread_counthandle_requestspool_size__PRETTY_FUNCTION__.10271__PRETTY_FUNCTION__.10293__elf_set___libc_subfreeres_element_free_res____gai_find_request__gai_remove_requestfree__gai_enqueue_request__gai_requests_mutexpthread_mutex_lock__gai_new_request_notificationpthread_cond_signalpthread_mutex_unlockpthread_attr_initpthread_attr_setdetachstatepthread_attr_setstacksizesigfillsetpthread_createpthread_attr_destroycallocrealloc__errno_location__assert_failgetaddrinfo__gai_notifygettimeofdaypthread_cond_timedwaitpthread_exit2????????
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 465 #endif /* don't just need malloc and calloc */
473 extern void *calloc (size_t __nmemb, size_t __size)
487 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
880 #endif /* don't just need malloc and calloc */
  /sdk/emulator/opengl/tests/event_injector/
emulator-console.c 34 #define ANEW0(p) (p) = calloc(sizeof(*(p)), 1)
  /system/core/libcutils/
str_parms.c 58 str_parms = calloc(1, sizeof(struct str_parms));
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 190 temprow = calloc( cinfo.num_components * cinfo.output_width, sizeof(JSAMPLE) );
  /system/media/audio_utils/
resampler.c 212 rsmp = (struct resampler *)calloc(1, sizeof(struct resampler));
  /bionic/libc/upstream-dlmalloc/
malloc.h 52 #define dlcalloc calloc
126 calloc(size_t n_elements, size_t element_size);
335 independent_calloc is similar to calloc, but instead of returning a
  /bootable/recovery/minadbd/
sockets.c 388 asocket *s = calloc(1, sizeof(asocket));
483 asocket *s = calloc(1, sizeof(aremotesocket));
707 asocket *s = calloc(1, sizeof(asocket));
  /external/aac/libSYS/include/
genericStds.h 289 * \param n See MSDN documentation on calloc().
290 * \param size See MSDN documentation on calloc().
292 * \return See MSDN documentation on calloc().
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 802 out = (struct a2dp_stream_out *)calloc(1, sizeof(struct a2dp_stream_out));
987 in = (struct a2dp_stream_in *)calloc(1, sizeof(struct a2dp_stream_in));
1055 adev = calloc(1, sizeof(struct a2dp_audio_device));
  /external/clang/test/Analysis/
unix-fns.c 13 void *calloc(size_t, size_t);
94 char *foo = calloc(0, 42); // expected-warning{{Call to 'calloc' has an allocation size of 0 bytes}}
100 char *foo = calloc(42, 0); // expected-warning{{Call to 'calloc' has an allocation size of 0 bytes}}
106 char *foo = calloc(nmemb, size); // no-warning
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc 857 void *p = calloc(kArraySize, kArraySize2); // Should return 0.
865 void *p = calloc(kArraySize, kArraySize2); // Should return 0.
875 char *x = Ident((char*)calloc(1, size));
  /external/libusb_aah/libusb/os/
windows_usb.c 188 if ((ret_path = (char*)calloc(size, 1)) == NULL)
327 if ((dev_interface_details = (SP_DEVICE_INTERFACE_DETAIL_DATA_A*) calloc(size, 1)) == NULL) {
396 htab_table = (htab_entry*)calloc(htab_size + 1, sizeof(htab_entry));
501 htab_table[idx].str = (char*) calloc(1, safe_strlen(str)+1);
571 priv->usb_interface[iface].endpoint = (uint8_t*) calloc(1, if_desc->bNumEndpoints);
600 tmp_str = (char*) calloc(1, len+1);
877 priv->config_descriptor = (unsigned char**) calloc(dev->num_configurations, sizeof(PUSB_CONFIGURATION_DESCRIPTOR));
915 if ((cd_buf_actual = (PUSB_DESCRIPTOR_REQUEST) calloc(1, size)) == NULL) {
    [all...]

Completed in 1056 milliseconds

<<21222324252627282930>>