Searched refs:EXPECT_LONGEQ (Results 1 – 3 of 3) sorted by relevance
/third_party/musl/libc-test/src/functionalext/legacy/ |
D | ulimit.c | 36 EXPECT_LONGEQ("ulimit_0100", MAX_FILE_SIZE, result); in ulimit_0100() 53 EXPECT_LONGEQ("ulimit_0200", MAX_FILE_SIZE, result); in ulimit_0200() 70 EXPECT_LONGEQ("ulimit_0300", -1, result); in ulimit_0300()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | ns_parse.c | 77 EXPECT_LONGEQ("ns_get32_0100", ret, getresult); in ns_get32_0100() 110 EXPECT_LONGEQ("ns_put32_0100", from[i], to[i]); in ns_put32_0100()
|
/third_party/musl/libc-test/src/functionalext/common/ |
D | functionalext.h | 113 #define EXPECT_LONGEQ(fun, a, b) \ macro
|