Home
last modified time | relevance | path

Searched refs:tmpSet (Results 1 – 25 of 127) sorted by relevance

123456

/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/pkg/estimator/hll/
H A Dhll.go64 tmpSet set member
85 tmpSet: set{},
108 b += len(h.tmpSet) * 4
137 tmpSet: h.tmpSet.Clone(),
150 h.tmpSet.add(h.encodeHash(x))
322 h.tmpSet[k] = struct{}{}
340 if len(h.tmpSet) == 0 {
344 for k := range h.tmpSet {
375 h.tmpSet = set{}
380 if len(h.tmpSet) > 0 {
[all …]
H A Dhll_test.go319 if !h.tmpSet.has(h.encodeHash(k1)) {
325 if !h.tmpSet.has(h.encodeHash(k2)) {
329 if len(h.tmpSet) != 2 {
330 t.Error(h.tmpSet)
334 if len(h.tmpSet) != 0 {
335 t.Error(h.tmpSet)
353 if !h.tmpSet.has(h.encodeHash(k3)) {
358 if len(h.tmpSet) != 0 {
359 t.Error(h.tmpSet)
385 if len(h.tmpSet) != 0 {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/pkg/estimator/hll/
H A Dhll.go64 tmpSet set member
85 tmpSet: set{},
108 b += len(h.tmpSet) * 4
137 tmpSet: h.tmpSet.Clone(),
150 h.tmpSet.add(h.encodeHash(x))
327 h.tmpSet[k] = struct{}{}
345 if len(h.tmpSet) == 0 {
349 for k := range h.tmpSet {
380 h.tmpSet = set{}
385 if len(h.tmpSet) > 0 {
[all …]
H A Dhll_test.go318 if !h.tmpSet.has(h.encodeHash(k1)) {
324 if !h.tmpSet.has(h.encodeHash(k2)) {
328 if len(h.tmpSet) != 2 {
329 t.Error(h.tmpSet)
333 if len(h.tmpSet) != 0 {
334 t.Error(h.tmpSet)
352 if !h.tmpSet.has(h.encodeHash(k3)) {
357 if len(h.tmpSet) != 0 {
358 t.Error(h.tmpSet)
384 if len(h.tmpSet) != 0 {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/pkg/estimator/hll/
H A Dhll.go64 tmpSet set member
85 tmpSet: set{},
108 b += len(h.tmpSet) * 4
137 tmpSet: h.tmpSet.Clone(),
150 h.tmpSet.add(h.encodeHash(x))
322 h.tmpSet[k] = struct{}{}
340 if len(h.tmpSet) == 0 {
344 for k := range h.tmpSet {
375 h.tmpSet = set{}
380 if len(h.tmpSet) > 0 {
[all …]
H A Dhll_test.go319 if !h.tmpSet.has(h.encodeHash(k1)) {
325 if !h.tmpSet.has(h.encodeHash(k2)) {
329 if len(h.tmpSet) != 2 {
330 t.Error(h.tmpSet)
334 if len(h.tmpSet) != 0 {
335 t.Error(h.tmpSet)
353 if !h.tmpSet.has(h.encodeHash(k3)) {
358 if len(h.tmpSet) != 0 {
359 t.Error(h.tmpSet)
385 if len(h.tmpSet) != 0 {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/pkg/estimator/hll/
H A Dhll.go64 tmpSet set member
85 tmpSet: set{},
108 b += len(h.tmpSet) * 4
137 tmpSet: h.tmpSet.Clone(),
150 h.tmpSet.add(h.encodeHash(x))
322 h.tmpSet[k] = struct{}{}
340 if len(h.tmpSet) == 0 {
344 for k := range h.tmpSet {
375 h.tmpSet = set{}
380 if len(h.tmpSet) > 0 {
[all …]
H A Dhll_test.go319 if !h.tmpSet.has(h.encodeHash(k1)) {
325 if !h.tmpSet.has(h.encodeHash(k2)) {
329 if len(h.tmpSet) != 2 {
330 t.Error(h.tmpSet)
334 if len(h.tmpSet) != 0 {
335 t.Error(h.tmpSet)
353 if !h.tmpSet.has(h.encodeHash(k3)) {
358 if len(h.tmpSet) != 0 {
359 t.Error(h.tmpSet)
385 if len(h.tmpSet) != 0 {
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/attr/
H A Dswatrset.cxx333 std::unique_ptr< SfxItemSet > tmpSet; in CopyToModify() local
341 tmpSet.reset(new SfxItemSet(*this)); in CopyToModify()
351 tmpSet->Put( aDesc ); in CopyToModify()
358 if( !tmpSet ) in CopyToModify()
362 tmpSet->ClearItem( RES_ANCHOR ); in CopyToModify()
383 if (!tmpSet) in CopyToModify()
387 tmpSet->Put(item); in CopyToModify()
390 if( tmpSet ) in CopyToModify()
397 tmpSet->Put( *pNewListIdItem ); in CopyToModify()
399 pCNd->SetAttr( *tmpSet ); in CopyToModify()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/attr/
H A Dswatrset.cxx370 std::unique_ptr< SfxItemSet > tmpSet; in CopyToModify() local
377 tmpSet.reset(new SfxItemSet(*this)); in CopyToModify()
387 tmpSet->Put( aDesc ); in CopyToModify()
393 if( !tmpSet ) in CopyToModify()
397 tmpSet->ClearItem( RES_ANCHOR ); in CopyToModify()
418 if (!tmpSet) in CopyToModify()
422 tmpSet->Put(item); in CopyToModify()
425 if( tmpSet ) in CopyToModify()
432 tmpSet->Put( *pNewListIdItem ); in CopyToModify()
434 pCNd->SetAttr( *tmpSet ); in CopyToModify()
[all …]
/dports/net-im/coccinella/Coccinella-0.96.20Src/jabber/
H A DEmoticons.tcl726 variable tmpSet
780 set tmpSet "-"
782 set tmpSet $priv(defaultSet)
786 PrefsSetCmd $tmpSet
800 variable tmpSet
803 if {$tmpSet eq "-"} {
921 variable tmpSet
930 SetPermanentSet $tmpSet
936 variable tmpSet
949 variable tmpSet
[all …]
/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Dimport.cpp1458 tmpSet.clear(); in importCSVActivityTags()
1583 tmpSet.clear(); in importCSVRoomsAndBuildings()
1601 tmpSet.clear(); in importCSVRoomsAndBuildings()
1696 tmpSet.clear(); in importCSVSubjects()
1779 tmpSet.clear(); in importCSVTeachers()
2419 tmpSet.clear(); in importCSVActivities()
2445 tmpSet.clear(); in importCSVActivities()
2462 tmpSet.clear(); in importCSVActivities()
2487 tmpSet.clear(); in importCSVActivities()
2498 tmpSet.clear(); in importCSVActivities()
[all …]
/dports/devel/dragon/dragon-1.5.5/src/
H A DLR1Analyser.cc77 SetT<LR1Hash> tmpSet; in analyse() local
96 LR1Hash *pH3 = tmpSet.Find(h2); in analyse()
106 if ( tmpSet.Insert(h) == false ) in analyse()
121 LR1HashSet += tmpSet; in analyse()
126 tmpSet.Empty(); in analyse()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Search/
H A DQueryTermVector.cs88 IDictionary<string, int> tmpSet = new HashMap<string, int>(queryTerms.Length); in ProcessTerms()
96 var position = tmpSet[term]; in ProcessTerms()
97 if (!tmpSet.ContainsKey(term)) // if temp_position == null in ProcessTerms()
99 tmpSet[term] = j++; in ProcessTerms()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Duspoof_impl.cpp266 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local
306 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales()
307 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
311 tmpSet->freeze(); in setAllowedLocales()
313 fAllowedCharsSet = tmpSet; in setAllowedLocales()
333 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone()); in setAllowedLocales()
335 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales()
341 tmpSet->freeze(); in setAllowedLocales()
343 fAllowedCharsSet = tmpSet; in setAllowedLocales()
367 UnicodeSet tmpSet; in addScriptChars() local
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/search/
H A DQueryTermVector.cpp53 MapStringInt tmpSet(MapStringInt::newInstance()); in processTerms() local
61 MapStringInt::iterator position = tmpSet.find(term); in processTerms()
62 if (position == tmpSet.end()) { in processTerms()
63 tmpSet.put(term, j++); in processTerms()
/dports/devel/icu-lx/icu/source/i18n/
H A Duspoof_impl.cpp129 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local
169 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales()
170 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
174 tmpSet->freeze(); in setAllowedLocales()
176 fAllowedCharsSet = tmpSet; in setAllowedLocales()
196 tmpSet = allowedChars.clone(); in setAllowedLocales()
198 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales()
204 tmpSet->freeze(); in setAllowedLocales()
206 fAllowedCharsSet = tmpSet; in setAllowedLocales()
230 UnicodeSet tmpSet; in addScriptChars() local
[all …]
/dports/devel/icu/icu/source/i18n/
H A Duspoof_impl.cpp129 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local
169 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales()
170 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
174 tmpSet->freeze(); in setAllowedLocales()
176 fAllowedCharsSet = tmpSet; in setAllowedLocales()
196 tmpSet = allowedChars.clone(); in setAllowedLocales()
198 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales()
204 tmpSet->freeze(); in setAllowedLocales()
206 fAllowedCharsSet = tmpSet; in setAllowedLocales()
230 UnicodeSet tmpSet; in addScriptChars() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Duspoof_impl.cpp129 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local
169 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales()
170 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
174 tmpSet->freeze(); in setAllowedLocales()
176 fAllowedCharsSet = tmpSet; in setAllowedLocales()
196 tmpSet = allowedChars.clone(); in setAllowedLocales()
198 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales()
204 tmpSet->freeze(); in setAllowedLocales()
206 fAllowedCharsSet = tmpSet; in setAllowedLocales()
230 UnicodeSet tmpSet; in addScriptChars() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Duspoof_impl.cpp129 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local
169 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales()
170 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
174 tmpSet->freeze(); in setAllowedLocales()
176 fAllowedCharsSet = tmpSet; in setAllowedLocales()
196 tmpSet = allowedChars.clone(); in setAllowedLocales()
198 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales()
204 tmpSet->freeze(); in setAllowedLocales()
206 fAllowedCharsSet = tmpSet; in setAllowedLocales()
230 UnicodeSet tmpSet; in addScriptChars() local
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Duspoof_impl.cpp129 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local
169 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales()
170 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
174 tmpSet->freeze(); in setAllowedLocales()
176 fAllowedCharsSet = tmpSet; in setAllowedLocales()
196 tmpSet = allowedChars.clone(); in setAllowedLocales()
198 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales()
204 tmpSet->freeze(); in setAllowedLocales()
206 fAllowedCharsSet = tmpSet; in setAllowedLocales()
230 UnicodeSet tmpSet; in addScriptChars() local
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Duspoof_impl.cpp267 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local
307 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales()
308 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
312 tmpSet->freeze(); in setAllowedLocales()
314 fAllowedCharsSet = tmpSet; in setAllowedLocales()
334 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone()); in setAllowedLocales()
336 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales()
342 tmpSet->freeze(); in setAllowedLocales()
344 fAllowedCharsSet = tmpSet; in setAllowedLocales()
368 UnicodeSet tmpSet; in addScriptChars() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Duspoof_impl.cpp129 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local
169 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales()
170 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
174 tmpSet->freeze(); in setAllowedLocales()
176 fAllowedCharsSet = tmpSet; in setAllowedLocales()
196 tmpSet = allowedChars.clone(); in setAllowedLocales()
198 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales()
204 tmpSet->freeze(); in setAllowedLocales()
206 fAllowedCharsSet = tmpSet; in setAllowedLocales()
230 UnicodeSet tmpSet; in addScriptChars() local
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Duspoof_impl.cpp129 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local
169 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales()
170 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
174 tmpSet->freeze(); in setAllowedLocales()
176 fAllowedCharsSet = tmpSet; in setAllowedLocales()
196 tmpSet = allowedChars.clone(); in setAllowedLocales()
198 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales()
204 tmpSet->freeze(); in setAllowedLocales()
206 fAllowedCharsSet = tmpSet; in setAllowedLocales()
230 UnicodeSet tmpSet; in addScriptChars() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Duspoof_impl.cpp129 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local
169 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales()
170 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
174 tmpSet->freeze(); in setAllowedLocales()
176 fAllowedCharsSet = tmpSet; in setAllowedLocales()
196 tmpSet = allowedChars.clone(); in setAllowedLocales()
198 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales()
204 tmpSet->freeze(); in setAllowedLocales()
206 fAllowedCharsSet = tmpSet; in setAllowedLocales()
230 UnicodeSet tmpSet; in addScriptChars() local
[all …]

123456