Searched refs:StateToString (Results 1 – 1 of 1) sorted by relevance
120 static const char* StateToString( u32 state );128 #define REPORT_STATE( state ) REXDEMOReportEx( REXDEMO_COLOR_PURPLE, "state -> %s\n", StateToString…308 REXDEMOPrintf( 400, 60, 0, "%s", StateToString( state ) ); in main()331 const char* StateToString( u32 state ) in StateToString() function