HomeSort by relevance Sort by last modified time
    Searched defs:alloc_func (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/libexif/libexif/
exif-mem.c 7 ExifMemAllocFunc alloc_func; member in struct:_ExifMem
34 exif_mem_new (ExifMemAllocFunc alloc_func, ExifMemReallocFunc realloc_func,
39 if (!alloc_func && !realloc_func)
41 mem = alloc_func ? alloc_func (sizeof (ExifMem)) :
46 mem->alloc_func = alloc_func;
82 if (mem->alloc_func || mem->realloc_func)
83 return mem->alloc_func ? mem->alloc_func (ds)
    [all...]
  /external/freetype/src/gzip/
zlib.h 63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
80 alloc_func zalloc; /* used to allocate the internal state */
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi_vec.cc 42 typedef void* (*alloc_func)(size_t); typedef in namespace:__anon27904
134 alloc_func alloc,
150 alloc_func alloc,
  /development/ndk/platforms/android-3/include/
zconf.h 46 # define alloc_func z_alloc_func macro
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
94 alloc_func zalloc; /* used to allocate the internal state */
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
zconf.h 46 # define alloc_func z_alloc_func macro
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
94 alloc_func zalloc; /* used to allocate the internal state */
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
zconf.h 46 # define alloc_func z_alloc_func macro
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
94 alloc_func zalloc; /* used to allocate the internal state */
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
zconf.h 46 # define alloc_func z_alloc_func macro
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
94 alloc_func zalloc; /* used to allocate the internal state */
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
zconf.h 46 # define alloc_func z_alloc_func macro
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
94 alloc_func zalloc; /* used to allocate the internal state */
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
zconf.h 46 # define alloc_func z_alloc_func macro
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
94 alloc_func zalloc; /* used to allocate the internal state */
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
zconf.h 46 # define alloc_func z_alloc_func macro
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
94 alloc_func zalloc; /* used to allocate the internal state */
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
zconf.h 46 # define alloc_func z_alloc_func macro
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
94 alloc_func zalloc; /* used to allocate the internal state */
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
zconf.h 46 # define alloc_func z_alloc_func macro
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
94 alloc_func zalloc; /* used to allocate the internal state */
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
zconf.h 46 # define alloc_func z_alloc_func macro
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
94 alloc_func zalloc; /* used to allocate the internal state */
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
zconf.h 46 # define alloc_func z_alloc_func macro
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
94 alloc_func zalloc; /* used to allocate the internal state */
    [all...]

Completed in 704 milliseconds

1 2 3 4 5 6 7