Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dtimepng.c41 # define voidcast(type, value) static_cast<type>(value) macro
43 # define voidcast(type, value) (value) macro
Dpngunknown.c151 # define voidcast(type, value) static_cast<type>(value) macro
153 # define voidcast(type, value) (value) macro
Dpngstest.c66 # define voidcast(type, value) static_cast<type>(value) macro
70 # define voidcast(type, value) (value) macro
Dpngvalid.c170 # define voidcast(type, value) static_cast<type>(value) macro
172 # define voidcast(type, value) (value) macro
/external/libpng/contrib/tools/
Dpngcp.c86 # define voidcast(type, value) static_cast<type>(value) macro
88 # define voidcast(type, value) (value) macro
Dpngfix.c78 # define voidcast(type, value) static_cast<type>(value) macro
85 # define voidcast(type, value) (value) macro