Searched refs:badsize (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestplatform.c13 static int badsize(size_t sizeoftype, size_t hardcodetype) function
22 if ( badsize(sizeof(Uint8), 1) ) {
28 if ( badsize(sizeof(Uint16), 2) ) {
34 if ( badsize(sizeof(Uint32), 4) ) {
41 if ( badsize(sizeof(Uint64), 8) ) {

Completed in 162 milliseconds