Home
last modified time | relevance | path

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

/src/contrib/netbsd-tests/include/sys/
H A Dt_cdefs.c76 ATF_REQUIRE(__type_max(a) == s[b].max) in ATF_TC_BODY()
95 ATF_REQUIRE(__type_max(a) == u[b].max) in ATF_TC_BODY()
/src/sys/compat/linuxkpi/common/include/linux/
H A Doverflow.h36 #define __type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T))) macro
37 #define type_max(t) __type_max(typeof(t))
/src/lib/libnetbsd/sys/
H A Dcdefs.h121 #define __type_max(t) (__type_is_signed(t) ? __type_max_s(t) : __type_max_u(t)) macro