/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
H A D | utimensat01.c | 30 struct mytime { struct 39 static struct mytime tnn = {0, UTIME_NOW, 0, UTIME_NOW, 1, 1}; 40 static struct mytime too = {0, UTIME_OMIT, 0, UTIME_OMIT, 0, 0}; 41 static struct mytime tno = {0, UTIME_NOW, 0, UTIME_OMIT, 1, 0}; 42 static struct mytime ton = {0, UTIME_OMIT, 0, UTIME_NOW, 0, 1}; 43 static struct mytime t11 = {1, 1, 1, 1, 1, 1}; 48 struct mytime *mytime; member 130 static void multi_set_time(enum tst_ts_type type, struct mytime *mytime) in multi_set_time() argument 227 struct mytime *mytime = tc->mytime; run() local [all...] |
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
H A D | cpuctl_def_task01.c | 178 double f = 274.345, mytime; /*just a float number for sqrt */ in main() local 206 mytime = (delta_cpu_time * 100) / in main() 209 mytime = (delta_cpu_time * 100) / in main() 218 " in %lu (s) INTERVAL\n", delta_cpu_time, mytime, in main()
|
H A D | cpuctl_def_task04.c | 195 double f = 274.345, mytime; /*just a float number for sqrt */ in main() local 223 mytime = (delta_cpu_time * 100) / in main() 226 mytime = (delta_cpu_time * 100) / in main() 233 mytime, exp_cpu_time, fmyshares, delta_time); in main()
|
H A D | cpuctl_def_task02.c | 189 double f = 274.345, mytime; /*just a float number for sqrt */ in main() local 217 mytime = (delta_cpu_time * 100) / in main() 220 mytime = (delta_cpu_time * 100) / in main() 225 " (s)\n", mygroup_num, task_num, delta_cpu_time, mytime, in main()
|
H A D | cpuctl_def_task03.c | 185 double f = 274.345, mytime; /*just a float number for sqrt */ in main() local 213 mytime = (delta_cpu_time * 100) / in main() 216 mytime = (delta_cpu_time * 100) / in main() 222 mygroup_num, task_num, delta_cpu_time, mytime, in main()
|
H A D | cpuctl_test02.c | 190 double f = 274.345, mytime; /*just a float number to take sqrt */ in main() local 210 mytime = in main() 213 mytime = in main() 218 mytime, exp_cpu_time, fmyshares, delta_time); in main()
|
H A D | cpuctl_test01.c | 178 double f = 274.345, mytime; /*just a float number to take sqrt */ in main() local 198 mytime = in main() 201 mytime = in main() 205 with %lu(shares) in %lu (s) INTERVAL\n", my_group_num, delta_cpu_time, mytime, in main()
|
H A D | cpuctl_test04.c | 196 double f = 274.345, mytime; /*just a float number to take sqrt */ in main() local 216 mytime = in main() 219 mytime = in main() 224 mytime, exp_cpu_time, fmyshares, delta_time); in main()
|
H A D | cpuctl_test03.c | 185 double f = 274.345, mytime; /*just a float number to take sqrt */ in main() local 205 mytime = in main() 208 mytime = in main() 212 in %lu (s) INTERVAL\n", mygroup_num, task_num, delta_cpu_time, mytime, in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/ |
H A D | 19-1-buildonly.c | 19 static struct tm *mytime; variable
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
H A D | 50-1-buildonly.c | 9 static struct tm *mytime; variable
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | timepng.c | 182 static int mytime(struct timespec *t) in mytime() function 201 if (mytime(&before)) in perform_one_test() 227 if (mytime(&after)) in perform_one_test()
|
/third_party/icu/icu4c/source/test/perf/ustrperf/ |
H A D | stringperf.h | 446 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); in catenate() local 534 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); in StdLibCatenate() local
|
/third_party/backends/backend/ |
H A D | hp3900_rts8822.c | 4142 long mytime; in RTS_DMA_WaitReady() local 4147 mytime = GetTickCount () + msecs; in RTS_DMA_WaitReady() 4149 while ((mytime > GetTickCount ()) && (rst == OK)) in RTS_DMA_WaitReady() 4172 long mytime; in RTS_WaitInitEnd() local 4177 mytime = GetTickCount () + msecs; in RTS_WaitInitEnd() 4179 while ((mytime > GetTickCount ()) && (rst == OK)) in RTS_WaitInitEnd()
|