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

<<51525354555657585960>>

  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 189 a size_t, not counting any clearing in calloc or copying in realloc,
369 True if mmap clears memory so calloc doesn't need to. This is true
615 #define calloc SDL_calloc macro
686 #define dlcalloc calloc
731 calloc(size_t n_elements, size_t element_size);
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 183 // Use calloc since we're going to leave a few holes in the data
185 void* newData = calloc(1, serializedSize());
604 mCache = (char16_t**)calloc(mHeader->stringCount, sizeof(char16_t**));
624 char16_t *u16str = (char16_t *)calloc(*u16len+1, sizeof(char16_t));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libasound.a     [all...]
libtic.a 29 ? %8GN0?[biu??????`U??stringbufnext_free_nc_merge_entry_nc_align_termtype_nc_init_entrymalloc_nc_save_strstrlenstrcpy_nc_warning_nc_wrap_entrymemcpyfree_nc_err_abort_nc_copy_entrycalloc_nc_copy_termtype
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libasound.a     [all...]
libtic.a 29 ? %8GN0?[biu??????`U??stringbufnext_free_nc_merge_entry_nc_align_termtype_nc_init_entrymalloc_nc_save_strstrlenstrcpy_nc_warning_nc_wrap_entrymemcpyfree_nc_err_abort_nc_copy_entrycalloc_nc_copy_termtype
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libasound.a     [all...]
libcurses.a 63  ??4 @V$??/6?F??Y\d0^u|?L????update_costupdate_cost_from_blankgrow_hunkscurscrcur_termstdscr_nc_scroll_oldhashSPmemmove_nc_make_oldhashnewscr_nc_hash_mapfreemallocmemsetcalloc
    [all...]
libncurses.a 63  ??4 @V$??/6?F??Y\d0^u|?L????update_costupdate_cost_from_blankgrow_hunkscurscrcur_termstdscr_nc_scroll_oldhashSPmemmove_nc_make_oldhashnewscr_nc_hash_mapfreemallocmemsetcalloc
    [all...]
libtermcap.a 63  ??4 @V$??/6?F??Y\d0^u|?L????update_costupdate_cost_from_blankgrow_hunkscurscrcur_termstdscr_nc_scroll_oldhashSPmemmove_nc_make_oldhashnewscr_nc_hash_mapfreemallocmemsetcalloc
    [all...]
  /dalvik/vm/analysis/
RegisterMap.cpp 115 MapStats* pStats = calloc(1, sizeof(MapStats));
783 pBuilder = (RegisterMapBuilder*) calloc(1, sizeof(RegisterMapBuilder));
    [all...]
  /external/bison/lib/
config.in.h 112 /* Define to 1 when the gnulib module calloc-posix should be tested. */
330 /* Define if the 'calloc' function is POSIX compliant. */
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 77 dataTable = (UChar***)calloc(sizeof(UChar**),3);
80 dataTable[i] = (UChar**)calloc(sizeof(UChar*),4);
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 783 new_device = calloc (1, sizeof (*new_device));
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_os2.c 642 char *out = (char *)calloc( CCHMAXPATH, 1 );
671 char *out = (char *)calloc( CCHMAXPATH, 1 );
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
Makefile.am 29 -fno-builtin-calloc -fno-builtin-cfree \
89 WEAKEN = $(OBJCOPY) -W malloc -W free -W realloc -W calloc -W cfree \
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 155 a size_t, not counting any clearing in calloc or copying in realloc,
362 True if mmap clears memory so calloc doesn't need to. This is true
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 77 dataTable = (UChar***)calloc(sizeof(UChar**),3);
80 dataTable[i] = (UChar**)calloc(sizeof(UChar*),4);
    [all...]
  /external/libffi/src/
dlmalloc.c 153 a size_t, not counting any clearing in calloc or copying in realloc,
333 True if mmap clears memory so calloc doesn't need to. This is true
642 #define dlcalloc calloc
687 calloc(size_t n_elements, size_t element_size);
    [all...]
  /external/qemu/android/
help.c 308 strings = calloc( count, sizeof(char*) );
330 strings = calloc( count, sizeof(char*) );
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 79 mCStrings = (const char **)calloc(stringsLength, sizeof(char *));
80 mSizeArray = (size_t*)calloc(stringsLength, sizeof(size_t));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 171 p = calloc(1,size);
209 #define SafeMalloc(x) calloc(1,x)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 292 pTempPortType = calloc(1, sizeof(OMX_PORT_PARAM_TYPE));
307 pTempVidPortDef = calloc (1,sizeof (OMX_PARAM_PORTDEFINITIONTYPE));
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 236 fp = frame = (struct Frame *) calloc(nframe += 100, sizeof(struct Frame));
696 tmps = (Cell *) calloc(100, sizeof(Cell));
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c     [all...]

Completed in 617 milliseconds

<<51525354555657585960>>