Home
last modified time | relevance | path

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

/src/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.h200 #define _CT ((int)time_uptime % 65536) macro
201 #define SET_AGE(x) (x) = _CT
202 #define GET_AGE(x) ((_CT >= (x)) ? _CT - (x): (int)65536 + _CT - (x))
/src/contrib/llvm-project/libcxx/include/__ranges/
H A Dzip_view.h197 using _CT = make_unsigned_t<common_type_t<decltype(__sizes)...>>; in requires()
198 return ranges::min({_CT(__sizes)...}); in requires()
208 using _CT = make_unsigned_t<common_type_t<decltype(__sizes)...>>; in requires()
209 return ranges::min({_CT(__sizes)...}); in requires()
/src/contrib/llvm-project/libcxx/include/__format/
H A Dparser_std_format_spec.h117 using _CT = common_type_t<_Type, decltype(__format::__number_max)>; in __substitute_arg_id()
118 if (static_cast<_CT>(__arg) > static_cast<_CT>(__format::__number_max)) in __substitute_arg_id()