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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
liblto_plugin.so.0.0.0 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /system/core/libcutils/
open_memstream.c 235 stream = (MemStream*) calloc(1, sizeof(MemStream));
  /system/extras/showmap/
showmap.c 71 struct mapinfo* info = calloc(1, sizeof(mapinfo) + name_size);
  /bootable/recovery/minadbd/
transport.c 683 atransport *t = calloc(1, sizeof(atransport));
704 atransport *t = calloc(1, sizeof(atransport));
  /dalvik/vm/
LinearAlloc.cpp 205 pHdr->writeRefCount = (short*)calloc(numPages, sizeof(short));
272 return calloc(1, size);
  /external/chromium/base/
process_util_linux.cc 642 // the link order. Since ld.so needs calloc during symbol resolution, it
675 DIE_ON_OOM_2(calloc, size_t)
process_util_unittest.cc 761 TEST_F(OutOfMemoryDeathTest, Calloc) {
764 value_ = calloc(1024, test_size_ / 1024L);
  /external/clang/lib/Frontend/
CacheTokens.cpp 617 // Note that we use 'calloc', so all the bytes are 0.
618 PTHIdKey *IIDMap = (PTHIdKey*)calloc(idcount, sizeof(PTHIdKey));
  /external/flac/libFLAC/
metadata_iterators.c 380 FLAC__Metadata_SimpleIterator *iterator = (FLAC__Metadata_SimpleIterator*)calloc(1, sizeof(FLAC__Metadata_SimpleIterator));
    [all...]
  /external/libselinux/src/
android.c 163 seapp_contexts = calloc(nspec, sizeof(struct seapp_context *));
180 cur = calloc(1, sizeof(struct seapp_context));
  /external/libsepol/src/
module.c 106 *p = calloc(1, sizeof(sepol_module_package_t));
294 if ((mod_pols = calloc(num_modules, sizeof(*mod_pols))) == NULL) {
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 126 /// void *calloc(size_t count, size_t size);
127 calloc, enumerator in enum:llvm::LibFunc::Func
  /external/srec/portable/src/
pmemory.c 35 #undef calloc macro
726 If ptr does not match a pointer returned earlier by calloc(), malloc() or realloc() or if the space has previously been deallocated by a call to free() or realloc(), the behaviour is undefined.
  /external/srec/srec/clib/
swimodel.c 339 swimodel = (SWIModel*) CALLOC(1, sizeof(SWIModel), "clib.models.base");
354 SWIhmmState* hmmstates = (SWIhmmState*) CALLOC(swimodel->num_hmmstates, sizeof(SWIhmmState), "clib.models.states");
  /external/tcpdump/
print-tcp.c 395 calloc(1, sizeof(*th));
397 error("tcp_print: calloc");
  /external/valgrind/main/none/tests/x86/
x86locked.c 569 block = calloc(200,1);
605 block = calloc(200,1);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 287 params = (snd_pcm_hw_params*) calloc(1, sizeof(struct snd_pcm_hw_params));
332 params = (snd_pcm_sw_params*) calloc(1, sizeof(struct snd_pcm_sw_params));
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 772 pcm = calloc(1, sizeof(struct pcm));
815 pcm->sync_ptr = calloc(1, sizeof(struct snd_pcm_sync_ptr));
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_mc.c 222 temp_entity = entity = (struct media_entity*)calloc(1, sizeof(struct media_entity));
278 media = (struct media_device *)calloc(1, sizeof(struct media_device));

Completed in 1290 milliseconds

<<21222324252627282930>>