Home | History | Annotate | Download | only in tests

Lines Matching refs:fp64

1293   FILE* fp64 = funopen64(nullptr, read_fn, nullptr, seek64_fn, nullptr);
1294 ASSERT_TRUE(fp64 != nullptr);
1296 EXPECT_EQ(0, fgetpos64(fp64, &pos64)) << strerror(errno);