HomeSort by relevance Sort by last modified time
    Searched defs:png_alloc_size_t (Results 1 - 2 of 2) sorted by null

  /external/libpng/
pngconf.h 547 * definition of png_alloc_size_t, below. This maximum value of size_t limits
562 /* png_alloc_size_t is guaranteed to be no smaller than png_size_t, and no
564 * png_alloc_size_t are not necessary; in fact, it is recommended not to use
568 * Casts in the other direction (from png_alloc_size_t to png_size_t or
576 typedef png_uint_32 png_alloc_size_t; typedef
578 typedef png_size_t png_alloc_size_t; typedef
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 570 /* png_alloc_size_t is guaranteed to be no smaller than png_size_t,
572 * to png_alloc_size_t are not necessary; in fact, it is recommended
575 * Casts in the other direction (from png_alloc_size_t to png_size_t or
580 typedef unsigned long png_alloc_size_t; typedef
583 typedef unsigned long png_alloc_size_t; typedef
591 typedef DWORD png_alloc_size_t; typedef
593 typedef png_size_t png_alloc_size_t; typedef

Completed in 29 milliseconds