Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dtimepng.c42 # define voidcast(type, value) static_cast<type>(value) macro
44 # define voidcast(type, value) (value) macro
Dpngunknown.c150 # define voidcast(type, value) static_cast<type>(value) macro
152 # 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.c166 # define voidcast(type, value) static_cast<type>(value) macro
168 # define voidcast(type, value) (value) macro
/external/libpng/contrib/tools/
Dpngcp.c83 # define voidcast(type, value) static_cast<type>(value) macro
85 # define voidcast(type, value) (value) macro
Dpngfix.c92 # define voidcast(type, value) static_cast<type>(value) macro
99 # define voidcast(type, value) (value) macro