Home
last modified time | relevance | path

Searched refs:ToUint32 (Results 1 – 25 of 1830) sorted by relevance

12345678910>>...74

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/tests/gtest/
H A DTestHistograms.cpp46 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
82 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
127 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
136 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
197 JS::ToUint32(cx.GetJSContext(), value, &uValue); in TEST_F()
305 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
343 JS::ToUint32(cx.GetJSContext(), count, &uCount); in TEST_F()
442 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
651 JS::ToUint32(cx.GetJSContext(), value, &uValue); in TEST_F()
847 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/telemetry/tests/gtest/
H A DTestHistograms.cpp46 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
82 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
127 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
136 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
197 JS::ToUint32(cx.GetJSContext(), value, &uValue); in TEST_F()
305 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
343 JS::ToUint32(cx.GetJSContext(), count, &uCount); in TEST_F()
441 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
649 JS::ToUint32(cx.GetJSContext(), value, &uValue); in TEST_F()
845 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/telemetry/tests/gtest/
H A DTestHistograms.cpp46 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
82 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
124 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
133 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
194 JS::ToUint32(cx.GetJSContext(), value, &uValue); in TEST_F()
301 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
339 JS::ToUint32(cx.GetJSContext(), count, &uCount); in TEST_F()
438 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
646 JS::ToUint32(cx.GetJSContext(), value, &uValue); in TEST_F()
839 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/tests/gtest/
H A DTestHistograms.cpp46 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
82 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
124 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
133 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
194 JS::ToUint32(cx.GetJSContext(), value, &uValue); in TEST_F()
301 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
339 JS::ToUint32(cx.GetJSContext(), count, &uCount); in TEST_F()
438 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
646 JS::ToUint32(cx.GetJSContext(), value, &uValue); in TEST_F()
839 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/telemetry/tests/gtest/
H A DTestHistograms.cpp46 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
82 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
124 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
133 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
194 JS::ToUint32(cx.GetJSContext(), value, &uValue); in TEST_F()
301 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
339 JS::ToUint32(cx.GetJSContext(), count, &uCount); in TEST_F()
438 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
646 JS::ToUint32(cx.GetJSContext(), value, &uValue); in TEST_F()
839 JS::ToUint32(cx.GetJSContext(), sum, &uSum); in TEST_F()
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/base/
H A Dhash.cc61 #define ToUint32(a, b, c, d) \ in Fingerprint32WithSeed() macro
70 a += ToUint32(str[0], str[1], str[2], str[3]); in Fingerprint32WithSeed()
71 b += ToUint32(str[4], str[5], str[6], str[7]); in Fingerprint32WithSeed()
72 c += ToUint32(str[8], str[9], str[10], str[11]); in Fingerprint32WithSeed()
116 #undef ToUint32 in Fingerprint32WithSeed()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/base/
H A Dhash.cc61 #define ToUint32(a, b, c, d) \ in Fingerprint32WithSeed() macro
70 a += ToUint32(str[0], str[1], str[2], str[3]); in Fingerprint32WithSeed()
71 b += ToUint32(str[4], str[5], str[6], str[7]); in Fingerprint32WithSeed()
72 c += ToUint32(str[8], str[9], str[10], str[11]); in Fingerprint32WithSeed()
116 #undef ToUint32 in Fingerprint32WithSeed()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/base/
H A Dhash.cc61 #define ToUint32(a, b, c, d) \ in Fingerprint32WithSeed() macro
70 a += ToUint32(str[0], str[1], str[2], str[3]); in Fingerprint32WithSeed()
71 b += ToUint32(str[4], str[5], str[6], str[7]); in Fingerprint32WithSeed()
72 c += ToUint32(str[8], str[9], str[10], str[11]); in Fingerprint32WithSeed()
116 #undef ToUint32 in Fingerprint32WithSeed()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/base/
H A Dhash.cc61 #define ToUint32(a, b, c, d) \ in Fingerprint32WithSeed() macro
70 a += ToUint32(str[0], str[1], str[2], str[3]); in Fingerprint32WithSeed()
71 b += ToUint32(str[4], str[5], str[6], str[7]); in Fingerprint32WithSeed()
72 c += ToUint32(str[8], str[9], str[10], str[11]); in Fingerprint32WithSeed()
116 #undef ToUint32 in Fingerprint32WithSeed()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/base/
H A Dhash.cc61 #define ToUint32(a, b, c, d) \ in Fingerprint32WithSeed() macro
70 a += ToUint32(str[0], str[1], str[2], str[3]); in Fingerprint32WithSeed()
71 b += ToUint32(str[4], str[5], str[6], str[7]); in Fingerprint32WithSeed()
72 c += ToUint32(str[8], str[9], str[10], str[11]); in Fingerprint32WithSeed()
116 #undef ToUint32 in Fingerprint32WithSeed()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/base/
H A Dhash.cc61 #define ToUint32(a, b, c, d) \ in Fingerprint32WithSeed() macro
70 a += ToUint32(str[0], str[1], str[2], str[3]); in Fingerprint32WithSeed()
71 b += ToUint32(str[4], str[5], str[6], str[7]); in Fingerprint32WithSeed()
72 c += ToUint32(str[8], str[9], str[10], str[11]); in Fingerprint32WithSeed()
116 #undef ToUint32 in Fingerprint32WithSeed()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/url-classifier/tests/gtest/
H A DTestCaching.cpp49 CachedFullHashResponse* response = map.LookupOrAdd(prefix.ToUint32()); in SetupCacheEntry()
69 inCache = aCache->IsInCache(aCompletion.ToUint32()); in TestCache()
84 inCache = cache->IsInCache(aCompletion.ToUint32()); in TestCache()
250 EXPECT_EQ(cache->IsInCache(prefix->ToUint32()), true); in TEST()
267 CachedFullHashResponse* response = map.LookupOrAdd(prefix.ToUint32()); in TEST()
274 EXPECT_EQ(cache->IsInCache(prefix.ToUint32()), true); in TEST()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/url-classifier/tests/gtest/
H A DTestCaching.cpp43 CachedFullHashResponse* response = map.LookupOrAdd(prefix.ToUint32()); in SetupCacheEntry()
63 inCache = aCache->IsInCache(aCompletion.ToUint32()); in TestCache()
78 inCache = cache->IsInCache(aCompletion.ToUint32()); in TestCache()
238 EXPECT_EQ(cache->IsInCache(prefix->ToUint32()), true); in TEST()
254 CachedFullHashResponse* response = map.LookupOrAdd(prefix.ToUint32()); in TEST()
261 EXPECT_EQ(cache->IsInCache(prefix.ToUint32()), true); in TEST()
/dports/www/firefox/firefox-99.0/toolkit/components/url-classifier/tests/gtest/
H A DTestCaching.cpp49 CachedFullHashResponse* response = map.GetOrInsertNew(prefix.ToUint32()); in SetupCacheEntry()
69 inCache = aCache->IsInCache(aCompletion.ToUint32()); in TestCache()
83 inCache = cache->IsInCache(aCompletion.ToUint32()); in TestCache()
241 EXPECT_EQ(cache->IsInCache(prefix->ToUint32()), true); in TEST()
258 CachedFullHashResponse* response = map.GetOrInsertNew(prefix.ToUint32()); in TEST()
265 EXPECT_EQ(cache->IsInCache(prefix.ToUint32()), true); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/url-classifier/tests/gtest/
H A DTestCaching.cpp49 CachedFullHashResponse* response = map.GetOrInsertNew(prefix.ToUint32()); in SetupCacheEntry()
69 inCache = aCache->IsInCache(aCompletion.ToUint32()); in TestCache()
83 inCache = cache->IsInCache(aCompletion.ToUint32()); in TestCache()
241 EXPECT_EQ(cache->IsInCache(prefix->ToUint32()), true); in TEST()
258 CachedFullHashResponse* response = map.GetOrInsertNew(prefix.ToUint32()); in TEST()
265 EXPECT_EQ(cache->IsInCache(prefix.ToUint32()), true); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/url-classifier/tests/gtest/
H A DTestCaching.cpp49 CachedFullHashResponse* response = map.GetOrInsertNew(prefix.ToUint32()); in SetupCacheEntry()
69 inCache = aCache->IsInCache(aCompletion.ToUint32()); in TestCache()
83 inCache = cache->IsInCache(aCompletion.ToUint32()); in TestCache()
241 EXPECT_EQ(cache->IsInCache(prefix->ToUint32()), true); in TEST()
258 CachedFullHashResponse* response = map.GetOrInsertNew(prefix.ToUint32()); in TEST()
265 EXPECT_EQ(cache->IsInCache(prefix.ToUint32()), true); in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/url-classifier/
H A DEntries.h109 uint32_t ToUint32() const { in ToUint32() function
181 uint32_t ToUint32() const { return complete.ToUint32(); } in ToUint32() function
230 other.FromUint32(aOther.ToUint32()); in CompareAlt()
249 uint32_t ToUint32() const { return complete.ToUint32(); } in ToUint32() function
/dports/net/inlets/inlets-3.0.2/vendor/github.com/json-iterator/go/go-1.1.10/any_tests/
H A Djsoniter_any_int_test.go104 should.Equal(uint32(v), any.ToUint32(), fmt.Sprintf("origin val %v", k))
121 should.Equal(uint32(12345), any.ToUint32())
139 should.Equal(uint32(12345), any.ToUint32())
158 should.Equal(uint32(12345), any.ToUint32())
177 should.Equal(uint32(12345), any.ToUint32())
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/json-iterator/go/any_tests/
H A Djsoniter_any_int_test.go104 should.Equal(uint32(v), any.ToUint32(), fmt.Sprintf("origin val %v", k))
121 should.Equal(uint32(12345), any.ToUint32())
139 should.Equal(uint32(12345), any.ToUint32())
158 should.Equal(uint32(12345), any.ToUint32())
177 should.Equal(uint32(12345), any.ToUint32())
/dports/security/lego/lego-4.5.3/vendor/github.com/json-iterator/go/any_tests/
H A Djsoniter_any_int_test.go104 should.Equal(uint32(v), any.ToUint32(), fmt.Sprintf("origin val %v", k))
121 should.Equal(uint32(12345), any.ToUint32())
139 should.Equal(uint32(12345), any.ToUint32())
158 should.Equal(uint32(12345), any.ToUint32())
177 should.Equal(uint32(12345), any.ToUint32())
/dports/security/vault/vault-1.8.2/vendor/github.com/json-iterator/go/any_tests/
H A Djsoniter_any_int_test.go104 should.Equal(uint32(v), any.ToUint32(), fmt.Sprintf("origin val %v", k))
121 should.Equal(uint32(12345), any.ToUint32())
139 should.Equal(uint32(12345), any.ToUint32())
158 should.Equal(uint32(12345), any.ToUint32())
177 should.Equal(uint32(12345), any.ToUint32())
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/json-iterator/go/any_tests/
H A Djsoniter_any_int_test.go104 should.Equal(uint32(v), any.ToUint32(), fmt.Sprintf("origin val %v", k))
121 should.Equal(uint32(12345), any.ToUint32())
139 should.Equal(uint32(12345), any.ToUint32())
158 should.Equal(uint32(12345), any.ToUint32())
177 should.Equal(uint32(12345), any.ToUint32())
/dports/net/rospo/rospo-0.7.1/vendor/github.com/json-iterator/go/go-1.1.11/any_tests/
H A Djsoniter_any_int_test.go104 should.Equal(uint32(v), any.ToUint32(), fmt.Sprintf("origin val %v", k))
121 should.Equal(uint32(12345), any.ToUint32())
139 should.Equal(uint32(12345), any.ToUint32())
158 should.Equal(uint32(12345), any.ToUint32())
177 should.Equal(uint32(12345), any.ToUint32())
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/json-iterator/go/go-1.1.7/any_tests/
H A Djsoniter_any_int_test.go104 should.Equal(uint32(v), any.ToUint32(), fmt.Sprintf("origin val %v", k))
121 should.Equal(uint32(12345), any.ToUint32())
139 should.Equal(uint32(12345), any.ToUint32())
158 should.Equal(uint32(12345), any.ToUint32())
177 should.Equal(uint32(12345), any.ToUint32())
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/json-iterator/go/any_tests/
H A Djsoniter_any_int_test.go104 should.Equal(uint32(v), any.ToUint32(), fmt.Sprintf("origin val %v", k))
121 should.Equal(uint32(12345), any.ToUint32())
139 should.Equal(uint32(12345), any.ToUint32())
158 should.Equal(uint32(12345), any.ToUint32())
177 should.Equal(uint32(12345), any.ToUint32())

12345678910>>...74