Searched refs:hash_c (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/mojo/core/ports/ |
D | name_unittest.cc | 40 size_t hash_c = port_hash_fn(port_name_c); in TEST() local 43 EXPECT_NE(hash_a, hash_c); in TEST() 44 EXPECT_NE(hash_b, hash_c); in TEST() 65 size_t hash_c = node_hash_fn(node_name_c); in TEST() local 68 EXPECT_NE(hash_a, hash_c); in TEST() 69 EXPECT_NE(hash_b, hash_c); in TEST()
|
/external/rust/crates/crc32fast/src/ |
D | lib.rs | 171 let mut hash_c = Hasher::new(); localVariable 172 hash_c.update(&bytes_1); 173 hash_c.combine(&hash_b); 175 hash_a.finalize() == hash_c.finalize()
|
/external/boringssl/src/crypto/trust_token/ |
D | pmbtoken.c | 54 hash_c_func_t hash_c; member 63 hash_c_func_t hash_c, int prefix_point) { in pmbtoken_init_method() argument 71 method->hash_c = hash_c; in pmbtoken_init_method() 366 !method->hash_c(method->group, out, buf, len)) { in hash_c_dleq() 404 !method->hash_c(method->group, out, buf, len)) { in hash_c_dleqor() 436 !method->hash_c(method->group, out, buf, len)) { in hash_c_batch()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/trust_token/ |
D | pmbtoken.c | 54 hash_c_func_t hash_c; member 65 hash_c_func_t hash_c, int batched_proof) { in pmbtoken_init_method() argument 73 method->hash_c = hash_c; in pmbtoken_init_method() 350 !method->hash_c(method->group, out, buf, len)) { in hash_c_dleq() 388 !method->hash_c(method->group, out, buf, len)) { in hash_c_dleqor() 420 !method->hash_c(method->group, out, buf, len)) { in hash_c_batch()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 34846 …<abi-instr address-size='64' path='../../../.././libstdc++-v3/src/c++11/hash_c++0x.cc' comp-dir-pa… 34854 …name='_ZNKSt4hashIeEclEe' filepath='../../../.././libstdc++-v3/src/c++11/hash_c++0x.cc' line='34' … 34856 …type-id-412' name='__val' filepath='../../../.././libstdc++-v3/src/c++11/hash_c++0x.cc' line='34' …
|