Searched refs:WH_PLAYER_MAX (Results 1 – 5 of 5) sorted by relevance
30 #define WH_PLAYER_MAX 4 macro33 #define WH_CHILD_MAX (WH_PLAYER_MAX - 1)
45 static GShareData current_input[WH_PLAYER_MAX] ATTRIBUTE_ALIGN(32);46 static BOOL valid_input[WH_PLAYER_MAX];121 for (i = 0; i < WH_PLAYER_MAX; ++i) in UpdateInput()
248 for (i = 0; i < WH_PLAYER_MAX; ++i) in DrawFrame()286 for (i = 0; i < WH_PLAYER_MAX; ++i) in DrawFrame()
180 for (i = 1; i < WH_PLAYER_MAX; i++) in ConnectMain()
391 #undef WH_PLAYER_MAX392 #define WH_PLAYER_MAX (infoForWC->parentParam.maxEntry + 1) macro