Searched refs:actual (Results 126 - 150 of 165) sorted by relevance

1234567

/freebsd-current/lib/libnvmf/
H A Dnvmf_host.c713 nvmf_host_request_queues(struct nvmf_qpair *qp, u_int requested, u_int *actual) argument
754 *actual = (le32toh(rc->nc_cqe.cdw0) & 0xffff) + 1;
/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1453 const TestPartResult& actual) {
1454 EXPECT_EQ(expected.type(), actual.type());
1455 EXPECT_STREQ(expected.file_name(), actual.file_name());
1456 EXPECT_EQ(expected.line_number(), actual.line_number());
1457 EXPECT_STREQ(expected.summary(), actual.summary());
1458 EXPECT_STREQ(expected.message(), actual.message());
1459 EXPECT_EQ(expected.passed(), actual.passed());
1460 EXPECT_EQ(expected.failed(), actual.failed());
1461 EXPECT_EQ(expected.nonfatally_failed(), actual.nonfatally_failed());
1462 EXPECT_EQ(expected.fatally_failed(), actual
1452 CompareTestPartResult(const TestPartResult& expected, const TestPartResult& actual) argument
[all...]
/freebsd-current/contrib/dialog/
H A Ddialog.c1372 * any boolean option. This function determines the actual true/false result.
1375 optionBool(const char *actual, const Options * data) argument
1378 bool result = !strcmp(actual + 2, data->name) ? normal : !normal;
1380 int want_no = (strncmp(actual + 2, "no", 2) == 0);
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c1470 size_t actual; local
1473 if ((actual = decompress_ctf(buf, bufsz, ctfdata, ctfdatasz)) !=
1476 "(was %d, expecting %d)", actual, ctfdatasz);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp888 auto actual = Call.getArgSVal(i);
889 if (hasNonLocalizedState(actual, C)) {
890 reportLocalizationError(actual, Call, C, i + 1);
/freebsd-current/lib/libc/amd64/string/
H A Dstrlcpy.S191 sub %ecx, %edx # find actual string/buffer len
/freebsd-current/crypto/openssh/regress/
H A DMakefile122 CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h347 // The data type used to store the actual floating-point number.
1490 #define GTEST_TEST_BOOLEAN_(expression, text, actual, expected, fail) \
1497 gtest_ar_, text, #actual, #expected) \
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-func-empty.mk28 # The :S modifier replaces the empty value with an actual word. After
H A Dvar-op-expand.mk238 # As of 2021-11-20, the actual behavior is unexpected. Fixing it is not
H A Dvar-scope-local.mk111 # actual modifiers. The modifier ':M' keeps the expression in the state
H A Ddirective-for.mk257 # on the actual values of the conditions in the .if clauses.
H A Dvarmod-to-separator.mk77 # The :ts modifier with an actual separator can be followed by other
H A Dvarmod-ifelse.mk297 # parsed by inspecting the actual modifiers. In 2008, 2015, 2020, 2022 and
H A Ddirective-include-guard.mk523 # The actual target starts with '__${.OBJDIR}/', see the .rawout file, but the
535 # The actual target starts with '__${.OBJDIR}/', see the .rawout file, but the
/freebsd-current/contrib/bmake/mk/
H A Ddpadd.mk195 # actual library name not the variable name that might refer to it.
/freebsd-current/share/mk/
H A Dsys.mk112 # make(1) sets the special macro %POSIX in this case (to the actual
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc380 * choose to check the actual data value: if none of the value sites
/freebsd-current/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc380 * choose to check the actual data value: if none of the value sites
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc546 // Tests that Action<F> delegates actual work to ActionInterface<F>.
692 // type, initializing it with an actual vector.
1706 ::std::stringstream expected, actual; local
1708 testing::internal::UniversalPrint(ByRef(n), &actual); local
1709 EXPECT_EQ(expected.str(), actual.str());
2004 // operator. If they are compatible with the actual mocked signature, we
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc333 // the actual executable.
/freebsd-current/contrib/diff/lib/
H A Dstrftime.c747 /* Make sure we're calling the actual underlying strftime.
/freebsd-current/sbin/fsck_ffs/
H A Dsuj.c586 * The actual .. reference count will already have been removed
1926 * the block. Leave jb_frags as the actual allocated count.
2180 jblocks_next(struct jblocks *jblocks, int bytes, int *actual) argument
2199 *actual = dbtob(freecnt);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1589 // Now do the actual conversion.
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h202 // the expected string and the actual one. To achieve that, you can
1681 const FloatingPoint<FloatType> actual(value), expected(expected_);
1684 if (actual.is_nan() || expected.is_nan()) {
1685 if (actual.is_nan() && expected.is_nan()) {
1710 return actual.AlmostEquals(expected);
3454 // Find how many elements the actual container has. We avoid

Completed in 293 milliseconds

1234567