Home
last modified time | relevance | path

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

/aosp_15_r20/external/libpng/contrib/tools/
H A Dpngfix.c79 # define constcast(type, value) const_cast<type>(value) macro
86 # define constcast(type, value) ((type)(value)) macro