Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngunknown.c139 # define voidcast(type, value) static_cast<type>(value) macro
141 # define voidcast(type, value) (value) macro
Dpngstest.c57 # define voidcast(type, value) static_cast<type>(value) macro
61 # define voidcast(type, value) (value) macro
Dpngvalid.c135 # define voidcast(type, value) static_cast<type>(value) macro
137 # define voidcast(type, value) (value) macro