Lines Matching refs:TIME_W
41 static constexpr int TIME_W = 20;
54 char buffer[TIME_W] = {0};
62 len += strftime(buffer, TIME_W, "%m-%d %H:%M:%S", &tmLocal);
63 ret = snprintf_s(buffer + len, TIME_W - len, TIME_W - len - 1, ".%03u", tv_nsec / NS2MS);
87 cout << setw(TIME_W) << "TIME" << colCmd;
89 cout << setw(TIME_W) << "TIME" << colCmd;
119 cout << setw(TIME_W) << TimeStr(rsp.freqMaxSec, rsp.freqMaxNsec) << colCmd;
121 cout << setw(TIME_W) << TimeStr(rsp.tpMaxSec, rsp.tpMaxNsec) << colCmd;
129 char buffer[TIME_W] = {0};
137 ret = snprintf_s(buffer, TIME_W, TIME_W - 1, "%uh%um%us.%u", hour, min, sec, msec);