Home
last modified time | relevance | path

Searched refs:hasher (Results 251 – 275 of 10694) sorted by relevance

1...<<11121314151617181920>>...428

/dports/textproc/sonic/sonic-1.3.0/cargo-crates/ahash-0.3.8/src/
H A Dhash_quality_test.rs78 input.hash(&mut hasher); in test_input_affect_every_byte()
115 let mut hasher = constructor(1, 2); in test_finish_is_consistant() localVariable
116 "Foo".hash(&mut hasher); in test_finish_is_consistant()
117 let a = hasher.finish(); in test_finish_is_consistant()
118 let b = hasher.finish(); in test_finish_is_consistant()
159 let hash = hash(&item, &hasher); in test_all_bytes_matter()
191 let mut hasher = hasher(); in hash() localVariable
192 b.hash(&mut hasher); in hash()
193 hasher.finish() in hash()
220 let mut short = hasher(); in test_padding_doesnot_collide()
[all …]
/dports/graphics/libopenraw/libopenraw-0.3.0/cargo-crates/ahash-0.3.8/src/
H A Dhash_quality_test.rs78 input.hash(&mut hasher); in test_input_affect_every_byte()
115 let mut hasher = constructor(1, 2); in test_finish_is_consistant() localVariable
116 "Foo".hash(&mut hasher); in test_finish_is_consistant()
117 let a = hasher.finish(); in test_finish_is_consistant()
118 let b = hasher.finish(); in test_finish_is_consistant()
159 let hash = hash(&item, &hasher); in test_all_bytes_matter()
191 let mut hasher = hasher(); in hash() localVariable
192 b.hash(&mut hasher); in hash()
193 hasher.finish() in hash()
220 let mut short = hasher(); in test_padding_doesnot_collide()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/ahash-0.3.8/src/
H A Dhash_quality_test.rs78 input.hash(&mut hasher); in test_input_affect_every_byte()
115 let mut hasher = constructor(1, 2); in test_finish_is_consistant() localVariable
116 "Foo".hash(&mut hasher); in test_finish_is_consistant()
117 let a = hasher.finish(); in test_finish_is_consistant()
118 let b = hasher.finish(); in test_finish_is_consistant()
159 let hash = hash(&item, &hasher); in test_all_bytes_matter()
191 let mut hasher = hasher(); in hash() localVariable
192 b.hash(&mut hasher); in hash()
193 hasher.finish() in hash()
220 let mut short = hasher(); in test_padding_doesnot_collide()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/smart_ptr/test/
H A Dsp_hash_test.cpp17 boost::hash< boost::shared_ptr<int> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
H A Dsp_hash_test3.cpp17 boost::hash< boost::shared_ptr<int[1]> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
H A Dsp_hash_test2.cpp17 boost::hash< boost::shared_ptr<int[]> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/smart_ptr/test/
H A Dsp_hash_test3.cpp17 boost::hash< boost::shared_ptr<int[1]> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
H A Dsp_hash_test.cpp17 boost::hash< boost::shared_ptr<int> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
H A Dsp_hash_test2.cpp17 boost::hash< boost::shared_ptr<int[]> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/smart_ptr/test/
H A Dsp_hash_test.cpp17 boost::hash< boost::shared_ptr<int> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/smart_ptr/test/
H A Dsp_hash_test.cpp17 boost::hash< boost::shared_ptr<int> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/smart_ptr/test/
H A Dsp_hash_test.cpp17 boost::hash< boost::shared_ptr<int> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/smart_ptr/test/
H A Dsp_hash_test.cpp17 boost::hash< boost::shared_ptr<int> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/smart_ptr/test/
H A Dsp_hash_test.cpp17 boost::hash< boost::shared_ptr<int> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/smart_ptr/test/
H A Dsp_hash_test.cpp17 boost::hash< boost::shared_ptr<int> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
H A Dsp_hash_test2.cpp17 boost::hash< boost::shared_ptr<int[]> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
H A Dsp_hash_test3.cpp17 boost::hash< boost::shared_ptr<int[1]> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/smart_ptr/test/
H A Dsp_hash_test.cpp17 boost::hash< boost::shared_ptr<int> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
H A Dsp_hash_test2.cpp17 boost::hash< boost::shared_ptr<int[]> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
H A Dsp_hash_test3.cpp17 boost::hash< boost::shared_ptr<int[1]> > hasher; in main() local
22 BOOST_TEST_EQ( hasher( p1 ), hasher( p2 ) ); in main()
25 BOOST_TEST_NE( hasher( p1 ), hasher( p3 ) ); in main()
28 BOOST_TEST_EQ( hasher( p3 ), hasher( p4 ) ); in main()
31 BOOST_TEST_NE( hasher( p3 ), hasher( p5 ) ); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/tr1/
H A Dunordered_set.h61 typedef typename _Base::hasher hasher; in _GLIBCXX_VISIBILITY() typedef
67 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
78 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
110 typedef typename _Base::hasher hasher; in _GLIBCXX_VISIBILITY() typedef
116 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
128 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
181 typedef typename _Base::hasher hasher; in _GLIBCXX_VISIBILITY() typedef
187 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
196 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
236 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/tr1/
H A Dunordered_set.h61 typedef typename _Base::hasher hasher; in _GLIBCXX_VISIBILITY() typedef
67 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
78 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
110 typedef typename _Base::hasher hasher; in _GLIBCXX_VISIBILITY() typedef
116 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
128 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
181 typedef typename _Base::hasher hasher; in _GLIBCXX_VISIBILITY() typedef
187 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
196 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
236 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/tr1/
H A Dunordered_set.h61 typedef typename _Base::hasher hasher; in _GLIBCXX_VISIBILITY() typedef
67 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
78 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
110 typedef typename _Base::hasher hasher; in _GLIBCXX_VISIBILITY() typedef
116 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
128 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
181 typedef typename _Base::hasher hasher; in _GLIBCXX_VISIBILITY() typedef
187 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
196 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
236 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/tr1/
H A Dunordered_set.h61 typedef typename _Base::hasher hasher; in _GLIBCXX_VISIBILITY() typedef
67 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
78 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
110 typedef typename _Base::hasher hasher; in _GLIBCXX_VISIBILITY() typedef
116 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
128 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
181 typedef typename _Base::hasher hasher; in _GLIBCXX_VISIBILITY() typedef
187 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
196 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
236 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/tr1/
H A Dunordered_set.h61 typedef typename _Base::hasher hasher; in _GLIBCXX_VISIBILITY() typedef
67 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
78 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
110 typedef typename _Base::hasher hasher; in _GLIBCXX_VISIBILITY() typedef
116 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
128 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
181 typedef typename _Base::hasher hasher; in _GLIBCXX_VISIBILITY() typedef
187 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
196 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
236 const hasher& __hf = hasher(), in _GLIBCXX_VISIBILITY()
[all …]

1...<<11121314151617181920>>...428