Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-timer.c164 ASSERT_UINT64_LE(0, uv_timer_get_due_in(&handle)); in TEST_IMPL()
238 ASSERT_UINT64_LE(0, uv_timer_get_due_in(&huge_timer2)); in TEST_IMPL()
Dtask.h210 #define ASSERT_UINT64_LE(a, b) ASSERT_BASE(a, <=, b, uint64_t, PRIu64) macro