Lines Matching refs:Stat
300 static StatObj* Stat = NULL; variable
1304 Stat = stat; in SetStats()
1308 StatStrLen = strlen(Stat[0].text); in SetStats()
1327 switch (Stat[StatIndx].stat_type) in WriteStats()
1333 Stat[StatIndx].count = cnt0; in WriteStats()
1336 GXSetGP0Metric((GXPerf0)Stat[StatIndx].stat); in WriteStats()
1346 Stat[StatIndx].count = cnt0; in WriteStats()
1349 GXSetGP1Metric((GXPerf1)Stat[StatIndx].stat); in WriteStats()
1491 DEMOPrintf(text_x, text_y, 0, str, Stat[i].text, val)
1494 OSReport(str, Stat[i].text, val)
1508 switch (Stat[i].stat_type) in PrintStats()
1511 switch(Stat[i].stat) in PrintStats()
1552 switch(Stat[i].stat) in PrintStats()
1567 rate = (f32) Stat[i].stat / (f32) Stat[i].count; in PrintStats()
1572 switch(Stat[i].stat) in PrintStats()
1608 StatOSReport("%s: %8d\n", Stat[i].count); in PrintStats()
1658 switch (Stat[i].stat_type) in PrintStats()
1662 switch(Stat[i].stat) in PrintStats()
1707 switch(Stat[i].stat) in PrintStats()
1722 switch(Stat[i].stat) in PrintStats()
1760 StatPrintf("%s: %8d", Stat[i].count); in PrintStats()
1764 rate = (f32) Stat[i].stat / (f32) Stat[i].count; in PrintStats()
1770 Stat[i].stat_type); in PrintStats()