Home
last modified time | relevance | path

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

/external/libdrm/tests/
Ddrmsl.c59 static double do_time(int size, int iter) in do_time() function
158 usec = do_time(100, 10000); in main()
159 usec2 = do_time(1000, 500); in main()
163 usec3 = do_time(10000, 50); in main()
167 usec4 = do_time(100000, 4); in main()
/external/python/cpython2/Lib/
Dxmllib.py883 do_time = 0
888 do_time = 1
911 if do_time:
921 if do_time:
925 if do_time:
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c2204 int do_time = 1; in do_scsi_device_read_write() local
2477 if (do_time) { in do_scsi_device_read_write()
2605 if ((do_time) && (start_tm.tv_sec || start_tm.tv_usec)) { in do_scsi_device_read_write()
3845 int do_time = 0; in do_scsi_read_buffer() local
3974 if (do_time) { in do_scsi_read_buffer()
4053 if ((do_time) && (start_tm.tv_sec || start_tm.tv_usec)) { in do_scsi_read_buffer()
4961 int do_time = 1; in do_scsi_test_unit_ready() local
4989 if (do_time) { in do_scsi_test_unit_ready()
5010 if ((do_time) && (start_tm.tv_sec || start_tm.tv_usec)) { in do_scsi_test_unit_ready()
6293 int do_time = 1; in do_scsi_sgm_read_write() local
[all …]