Home | History | Annotate | Download | only in audio

Lines Matching refs:LL

457     const int64_t now_us = (curtime.tv_sec * 1000000000LL + curtime.tv_nsec) / 1000;
465 const int64_t first_us = (out->underrun_time.tv_sec * 1000000000LL +
506 const uint64_t now_us = (current_time.tv_sec * 1000000000LL +
530 uint64_t sleep_time_us = frames_sleep * 1000000LL /
603 sleep_time_us = frames_sleep * 1000000LL /
882 const int64_t now_us = (t.tv_sec * 1000000000LL + t.tv_nsec) / 1000;
890 const int64_t first_us = (in->standby_exit_time.tv_sec * 1000000000LL +
1033 int64_t sleep_time_us = frames_wait * 1000000LL /
1107 *time = (current_time.tv_sec * 1000000000LL + current_time.tv_nsec);