Lines Matching defs:val
115 uint64 val = tv.tv_sec;116 val = val * 1000000ull + tv.tv_usec;117 return val;