HomeSort by relevance Sort by last modified time
    Searched full:realloc (Results 701 - 725 of 1311) sorted by null

<<21222324252627282930>>

  /bootable/recovery/minzip/
Zip.c 878 newBuf = (char *)realloc(helper->buf, needLen);
    [all...]
  /dalvik/vm/compiler/codegen/
RallocUtil.cpp 807 /* Wrong register class. Realloc, copy and transfer ownership */
  /external/bluetooth/glib/glib/
gstring.c 569 does not realloc. */
    [all...]
  /external/clang/include/clang/Basic/
Builtins.def 629 LIBBUILTIN(realloc, "v*v*z", "f", "stdlib.h", ALL_LANGUAGES)
    [all...]
  /external/dbus/dbus/
dbus-message-util.c     [all...]
  /external/e2fsprogs/intl/
dcigettext.c 957 newmem = (transmem_block_t *) realloc (transmem_list,
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h     [all...]
  /external/e2fsprogs/misc/
badblocks.c 1073 t_patts_new = realloc(t_patts, sizeof(int) *
  /external/giflib/
dgif_lib.c 384 if ((GifFile->SavedImages = (SavedImage *)realloc(GifFile->SavedImages,
    [all...]
  /external/opencv/cvaux/src/
cvhmm1d.cpp 538 if not sufficient - realloc */
    [all...]
  /external/openssl/crypto/engine/
eng_cryptodev.c 719 printf("cryptodev_digest_update: realloc failed\n");
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 1269 // In this case I have to unalloc and realloc the full palette
    [all...]
  /external/stlport/src/
allocators.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c 614 allTokens = (char**)realloc((char**)allTokens, sizeof(char*) * maxTokenCount);
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp 223 void* tmp = realloc(priv->repaints.array, size * sizeof(Eina_Rectangle));
225 CRITICAL("could not realloc repaints array to %zu elements.", size);
269 void* tmp = realloc(priv->scrolls.array, size * sizeof(Ewk_Scroll_Request));
271 CRITICAL("could not realloc scrolls array to %zu elements.", size);
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm 456 buffer = (UInt8 *)realloc(buffer, bytesToAllocate);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp     [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
Makefile.in 66 $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/realloc.m4 \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
auto-host.h 671 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
auto-host.h 671 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
auto-host.h 683 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 626 NULL), pointing to *N characters of space. It is realloc'd as
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libGL.so 
libGL.so.1 
libGL.so.1.2 

Completed in 593 milliseconds

<<21222324252627282930>>