Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c199 struct timeval load_timeofday; variable
1777 d = now.tv_sec - load_timeofday.tv_sec + (now.tv_usec - load_timeofday.tv_usec) / TIME_FRAC; in process()
2835 gettimeofday(&load_timeofday, NULL); in main()