Home
last modified time | relevance | path

Searched refs:__wdu (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dweekday.h97 const int __wdu = __lhs.c_encoding() - __rhs.c_encoding(); variable
98 const int __wk = (__wdu >= 0 ? __wdu : __wdu - 6) / 7;
99 return days{__wdu - __wk * 7};