Searched defs:do_time (Results 1 - 2 of 2) sorted by relevance

/external/libdrm/tests/
H A Ddrmsl.c59 static double do_time(int size, int iter) function
158 usec = do_time(100, 10000);
159 usec2 = do_time(1000, 500);
163 usec3 = do_time(10000, 50);
167 usec4 = do_time(100000, 4);
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c2204 int do_time = 1; local
2477 if (do_time) {
2605 if ((do_time) && (start_tm.tv_sec || start_tm.tv_usec)) {
3845 int do_time = 0; local
3974 if (do_time) {
4053 if ((do_time) && (start_tm.tv_sec || start_tm.tv_usec)) {
4961 int do_time = 1; local
4989 if (do_time) {
5010 if ((do_time) && (start_tm.tv_sec || start_tm.tv_usec)) {
6293 int do_time local
7297 int do_time = 1; local
[all...]

Completed in 157 milliseconds