Home | History | Annotate | Download | only in src

Lines Matching refs:umax

1057   EXPECT_TRUE(__sio(m)(umax)(((uint8_t)0)) == UCHAR_MAX);
1061 EXPECT_TRUE(__sio(m)(umax)(((uint16_t)0)) == USHRT_MAX);
1065 EXPECT_TRUE(__sio(m)(umax)(((uint32_t)0)) == UINT_MAX);
1069 EXPECT_TRUE(__sio(m)(umax)(((uint64_t)0)) == SAFE_UINT64_MAX);
1073 EXPECT_TRUE(__sio(m)(umax)(((size_t)0)) == SIZE_MAX);
1077 EXPECT_TRUE(__sio(m)(umax)(((unsigned long)0)) == ULONG_MAX);
1081 EXPECT_TRUE(__sio(m)(umax)(((unsigned long long)0)) == ULLONG_MAX);