Searched defs:m4 (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-sse41.c52 const __m128i m4 = LOADU(block + 64); local
H A Dblake2b-compress-ssse3.c46 const uint64_t m4 = ((uint64_t *) block)[4]; local
/freebsd-13-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c93 struct ip_mreq m4; local
[all...]
/freebsd-13-stable/sys/contrib/libb2/
H A Dblake2b.c304 const __m128i m4 = LOADU( block + 64 ); local
313 const uint64_t m4 = ( ( uint64_t * )block )[ 4]; local
H A Dblake2s.c298 const uint32_t m4 = ( ( uint32_t * )block )[ 4]; local
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h1023 AllOf(M1 m1, M2 m2, M3 m3, M4 m4) { argument
1031 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5) { argument
1040 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6) { argument
1049 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7) { argument
1058 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8) { argument
1067 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9) argument
1078 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) argument
1106 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4) argument
1114 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5) argument
1123 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6) argument
1132 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7) argument
1141 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8) argument
1150 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9) argument
1161 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) argument
[all...]
H A Dgmock-generated-function-mockers.h155 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4) argument
179 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5) argument
203 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6) argument
229 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7) argument
255 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8) argument
283 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8, const Matcher<A9>& m9) argument
313 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8, const Matcher<A9>& m9, const Matcher<A10>& m10) argument
[all...]
/freebsd-13-stable/sys/arm/ti/omap4/
H A Domap4_prcm_clks.c1042 unsigned int m4; member in struct:dpll_param
/freebsd-13-stable/contrib/flex/src/
H A Dmain.c217 const char * m4 = NULL; local
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc644 Matcher<int> m4 = MatcherCast<int>(m3); local
856 Matcher<Derived&> m4 = SafeMatcherCast<Derived&>(m3); local
1592 Matcher<pair<int, const std::string> > m4 = Pair(25, "42"); local
1748 const Matcher<const absl::string_view&> m4 = EndsWith(""); local
1783 const Matcher<const absl::string_view&> m4 = MatchesRegex(""); local
1822 const Matcher<const absl::string_view&> m4 = ContainsRegex(""); local
1858 Matcher<const ::std::wstring&> m4 = StrEq(str); local
1876 Matcher<const ::std::wstring&> m4 = StrEq(str); local
2049 Matcher<const ::wstring&> m4 = StrEq(str); local
2067 Matcher<const ::wstring&> m4 = StrEq(str); local
2634 Matcher<const int&> m4 = AllOf(greater_than_5, less_than_10, less_than_10); local
2864 Matcher<const int&> m4 = AnyOf(greater_than_5, less_than_10, less_than_10); local
3294 Matcher<RawType> m4 = matcher_maker(-infinity_); local
3383 Matcher<RawType> m4 = matcher_maker(-ParentType::infinity_, 0.0); local
4882 Matcher<vector<int> > m4 = SizeIs(GreaterThan(1)); local
5351 Matcher<vector<int> > m4 = BeginEndDistanceIs(GreaterThan(1)); local
[all...]
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3192 struct fhashentry4 *m4; local

Completed in 116 milliseconds