Home | History | Annotate | Download | only in qemu

Lines Matching refs:ll

664         uint64_t ll;
675 u.ll = a;
681 return res.ll;
689 return tv.tv_sec * 1000000000LL + (tv.tv_usec * 1000);
740 return ts.tv_sec * 1000000000LL + ts.tv_nsec;
748 return tv.tv_sec * 1000000000LL + (tv.tv_usec * 1000);