HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 776 - 800 of 1865) sorted by null

<<31323334353637383940>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 49 hb_ot_layout_t *layout = (hb_ot_layout_t *) calloc (1, sizeof (hb_ot_layout_t));
65 layout->gsub_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gsub->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
66 layout->gpos_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gpos->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.c 197 OVERLAPPED *overlapped = (OVERLAPPED*) calloc(1, sizeof(OVERLAPPED));
519 handles_to_wait_on = (HANDLE*) calloc(nfds+1, sizeof(HANDLE)); // +1 for fd_update
520 handle_to_index = (int*) calloc(nfds, sizeof(int));
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
atifragshader.c 356 calloc(1, sizeof(struct atifs_instruction) *
360 calloc(1, sizeof(struct atifs_setupinst) *
364 /* can't rely on calloc for initialization as it's possible to redefine a shader (?) */

Completed in 1767 milliseconds

<<31323334353637383940>>