Searched defs:voidcast (Results 1 – 6 of 6) sorted by relevance
/external/libpng/contrib/libtests/ |
D | timepng.c | 42 # define voidcast(type, value) static_cast<type>(value) macro 44 # define voidcast(type, value) (value) macro
|
D | pngunknown.c | 151 # define voidcast(type, value) static_cast<type>(value) macro 153 # define voidcast(type, value) (value) macro
|
D | pngstest.c | 65 # define voidcast(type, value) static_cast<type>(value) macro 69 # define voidcast(type, value) (value) macro
|
D | pngvalid.c | 166 # define voidcast(type, value) static_cast<type>(value) macro 168 # define voidcast(type, value) (value) macro
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 83 # define voidcast(type, value) static_cast<type>(value) macro 85 # define voidcast(type, value) (value) macro
|
D | pngfix.c | 91 # define voidcast(type, value) static_cast<type>(value) macro 98 # define voidcast(type, value) (value) macro
|