| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_obj_debug.h | 36 gettimeofday (&last_sys_time, NULL); \ 37 gettimeofday (&first_sys_time, NULL); \ 43 gettimeofday (&cur_sys_time, NULL); \ 60 gettimeofday (& name##_start_time, NULL); \ 65 gettimeofday (& name##_end_time, NULL); \ 87 gettimeofday (&_profiling_start_time, NULL) 91 gettimeofday (&profiling_now, NULL); \
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/ |
| H A D | rgaImDemo.cpp | 364 gettimeofday(&start, NULL); in main() 368 gettimeofday(&end, NULL); in main() 501 gettimeofday(&start, NULL); in main() 505 gettimeofday(&end, NULL); in main() 524 gettimeofday(&start, NULL); in main() 528 gettimeofday(&end, NULL); in main() 551 gettimeofday(&start, NULL); in main() 555 gettimeofday(&end, NULL); in main() 571 gettimeofday(&start, NULL); in main() 575 gettimeofday(&end, NULL); in main() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/ |
| H A D | 0008-resolve-restrict-keyword-conflict.patch | 22 # define gettimeofday rpl_gettimeofday 24 _GL_FUNCDECL_RPL (gettimeofday, int, 28 _GL_CXXALIAS_RPL (gettimeofday, int, 33 _GL_FUNCDECL_SYS (gettimeofday, int, 40 _GL_CXXALIAS_SYS_CAST (gettimeofday, int, 44 _GL_CXXALIASWARN (gettimeofday);
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/ |
| H A D | large.txt | 632 gettimeofday({1192407177, 338852}, NULL) = 0 2317 gettimeofday({1192407177, 829654}, NULL) = 0 2318 gettimeofday({1192407177, 831333}, NULL) = 0 2539 gettimeofday({1192407178, 129668}, NULL) = 0 2542 gettimeofday({1192407178, 129956}, NULL) = 0 2543 gettimeofday({1192407178, 130035}, NULL) = 0 2545 gettimeofday({1192407178, 130164}, NULL) = 0 2572 gettimeofday({1192407178, 146984}, NULL) = 0 2574 gettimeofday({1192407178, 147124}, NULL) = 0 2576 gettimeofday({1192407178, 147304}, NULL) = 0 [all …]
|
| /OK3568_Linux_fs/app/lvgl_demo/sys/ |
| H A D | timestamp.c | 10 gettimeofday(&tv,NULL); in clock_ms() 17 gettimeofday(&tv,NULL); in clock_us() 29 gettimeofday(&t,NULL); in timestamp() 34 gettimeofday(&t,NULL); in timestamp()
|
| /OK3568_Linux_fs/buildroot/package/x11vnc/ |
| H A D | 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 46 - gettimeofday(&ev.time, NULL); 47 + gettimeofday(&tval, NULL); 65 - gettimeofday(&ev.time, NULL); 66 + gettimeofday(&tval, NULL); 84 - gettimeofday(&ev.time, NULL); 85 + gettimeofday(&tval, NULL); 103 - gettimeofday(&ev.time, NULL); 104 + gettimeofday(&tval, NULL);
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/vdso32/ |
| H A D | Makefile | 129 c-obj-vdso-gettimeofday := vgettimeofday.o 131 ifneq ($(c-gettimeofday-y),) 132 VDSO_CFLAGS_gettimeofday_o += -include $(c-gettimeofday-y) 138 targets := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) vdso.so vdso.so.dbg vdso.so.raw 140 c-obj-vdso-gettimeofday := $(addprefix $(obj)/, $(c-obj-vdso-gettimeofday)) 142 obj-vdso := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) 169 $(c-obj-vdso-gettimeofday): %.o: %.c FORCE
|
| /OK3568_Linux_fs/buildroot/package/xen/ |
| H A D | 0002-Fix-build-with-64-bits-time_t.patch | 13 198 | if (gettimeofday(&evdev.time, NULL)) { 63 - if (gettimeofday(&evdev.time, NULL)) { 64 + if (gettimeofday(&tval, NULL)) { 65 perror("vi_handle_status: gettimeofday"); 85 - if (gettimeofday(&evdev.time, NULL)) { 86 + if (gettimeofday(&tval, NULL)) { 87 perror("virtio_input_host_handle_status: gettimeofday");
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | posix_timers.c | 105 err = gettimeofday(&start, NULL); in check_itimer() 124 err = gettimeofday(&end, NULL); in check_itimer() 163 err = gettimeofday(&start, NULL); in check_timer_create() 177 err = gettimeofday(&end, NULL); in check_timer_create()
|
| H A D | set-tz.c | 44 gettimeofday(&tv, &tz); in get_tz_min() 54 gettimeofday(&tv, &tz); in get_tz_dst()
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | find-bit-bench.c | 77 gettimeofday(&start, NULL); in do_for_each_set_bit() 82 gettimeofday(&end, NULL); in do_for_each_set_bit() 89 gettimeofday(&start, NULL); in do_for_each_set_bit() 96 gettimeofday(&end, NULL); in do_for_each_set_bit()
|
| H A D | synthesize.c | 78 gettimeofday(&start, NULL); in do_run_single_threaded() 88 gettimeofday(&end, NULL); in do_run_single_threaded() 169 gettimeofday(&start, NULL); in do_run_multi_threaded() 181 gettimeofday(&end, NULL); in do_run_multi_threaded()
|
| H A D | syscall.c | 41 gettimeofday(&start, NULL); in bench_syscall_basic() 46 gettimeofday(&stop, NULL); in bench_syscall_basic()
|
| H A D | kallsyms-parse.c | 47 gettimeofday(&start, NULL); in do_kallsyms_parse() 53 gettimeofday(&end, NULL); in do_kallsyms_parse()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/ |
| H A D | yolo_image.cc | 234 gettimeofday(&start_time, NULL); in run_yolo() 246 gettimeofday(&stop_time, NULL); in run_yolo() 278 gettimeofday(&start_time, NULL); in run_yolo() 282 gettimeofday(&stop_time, NULL); in run_yolo() 288 gettimeofday(&start_time, NULL); in run_yolo() 296 gettimeofday(&stop_time, NULL); in run_yolo() 300 gettimeofday(&start_time, NULL); in run_yolo() 321 gettimeofday(&stop_time, NULL); in run_yolo()
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/vdso/ |
| H A D | Makefile | 9 obj-vdso := note.o datapage.o sigreturn.o gettimeofday.o 60 gettimeofday.o : gettimeofday.c FORCE
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | gettimeofday.c | 17 gettimeofday(&tv_start, NULL); in test_gettimeofday() 20 gettimeofday(&tv_end, NULL); in test_gettimeofday()
|
| /OK3568_Linux_fs/kernel/lib/vdso/ |
| H A D | Makefile | 6 c-gettimeofday-$(CONFIG_GENERIC_GETTIMEOFDAY) := $(addprefix $(GENERIC_VDSO_DIR), gettimeofday.c)
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | time-polling.c | 197 gettimeofday (&time1, NULL); in time_select() 230 gettimeofday (&time2, NULL); in time_select() 259 gettimeofday (&time1, NULL); in time_poll() 285 gettimeofday (&time2, NULL); in time_poll() 314 gettimeofday (&time1, NULL); in time_poll2() 340 gettimeofday (&time2, NULL); in time_poll2()
|
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_audio_test.c | 70 gettimeofday(&t1, NULL); in main() 74 gettimeofday(&t2, NULL); in main()
|
| H A D | echo_audio_play_test.c | 89 gettimeofday(&t1, NULL); in main() 100 gettimeofday(&t2, NULL); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-syscall.c | 75 gettimeofday(&end, NULL); in tm_syscall() 94 gettimeofday(&now, 0); in tm_syscall()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | timestamping.c | 125 gettimeofday(&now, 0); in sendpacket() 145 gettimeofday(&now, 0); in printpacket() 461 gettimeofday(&next, 0); in main() 471 gettimeofday(&now, 0); in main() 487 gettimeofday(&now, 0); in main()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/ |
| H A D | mips.patch | 13 + // back to gettimeofday. It's possible clock_gettime would be better. 15 + gettimeofday(&tv, nullptr);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/ |
| H A D | mkinitrd.sh | 46 if (gettimeofday(&tvb, NULL)) 51 if (gettimeofday(&tv, NULL))
|