Lines Matching refs:count
88 u32 count; // count returned from metric function member
349 MyStats2[6].count = MyStats2[1].count + MyStats2[2].count + in main()
350 MyStats2[3].count + MyStats2[4].count; in main()
352 MyStats2[7].stat = MyStats2[5].count; // misses in main()
353 MyStats2[7].count = MyStats2[6].count; // total checks in main()
357 MyStats5[0].count = testData.numx * testData.numy * testData.numz; in main()
358 MyStats5[1].count = testData.nc_tx; in main()
359 MyStats5[2].count = testData.ntev; in main()
1333 Stat[StatIndx].count = cnt0; in WriteStats()
1346 Stat[StatIndx].count = cnt0; in WriteStats()
1567 rate = (f32) Stat[i].stat / (f32) Stat[i].count; in PrintStats()
1608 StatOSReport("%s: %8d\n", Stat[i].count); in PrintStats()
1760 StatPrintf("%s: %8d", Stat[i].count); in PrintStats()
1764 rate = (f32) Stat[i].stat / (f32) Stat[i].count; in PrintStats()