Home
last modified time | relevance | path

Searched refs:User_Time (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/dhry/
H A Ddhry_1.c96 User_Time; variable
298 User_Time = End_Time - Begin_Time; in dhry()
300 if (User_Time < Too_Small_Time) in dhry()
309 Microseconds = (float) User_Time * Mic_secs_Per_Second in dhry()
311 Dhrystones_Per_Second = (float) Number_Of_Runs / (float) User_Time; in dhry()
313 Microseconds = (float) User_Time * Mic_secs_Per_Second in dhry()
316 / (float) User_Time; in dhry()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Ddhry_1.c90 User_Time; variable
304 User_Time = End_Time - Begin_Time;
306 if (User_Time < Too_Small_Time)
315 Microseconds = (float) User_Time * Mic_secs_Per_Second
317 Dhrystones_Per_Second = (float) Number_Of_Runs / (float) User_Time;
319 Microseconds = (float) User_Time * Mic_secs_Per_Second
322 / (float) User_Time;
/OK3568_Linux_fs/buildroot/dl/dhrystone/
H A Ddhry-c1096 - User_Time;
1284 - User_Time = End_Time - Begin_Time;
1286 - if (User_Time < Too_Small_Time)
1295 - Microseconds = (float) User_Time * Mic_secs_Per_Second
1297 - Dhrystones_Per_Second = (float) Number_Of_Runs / (float) User_Time;
1299 - Microseconds = (float) User_Time * Mic_secs_Per_Second
1302 - / (float) User_Time;