Home
last modified time | relevance | path

Searched refs:constcast (Results 1 – 1 of 1) sorted by relevance

/external/libpng/contrib/tools/
Dpngfix.c76 # define PNGZ_MSG_CAST(s) constcast(char*,s)
77 # define PNGZ_INPUT_CAST(b) constcast(png_bytep,b)
92 # define constcast(type, value) const_cast<type>(value) macro
99 # define constcast(type, value) ((type)(value)) macro