Searched refs:hs2 (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | TestUtilities.java | 62 private long timeStandardContainsAll(int iterations, Set hs1, Set hs2, boolean expected) { in timeStandardContainsAll() argument 70 temp = hs1.containsAll(hs2); in timeStandardContainsAll() 81 private long timeUtilityContainsAll(int iterations, Set hs1, Set hs2, boolean expected) { in timeUtilityContainsAll() argument 88 temp = CollectionUtilities.containsAll(hs1, hs2); in timeUtilityContainsAll()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/ |
H A D | TestUtilities.java | 59 private long timeStandardContainsAll(int iterations, Set hs1, Set hs2, boolean expected) { in timeStandardContainsAll() argument 67 temp = hs1.containsAll(hs2); in timeStandardContainsAll() 78 private long timeUtilityContainsAll(int iterations, Set hs1, Set hs2, boolean expected) { in timeUtilityContainsAll() argument 85 temp = CollectionUtilities.containsAll(hs1, hs2); in timeUtilityContainsAll()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacpsdsp_mips.c | 400 float hs2 = h_step[0][2]; in ps_stereo_interpolate_mips() local 415 "add.s %[h2], %[h2], %[hs2] \n\t" in ps_stereo_interpolate_mips() 442 : [hs0]"f"(hs0), [hs1]"f"(hs1), [hs2]"f"(hs2), in ps_stereo_interpolate_mips()
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacpsdsp_template.c | 155 UINTFLOAT hs2 = h_step[0][2]; in ps_stereo_interpolate_c() local 167 h2 += hs2; in ps_stereo_interpolate_c()
|
/third_party/lzma/C/ |
H A D | LzFind.c | 412 const UInt32 hs2 = MatchFinder_GetHashMask2(p, historySize);
in MatchFinder_Create() local 413 if (hs > hs2)
in MatchFinder_Create() 414 hs = hs2;
in MatchFinder_Create() 419 const UInt32 hs2 = MatchFinder_GetHashMask2(p, (UInt32)p->expectedDataSize);
in MatchFinder_Create() local 420 if (hsCur > hs2)
in MatchFinder_Create() 421 hsCur = hs2;
in MatchFinder_Create()
|
/third_party/libwebsockets/lib/roles/http/client/ |
H A D | client-http.c | 181 goto hs2; in lws_http_client_socket_service() 259 hs2: in lws_http_client_socket_service()
|
Completed in 6 milliseconds