Lines Matching defs:val
89 unsigned long val = t.tv_sec * 1000; // Let it overflow. Who cares.90 val += t.tv_usec / 1000;91 return val;