Searched defs:png_alloc_size_t (Results 1 - 1 of 1) sorted by relevance

/external/libpng/
H A Dpngconf.h547 * 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

Completed in 684 milliseconds