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

<<21222324252627282930>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 72 using _STLP_VENDOR_CSTD::calloc;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 72 using _STLP_VENDOR_CSTD::calloc;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 72 using _STLP_VENDOR_CSTD::calloc;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 72 using _STLP_VENDOR_CSTD::calloc;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdlib.h 72 using _STLP_VENDOR_CSTD::calloc;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymem.h 23 calloc/free. For example, on Windows different DLLs may end up using
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymem.h 23 calloc/free. For example, on Windows different DLLs may end up using
  /system/core/adb/
adb_auth_client.c 68 key = calloc(1, sizeof(*key) + 4);
  /system/core/debuggerd/
getevent.c 165 ufds = calloc(1, sizeof(ufds[0]));
  /system/core/fastbootd/
protocol.c 174 phandle = calloc(sizeof(struct protocol_handle), 1);
  /system/core/libcutils/
config_utils.c 30 node = calloc(sizeof(cnode), 1);
  /system/core/libsparse/
sparse.c 31 struct sparse_file *s = calloc(sizeof(struct sparse_file), 1);
  /system/extras/tests/bionic/libc/common/
test_cpu_set.c 136 other = calloc(1,setsize);
  /system/netd/
MDnsSdListener.cpp 548 mPollFds = (struct pollfd *)calloc(sizeof(struct pollfd), mPollSize);
549 mPollRefs = (DNSServiceRef **)calloc(sizeof(DNSServiceRef *), mPollSize);
607 mPollFds = (struct pollfd *)calloc(sizeof(struct pollfd), mPollSize);
608 mPollRefs = (DNSServiceRef **)calloc(sizeof(DNSServiceRef *), mPollSize);
  /bionic/libc/bionic/
malloc_debug_qemu.cpp 123 * actually allocated in previous calls to malloc, calloc, memalign, or realloc.
664 qemu_debug_log("Instrumented for pid=%03u: malloc=%p, free=%p, calloc=%p, realloc=%p, memalign=%p",
752 /* This routine serves as entry point for 'calloc'.
758 qemu_info_log("::: <libc_pid=%03u, pid=%03u>: Zero calloc redir to malloc",
    [all...]
  /external/antlr/antlr-3.4/runtime/C/
ChangeLog 111 Don't use CALLOC to allocate tree pools, use malloc as there is no need
112 for calloc.
307 2) SCope structure are now allocated with malloc and not calloc;
321 Use malloc rather than calloc to allocate memory for new scopes. Note
327 Use malloc rather than calloc for copying list lable tokens for
  /external/libsepol/src/
link.c 156 (perm_datum_t *) calloc(1, sizeof(perm_datum_t));
188 uint32_t *newmap = calloc(perm->s.value, sizeof(*newmap));
288 (class_datum_t *) calloc(1, sizeof(class_datum_t));
481 (type_datum_t *) calloc(1, sizeof(*new_type))) == NULL) {
504 if ((new_type = calloc(1, sizeof(*new_type))) == NULL) {
900 (type_datum_t *) calloc(1, sizeof(*new_type))) == NULL) {
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
kssl.c 890 if (!cklens && !(cklens = (size_t *) calloc(sizeof(int),n+1))) return NULL;
    [all...]
  /external/openssl/ssl/
kssl.c 890 if (!cklens && !(cklens = (size_t *) calloc(sizeof(int),n+1))) return NULL;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libnsl.a 163 ?   ?? ????`?$+49?ETdsz??????? ? ??????? `?%5A@ ?J]dk??u??????????? ??(6`R?N??Yl`?u? ???wyp_2_yperryp_bind_client_createUDPTIMEOUTyp_bind_fileyp_bind_ypbindprogRPCTIMEOUT__yp_bindypbindlist_lockypbindlist__xdr_ypresp_alldomainname_lockypdomainnamedo_ypcallypprot_errypbinderr_string_libc_intl_domainname__dcgettextyperr_stringstrncpyclntudp_createfcntlperrorstrlensnprintfopenpreadcloseclnttcp_createxdr_ypbind_respxdr_domainnamestderrfprintfstrcmpcallocfreeyp_bind__pthread_mutex_lock__pthread_mutex_unlockxdr_ypresp_allxdr_freemempcpyyp_get_default_domaingetdomainnameyp_all__errno_locationxdr_ypreq_nokeyclnt_perroryp_firstxdr_ypresp_key_valmallocmemcpyyp_masterxdr_ypresp_master__strdupyp_updatehost2netnamefputsclnt_createclnt_pcreateerrorxdr_ypupdate_argsauthdes_createauthunix_create_defaultxdr_u_intxdr_ypdelete_argsyp_nextxdr_ypreq_keyyp_matchxdr_ypresp_valyp_maplistxdr_ypresp_maplistyp_orderxdr_ypresp_orderyp_unbind__yp_check ?$
    [all...]
  /dalvik/vm/analysis/
VfyBasicBlock.cpp 74 VfyBasicBlock* newBlock = (VfyBasicBlock*) calloc(1, sizeof(VfyBasicBlock));
327 (VfyBasicBlock**) calloc(insnsSize, sizeof(VfyBasicBlock*));
  /development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so 

Completed in 1030 milliseconds

<<21222324252627282930>>