Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/malloc/
Dmalloc_usable_size.c34 EXPECT_GTE("malloc_usable_size_0100", ret, TEST_MALLOC_SIZE); in malloc_usable_size_0100()
/third_party/musl/libc-test/src/functionalext/common/
Dfunctionalext.h132 #define EXPECT_GTE(fun, a, b) \ macro