Searched refs:ASSERT_LONG_EQ (Results 1 – 2 of 2) sorted by relevance
46 ASSERT_LONG_EQ(ts->tv_nsec, 0); in test_ptimeout()47 ASSERT_LONG_EQ(ts->tv_sec, 100); in test_ptimeout()56 ASSERT_LONG_EQ(ts->tv_nsec, 123 * 1000000); in test_ptimeout()57 ASSERT_LONG_EQ(ts->tv_sec, 50); in test_ptimeout()66 ASSERT_LONG_EQ(ts->tv_nsec, 0); in test_ptimeout()67 ASSERT_LONG_EQ(ts->tv_sec, 0); in test_ptimeout()88 ASSERT_LONG_EQ(ts->tv_nsec, 0); in test_ptimeout()89 ASSERT_LONG_EQ(ts->tv_sec, 0); in test_ptimeout()
124 #define ASSERT_LONG_EQ(a1, a2) \ macro