| /OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_test/ |
| H A D | rktest_storage_speed.c | 22 TEE_Time time2; in handle_storage_speed() local 45 TEE_GetSystemTime(&time2); in handle_storage_speed() 46 use_time = (time2.seconds - time1.seconds) * 1000 + time2.millis - time1.millis; in handle_storage_speed() 63 TEE_GetSystemTime(&time2); in handle_storage_speed() 64 use_time = (time2.seconds - time1.seconds) * 1000 + time2.millis - time1.millis; in handle_storage_speed() 81 TEE_GetSystemTime(&time2); in handle_storage_speed() 82 use_time = (time2.seconds - time1.seconds) * 1000 + time2.millis - time1.millis; in handle_storage_speed() 89 TEE_GetSystemTime(&time2); in handle_storage_speed() 90 use_time = (time2.seconds - time1.seconds) * 1000 + time2.millis - time1.millis; in handle_storage_speed()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/ |
| H A D | rktest_storage_speed.c | 22 TEE_Time time2; in handle_storage_speed() local 52 TEE_GetSystemTime(&time2); in handle_storage_speed() 53 use_time = (time2.seconds - time1.seconds) * 1000 + time2.millis - time1.millis; in handle_storage_speed() 70 TEE_GetSystemTime(&time2); in handle_storage_speed() 71 use_time = (time2.seconds - time1.seconds) * 1000 + time2.millis - time1.millis; in handle_storage_speed() 88 TEE_GetSystemTime(&time2); in handle_storage_speed() 89 use_time = (time2.seconds - time1.seconds) * 1000 + time2.millis - time1.millis; in handle_storage_speed() 96 TEE_GetSystemTime(&time2); in handle_storage_speed() 97 use_time = (time2.seconds - time1.seconds) * 1000 + time2.millis - time1.millis; in handle_storage_speed()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | rbtree_test.c | 245 cycles_t time1, time2, time; in rbtree_test_init() local 266 time2 = get_cycles(); in rbtree_test_init() 267 time = time2 - time1; in rbtree_test_init() 282 time2 = get_cycles(); in rbtree_test_init() 283 time = time2 - time1; in rbtree_test_init() 299 time2 = get_cycles(); in rbtree_test_init() 300 time = time2 - time1; in rbtree_test_init() 311 time2 = get_cycles(); in rbtree_test_init() 312 time = time2 - time1; in rbtree_test_init() 323 time2 = get_cycles(); in rbtree_test_init() [all …]
|
| H A D | interval_tree_test.c | 66 cycles_t time1, time2, time; in interval_tree_test_init() local 93 time2 = get_cycles(); in interval_tree_test_init() 94 time = time2 - time1; in interval_tree_test_init() 115 time2 = get_cycles(); in interval_tree_test_init() 116 time = time2 - time1; in interval_tree_test_init()
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | time-polling.c | 185 struct timeval time1, time2, tv; in time_select() local 230 gettimeofday (&time2, NULL); in time_select() 231 times[count] = (time2.tv_sec - time1.tv_sec) * 1000000; in time_select() 232 times[count] += time2.tv_usec - time1.tv_usec; in time_select() 251 struct timeval time1, time2; in time_poll() local 285 gettimeofday (&time2, NULL); in time_poll() 286 times[count] = (time2.tv_sec - time1.tv_sec) * 1000000; in time_poll() 287 times[count] += time2.tv_usec - time1.tv_usec; in time_poll() 306 struct timeval time1, time2; in time_poll2() local 340 gettimeofday (&time2, NULL); in time_poll2() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/rtc/ |
| H A D | ds1374.c | 87 unsigned long time1, time2; in rtc_get() local 107 time2 = 0; in rtc_get() 110 time2 = (time2 << 8) | (tmp & 0xff); in rtc_get() 112 } while ((time1 != time2) && limit--); in rtc_get() 114 if (time1 != time2) { in rtc_get()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | jitterentropy.c | 758 __u64 time2 = 0; in jent_entropy_init() local 767 jent_get_nstime(&time2); in jent_entropy_init() 770 if (!time || !time2) in jent_entropy_init() 772 delta = jent_delta(time, time2); in jent_entropy_init() 819 if (!(time2 > time)) in jent_entropy_init() 823 lowdelta = time2 - time; in jent_entropy_init()
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ali14xx.c | 116 int time1, time2; in ali14xx_set_pio_mode() local 125 time2 = t->active; in ali14xx_set_pio_mode() 126 param3 = param1 = (time2 * bus_speed + 999) / 1000; in ali14xx_set_pio_mode() 133 drive->name, pio, time1, time2, param1, param2, param3, param4); in ali14xx_set_pio_mode()
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-digicolor.c | 62 u32 reference, time1, time2; in dc_rtc_read() local 73 time2 = readl_relaxed(rtc->regs + DC_RTC_TIME); in dc_rtc_read() 74 if (time1 == time2) in dc_rtc_read() 76 time1 = time2; in dc_rtc_read()
|
| H A D | rtc-wm831x.c | 122 u16 time1[2], time2[2]; in wm831x_rtc_readtime() local 147 2, time2); in wm831x_rtc_readtime() 151 if (memcmp(time1, time2, sizeof(time1)) == 0) { in wm831x_rtc_readtime()
|
| H A D | rtc-wm8350.c | 34 u16 time1[4], time2[4]; in wm8350_rtc_readtime() local 47 4, time2); in wm8350_rtc_readtime() 51 if (memcmp(time1, time2, sizeof(time1)) == 0) { in wm8350_rtc_readtime()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/rk_test/ |
| H A D | rktest.c | 411 struct timeval time2; in invoke_crypto_hw() local 412 gettimeofday(&time2, NULL); in invoke_crypto_hw() 414 (time2.tv_sec - time.tv_sec) * 1000000 + (time2.tv_usec - time.tv_usec)); in invoke_crypto_hw()
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6656/ |
| H A D | usbpipe.h | 30 u16 time2; member
|
| /OK3568_Linux_fs/kernel/drivers/net/hamradio/ |
| H A D | baycom_epp.c | 644 unsigned int time1 = 0, time2 = 0, time3 = 0; in epp_bh() local 682 GETTICK(time2); in epp_bh() 709 GETTICK(time2); in epp_bh() 745 bc->debug_vals.mod_cycles = time2 - time1; in epp_bh() 746 bc->debug_vals.demod_cycles = time3 - time2; in epp_bh()
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 4756 .time2 {font:15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\
|