Home
last modified time | relevance | path

Searched defs:h1 (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/external/guava/android/guava/src/com/google/common/hash/
DMurmur3_32HashFunction.java111 int h1 = mixH1(seed, k1); in hashInt() local
122 int h1 = mixH1(seed, k1); in hashLong() local
132 int h1 = seed; in hashUnencodedChars() local
156 int h1 = seed; in hashString() local
226 int h1 = seed; in hashBytes() local
252 private static int mixH1(int h1, int k1) { in mixH1()
260 private static HashCode fmix(int h1, int length) { in fmix()
272 private int h1; field in Murmur3_32HashFunction.Murmur3_32Hasher
/external/guava/guava/src/com/google/common/hash/
DMurmur3_32HashFunction.java111 int h1 = mixH1(seed, k1); in hashInt() local
122 int h1 = mixH1(seed, k1); in hashLong() local
132 int h1 = seed; in hashUnencodedChars() local
156 int h1 = seed; in hashString() local
226 int h1 = seed; in hashBytes() local
252 private static int mixH1(int h1, int k1) { in mixH1()
260 private static HashCode fmix(int h1, int length) { in fmix()
272 private int h1; field in Murmur3_32HashFunction.Murmur3_32Hasher
/external/libchrome/mojo/public/cpp/system/tests/
Dcore_unittest.cc46 Handle h1(static_cast<MojoHandle>(123)); in TEST() local
152 ScopedMessagePipeHandle h1; in TEST() local
209 ScopedMessagePipeHandle h1; in TEST() local
292 ScopedMessagePipeHandle h1; in TEST() local
334 ScopedMessagePipeHandle h1; in TEST() local
399 ScopedSharedBufferHandle h1 = in TEST() local
/external/libyuv/files/unit_test/
Dcompare_test.cc55 uint32_t h1 = HashDjb2(src_a, kMaxTest, 5381); in TEST_F() local
130 uint32_t h1; in TEST_F() local
145 uint32_t h1; in TEST_F() local
219 uint32_t h1 = HammingDistance_C(src_a, src_b, 16); in TEST_F() local
278 uint32_t h1 = HammingDistance_C(src_a, src_b, 16); in TEST_F() local
309 uint64_t h1 = ComputeHammingDistance(src_a, src_b, 16); in TEST_F() local
342 uint32_t h1 = 0; in TEST_F() local
413 uint64_t h1 = 0; in TEST_F() local
433 uint64_t h1 = ComputeSumSquareError(src_a, src_b, 16); in TEST_F() local
/external/icing/icing/index/hit/
Dhit_test.cc39 Hit h1(kSomeSectionid, kSomeDocumentId, Hit::kDefaultTermFrequency); in TEST() local
49 Hit h1(kSomeSectionid, kSomeDocumentId, Hit::kDefaultTermFrequency); in TEST() local
62 Hit h1(kSomeSectionid, kSomeDocumentId, Hit::kDefaultTermFrequency); in TEST() local
75 Hit h1(kSomeSectionid, kSomeDocumentId, Hit::kDefaultTermFrequency); in TEST() local
/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
Dop_--int.pass.cpp24 std::chrono::hours h1(3); in test_constexpr() local
34 std::chrono::hours h1(3); in main() local
Dop_++int.pass.cpp24 std::chrono::hours h1(3); in test_constexpr() local
33 std::chrono::hours h1(3); in main() local
/external/angle/src/common/third_party/smhasher/src/
DPMurHash.cpp150 #define DOBLOCK(h1, k1) \ argument
164 #define DOBYTES(cnt, h1, c, n, ptr, len) \ argument
189 uint32_t h1 = *ph1; in PMurHash32_Process() local
309 uint32_t h1 = seed, carry = 0; in PMurHash32() local
319 uint32_t h1 = seed, carry = 0; in PMurHash32_test() local
/external/vboot_reference/tests/
Dcgptlib_test.c272 GptHeader *h1 = (GptHeader *)gpt->primary_header; in HeaderCrcTest() local
299 GptHeader *h1 = (GptHeader *)gpt->primary_header; in HeaderSameTest() local
352 GptHeader *h1 = (GptHeader *)gpt->primary_header; in SignatureTest() local
377 GptHeader *h1 = (GptHeader *)gpt->primary_header; in RevisionTest() local
409 GptHeader *h1 = (GptHeader *)gpt->primary_header; in SizeTest() local
443 GptHeader *h1 = (GptHeader *)gpt->primary_header; in CrcFieldTest() local
464 GptHeader *h1 = (GptHeader *)gpt->primary_header; in ReservedFieldsTest() local
493 GptHeader *h1 = (GptHeader *)gpt->primary_header; in SizeOfPartitionEntryTest() local
535 GptHeader *h1 = (GptHeader *)gpt->primary_header; in NumberOfPartitionEntriesTest() local
558 GptHeader *h1 = (GptHeader *)gpt->primary_header; in MyLbaTest() local
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
Ddataurl-realdata-yuiapp.css40 #hd, h1, h2, p, .color { selector
44 h1, h2, a { selector
48 h1, h2 { selector
/external/ktfmt/website/
Dall.css47 h1, h2, h3, h4, h5, h6 { selector
54 h1, h2 { selector
58 h1 { selector
235 h1, h2 { selector
275 h1 { selector
/external/compiler-rt/www/
Dcontent.css7 h1, h2, h3, tt { color: #000 } selector
9 h1 { padding-top:0px; margin-top:0px;} selector
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DStringSwitchFilterTest.java43 final Label h1 = new Label(); in should_filter() local
119 final Label h1 = new Label(); in should_filter_when_default_is_first() local
180 final Label h1 = new Label(); in should_filter_Kotlin_1_5() local
DStringSwitchJavacFilterTest.java36 final Label h1 = new Label(); in createFirstSwitch() local
120 final Label h1 = new Label(); in should_not_filter_code_generated_by_ECJ() local
DKotlinWhenStringFilterTest.java39 final Label h1 = new Label(); in should_filter() local
127 final Label h1 = new Label(); in should_filter_when_biggest_hashCode_first() local
/external/libcxxabi/www/
Dcontent.css9 h1, h2, h3, tt { color: #000 } selector
11 h1 { padding-top:0px; margin-top:0px;} selector
/external/libcxx/www/
Dcontent.css9 h1, h2, h3, tt { color: #000 } selector
11 h1 { padding-top:0px; margin-top:0px;} selector
/external/clang/www/
Dcontent.css9 h1, h2, h3, tt { color: #000 } selector
11 h1 { padding-top:0px; margin-top:0px;} selector
/external/libchrome/mojo/public/c/system/tests/
Dcore_api_unittest.cc36 MojoHandle h0, h1; in TEST() local
77 MojoHandle h0, h1; in TEST() local
283 MojoHandle h1 = MOJO_HANDLE_INVALID; in TEST() local
/external/google-styleguide/include/
Dstyleguide.css12 h1 { selector
17 h1, h2, h3, h4, h5, h6 { selector
34 h1 {font-size:200%;} selector
/external/dokka/core/src/main/resources/dokka/styles/
Dstyle.css30 h1, h2, h3, h4, h5, h6 { selector
39 h1, h2, h3 { selector
43 h1 { selector
/external/lua/doc/
Dlua.css19 h1, h2, h3, h4 { selector
27 h1 { selector
/external/google-styleguide/
Dstyleguide.css10 h1, h2, h3, h4, h5, h6, .toc_title { selector
16 h1 { selector
/external/clang/test/SemaObjCXX/
Dnullability-consistency.mm14 void h1(int *ptr) { } // don't warn function
/external/clang/test/Modules/Inputs/declare-use/
Dh.h6 const int h1 = aux_h*c*7*d; variable

12345678910>>...13