Home
last modified time | relevance | path

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

/external/libpng/contrib/tools/
Dpngfix.c92 # define constcast(type, value) const_cast<type>(value) macro
99 # define constcast(type, value) ((type)(value)) macro