Home
last modified time | relevance | path

Searched refs:gettimeofday (Results 1 – 25 of 248) sorted by relevance

12345678910

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_obj_debug.h36 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 DrgaImDemo.cpp364 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 D0008-resolve-restrict-keyword-conflict.patch22 # 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 Dlarge.txt632 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 Dtimestamp.c10 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 D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch46 - 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 DMakefile129 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 D0002-Fix-build-with-64-bits-time_t.patch13 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 Dposix_timers.c105 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 Dset-tz.c44 gettimeofday(&tv, &tz); in get_tz_min()
54 gettimeofday(&tv, &tz); in get_tz_dst()
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dfind-bit-bench.c77 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 Dsynthesize.c78 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 Dsyscall.c41 gettimeofday(&start, NULL); in bench_syscall_basic()
46 gettimeofday(&stop, NULL); in bench_syscall_basic()
H A Dkallsyms-parse.c47 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 Dyolo_image.cc234 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 DMakefile9 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 Dgettimeofday.c17 gettimeofday(&tv_start, NULL); in test_gettimeofday()
20 gettimeofday(&tv_end, NULL); in test_gettimeofday()
/OK3568_Linux_fs/kernel/lib/vdso/
H A DMakefile6 c-gettimeofday-$(CONFIG_GENERIC_GETTIMEOFDAY) := $(addprefix $(GENERIC_VDSO_DIR), gettimeofday.c)
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dtime-polling.c197 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 Decho_audio_test.c70 gettimeofday(&t1, NULL); in main()
74 gettimeofday(&t2, NULL); in main()
H A Decho_audio_play_test.c89 gettimeofday(&t1, NULL); in main()
100 gettimeofday(&t2, NULL); in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c75 gettimeofday(&end, NULL); in tm_syscall()
94 gettimeofday(&now, 0); in tm_syscall()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtimestamping.c125 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 Dmips.patch13 + // 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 Dmkinitrd.sh46 if (gettimeofday(&tvb, NULL))
51 if (gettimeofday(&tv, NULL))

12345678910