Home
last modified time | relevance | path

Searched defs:m2 (Results 1 – 25 of 104) sorted by relevance

12345

/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc220 Matcher<const std::string&> m2 = "hi"; in TEST() local
232 Matcher<const std::string&> m2 = std::string("hi"); in TEST() local
245 Matcher<const internal::StringView&> m2 = "cats"; in TEST() local
257 Matcher<const internal::StringView&> m2 in TEST() local
269 Matcher<const internal::StringView&> m2 = internal::StringView("cats"); TEST() local
284 Matcher<const std::string&> m2 = Eq(std::ref(value)); TEST() local
331 Matcher<double> m2 = ReferencesBarOrIsZero(); TEST() local
375 const Matcher<char> m2 = PolymorphicIsEven(); TEST() local
420 Matcher<int> m2 = MatcherCast<int>(m1); TEST() local
436 Matcher<int> m2 = MatcherCast<int>(m1); TEST() local
444 Matcher<int> m2 = MatcherCast<int>(m1); TEST() local
452 Matcher<const int&> m2 = MatcherCast<const int&>(m1); TEST() local
460 Matcher<int&> m2 = MatcherCast<int&>(m1); TEST() local
470 Matcher<int> m2 = MatcherCast<int>(m1); TEST() local
513 Matcher<NonImplicitlyConstructibleTypeWithOperatorEq> m2 = TEST() local
612 Matcher<char> m2; TEST_P() local
627 Matcher<float> m2 = SafeMatcherCast<float>(m1); TEST() local
641 Matcher<Derived*> m2 = SafeMatcherCast<Derived*>(m1); TEST() local
655 Matcher<int&> m2 = SafeMatcherCast<int&>(m1); TEST() local
664 Matcher<const std::unique_ptr<int>&> m2 = TEST() local
673 Matcher<int&> m2 = SafeMatcherCast<int&>(m1); TEST() local
683 Matcher<int> m2 = SafeMatcherCast<int>(m1); TEST() local
739 Matcher<int&> m2 = A<int&>(); TEST() local
766 Matcher<int&> m2 = An<int&>(); TEST() local
785 Matcher<const bool&> m2 = _; TEST() local
833 Matcher<char> m2 = Eq(1); TEST() local
844 Matcher<int> m2 = TypedEq<int>(6); TEST() local
1021 Matcher<const char*> m2 = IsNull(); TEST() local
1054 Matcher<const char*> m2 = NotNull(); TEST() local
1175 Matcher<const std::string&> m2 = StrEq("Hello"); TEST() local
1200 Matcher<std::string> m2 = StrEq(str); TEST() local
1213 Matcher<std::string> m2 = StrNe(std::string("Hello")); TEST() local
1237 Matcher<const std::string&> m2 = StrCaseEq("Hello"); TEST() local
1263 Matcher<const std::string&> m2 = StrCaseEq(str1); TEST() local
1288 Matcher<std::string> m2 = StrCaseNe(std::string("Hello")); TEST() local
1313 const Matcher<const std::string&> m2 = HasSubstr("foo"); TEST() local
1329 const Matcher<const char*> m2 = HasSubstr("foo"); TEST() local
1349 const Matcher<const internal::StringView&> m2 = HasSubstr("foo"); TEST() local
1461 Matcher<const pair<const char*, int>> m2 = Pair("foo", 42); TEST() local
1479 Matcher<const pair<int, int>&> m2 = Not(Pair(Not(13), 42)); TEST() local
1751 const Matcher<const std::string&> m2 = StartsWith("Hi"); TEST() local
1780 const Matcher<const std::string&> m2 = EndsWith(std::string("Hi")); TEST() local
1811 const Matcher<const std::string&> m2 = WhenBase64Unescaped(EndsWith("!")); TEST() local
1840 const Matcher<const std::string&> m2 = MatchesRegex(new RE("a.*z")); TEST() local
1862 Matcher<const char*> m2 = MatchesRegex(new RE("a.*")); TEST() local
1879 const Matcher<const std::string&> m2 = ContainsRegex(new RE("a.*z")); TEST() local
1901 Matcher<const char*> m2 = ContainsRegex(new RE("a.*")); TEST() local
1918 Matcher<const ::std::wstring&> m2 = StrEq(L"Hello"); TEST() local
1940 Matcher<::std::wstring> m2 = StrEq(L"\xD3\x576\x8D3\xC74D"); TEST() local
1958 Matcher<::std::wstring> m2 = StrNe(::std::wstring(L"Hello")); TEST() local
1975 Matcher<const ::std::wstring&> m2 = StrCaseEq(L"Hello"); TEST() local
1992 Matcher<const ::std::wstring&> m2 = StrCaseEq(str1); TEST() local
2017 Matcher<::std::wstring> m2 = StrCaseNe(::std::wstring(L"Hello")); TEST() local
2033 const Matcher<const ::std::wstring&> m2 = HasSubstr(L"foo"); TEST() local
2045 const Matcher<const wchar_t*> m2 = HasSubstr(L"foo"); TEST() local
2065 const Matcher<const ::std::wstring&> m2 = StartsWith(L"Hi"); TEST() local
2086 const Matcher<const ::std::wstring&> m2 = EndsWith(::std::wstring(L"Hi")); TEST() local
2133 ConstructNoArgMatcher m2; TEST() local
[all...]
H A Dgmock-matchers-arithmetic_test.cc419 Matcher<int&> m2 = Not(greater_than_5); in TEST() local
550 Matcher<int&> m2 = AllOf(greater_than_5, less_than_10); in TEST() local
766 Matcher<int&> m2 = AnyOf(greater_than_5, less_than_10); in TEST() local
1057 Matcher<RawType> m2 = matcher_maker(close_to_positive_zero_); in TestMatches() local
1140 Matcher<RawType> m2 = matcher_maker(0.0, 1.0); in TestNearMatches() local
1236 Matcher<float> m2 = FloatEq(0.5f); in TEST_F() local
1250 Matcher<float> m2 = NanSensitiveFloatEq(0.5f); in TEST_F() local
1275 Matcher<float> m2 = FloatNear(0.5f, 0.5f); in TEST_F() local
1291 Matcher<float> m2 = NanSensitiveFloatNear(0.5f, 0.5f); in TEST_F() local
1349 Matcher<double> m2 = DoubleEq(0.5); in TEST_F() local
[all …]
/freebsd-src/sys/powerpc/fpu/
H A Dfpu_subr.c64 u_int m0, m1, m2, m3, s; in fpu_shr() local
138 u_int m0, m1, m2, m3, top, sup, nrm; in fpu_norm() local
/freebsd-src/crypto/openssh/regress/
H A Dmodpipe.c47 u_int8_t m1, m2; member
54 int n, m1, m2; in parse_modification() local
/freebsd-src/sys/contrib/libsodium/test/default/
H A Daead_chacha20poly1305.c27 unsigned char *m2 = (unsigned char *) sodium_malloc(MLEN); in tv() local
208 unsigned char *m2 = (unsigned char *) sodium_malloc(MLEN); in tv_ietf() local
H A Dsecretbox7.c9 static unsigned char m2[10000]; variable
H A Dbox_seal.c12 unsigned char *m2; in main() local
H A Dsecretbox_easy2.c9 unsigned char *m2; in main() local
H A Dsecretbox8.c9 static unsigned char m2[10000]; variable
H A Dbox7.c16 unsigned char *m2; in main() local
H A Dbox8.c16 unsigned char *m2; in main() local
H A Dbox_easy2.c23 unsigned char *m2; in main() local
H A Daead_xchacha20poly1305.c34 unsigned char *m2 = (unsigned char *) sodium_malloc(MLEN); in tv() local
H A Dsecretstream.c14 unsigned char *m1, *m2, *m3; in main() local
/freebsd-src/crypto/openssl/test/testutil/
H A Dformat_output.c43 const char *m2, size_t l2) in test_fail_string_common()
132 const char *m2, size_t l2) in test_fail_string_message()
277 unsigned char *m1 = NULL, *m2 = NULL; in test_fail_bignum_common() local
429 const unsigned char *m2, size_t l2) in test_fail_memory_common()
524 const unsigned char *m2, size_t l2) in test_fail_memory_message()
/freebsd-src/sys/arm/ti/omap4/
H A Domap4_scm_padconf.c64 #define _PINDEF(r, b, gp, gm, m0, m1, m2, m3, m4, m5, m6, m7) \ argument
/freebsd-src/sys/arm/ti/am335x/
H A Dam335x_scm_padconf.c49 #define _PIN(r, b, gp, gm, m0, m1, m2, m3, m4, m5, m6, m7) \ argument
/freebsd-src/usr.sbin/ngctl/
H A Dmsg.c126 struct ng_mesg *m, *m2; in MsgRead() local
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dv_log1pf_inline.h
H A Dsv_log1pf_inline.h
H A Dlog1pf_2u1.c
H A Datanhf_3u1.c
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-sse41.c50 const __m128i m2 = LOADU(block + 32); in blake2b_compress_sse41() local
H A Dblake2b-compress-ssse3.c44 const uint64_t m2 = ((uint64_t *) block)[2]; in blake2b_compress_ssse3() local
/freebsd-src/bin/chmod/
H A Dchmod.c199 char m1[12], m2[12]; in main() local

12345