Home
last modified time | relevance | path

Searched refs:MAX_LABELS (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/jira_import/
H A Dlabels_importer.rb8 MAX_LABELS = 500 constant in Gitlab.JiraImport.LabelsImporter
34 start_at += MAX_LABELS
41 request = "/rest/api/2/label?maxResults=#{MAX_LABELS}&startAt=#{start_at}"
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DGraticuleLabelingEngine.cpp30 #define MAX_LABELS 60 macro
176 for (unsigned i = 0; i < MAX_LABELS; ++i) in cullTraverse()
186 for (unsigned i = 0; i < MAX_LABELS; ++i) in cullTraverse()
198 for (unsigned i = 0; i < MAX_LABELS; ++i) in cullTraverse()
/dports/net/kea/kea-2.0.1/src/lib/dns/
H A Dname.cc148 offsets.reserve(Name::MAX_LABELS); in stringParse()
307 isc_throw_assert(labelcount_ > 0 && labelcount_ <= Name::MAX_LABELS); in Name()
341 isc_throw_assert(labelcount_ > 0 && labelcount_ <= Name::MAX_LABELS); in Name()
372 if (labelcount_ > Name::MAX_LABELS || length_ > Name::MAX_WIRE) { in Name()
391 offsets.reserve(Name::MAX_LABELS); in Name()
601 isc_throw_assert(labels <= Name::MAX_LABELS); in concatenate()
H A Dlabelsequence.h46 Name::MAX_WIRE + Name::MAX_LABELS + 1;
H A Dlabelsequence.cc38 if (offsets_len == 0 || offsets_len > Name::MAX_LABELS) { in LabelSequence()
444 if (label_count + append_label_count > Name::MAX_LABELS) { in extend()
H A Dname.h705 static const size_t MAX_LABELS = 128; variable
H A Dmessagerenderer.cc218 boost::array<size_t, Name::MAX_LABELS> seq_hashes_;
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glean-core/src/metrics/
H A Dlabeled.rs13 const MAX_LABELS: usize = 16; const
193 let error = if label_count >= MAX_LABELS { in dynamic_label()
/dports/www/firefox/firefox-99.0/third_party/rust/glean-core/src/metrics/
H A Dlabeled.rs10 const MAX_LABELS: usize = 16; const
227 let error = if label_count >= MAX_LABELS { in validate_dynamic_label()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean-core/src/metrics/
H A Dlabeled.rs10 const MAX_LABELS: usize = 16; const
228 let error = if label_count >= MAX_LABELS { in validate_dynamic_label()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean-core/src/metrics/
H A Dlabeled.rs10 const MAX_LABELS: usize = 16; const
228 let error = if label_count >= MAX_LABELS { in validate_dynamic_label()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/tools/
H A Dwuc.cc26 #define MAX_LABELS 3500 macro
34 char labels[MAX_LABELS][10];
35 int offsets[MAX_LABELS];
77 if (lindex >= MAX_LABELS) { in add_label()
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-goto.c64 #define MAX_LABELS (0x400) macro
79 static const void ALIGN64 *default_labels[MAX_LABELS] = { in stress_goto()
225 static const void ALIGN64 *labels_forward[MAX_LABELS]; in stress_goto()
226 static const void ALIGN64 *labels_backward[MAX_LABELS]; in stress_goto()
229 for (i = 0; i < MAX_LABELS; i++) { in stress_goto()
230 labels_forward[i] = default_labels[(i + 1) & (MAX_LABELS - 1)]; in stress_goto()
231 labels_backward[i] = default_labels[(i + MAX_LABELS - 1) & (MAX_LABELS - 1)]; in stress_goto()
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A DextGL.c4 #define MAX_LABELS 32 macro
926 if(flag>divisions/MAX_LABELS) flag=0; in scala_rgb()
997 if(flag>divisions/MAX_LABELS) flag=0; in scala_tex()
/dports/math/reduce/Reduce-svn5758-src/psl/xr/src/
H A Dhelp.c216 #define MAX_LABELS 2000 macro
273 static Widget textLabels[MAX_LABELS];
277 static Widget menuLabels[MAX_LABELS];
462 for (i = 0; i < MAX_LABELS; ++i) textLabels[i] = NULL; in CreateContainingWidgets()
463 for (i = 0; i < MAX_LABELS; ++i) menuLabels[i] = NULL; in CreateContainingWidgets()
997 if (lab > MAX_LABELS) return HelpError("Maximum text per page exceeded");
1115 lab < MAX_LABELS && labels[lab] && XtIsManaged(labels[lab]); ++lab);
1157 i < MAX_LABELS && labels[i] && XtIsManaged(labels[i]); ++i);
1632 for (i = 0; i < MAX_LABELS && menuLabels[i]; ++i)
1664 for (i = 0; i < MAX_LABELS && textLabels[i]; ++i)
H A Dhelp.c.old216 #define MAX_LABELS 1000
274 static Widget textLabels[MAX_LABELS];
278 static Widget menuLabels[MAX_LABELS];
462 for (i = 0; i < MAX_LABELS; ++i) textLabels[i] = NULL;
463 for (i = 0; i < MAX_LABELS; ++i) menuLabels[i] = NULL;
991 if (lab > MAX_LABELS) return HelpError("Maximum text per page exceeded");
1109 lab < MAX_LABELS && labels[lab] && XtIsManaged(labels[lab]); ++lab);
1149 i < MAX_LABELS && labels[i] && XtIsManaged(labels[i]); ++i);
1621 for (i = 0; i < MAX_LABELS && menuLabels[i]; ++i)
1653 for (i = 0; i < MAX_LABELS && textLabels[i]; ++i)
/dports/net/kea/kea-2.0.1/src/lib/dns/tests/
H A Dname_unittest.cc37 const size_t Name::MAX_LABELS; member in Name
289 EXPECT_EQ(Name::MAX_LABELS, maxlabels.getLabelCount()); in TEST_F()
447 Name::MAX_LABELS); in TEST_F()
H A Dlabelsequence_unittest.cc812 expected_data7.push_back(Name::MAX_LABELS); // number of labels in TEST_F()
813 for (size_t i = 0; i < Name::MAX_LABELS; ++i) { in TEST_F()
881 const uint8_t toomany_offsets[] = { Name::MAX_LABELS + 1 }; in TEST_F()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ZeroConfDevice/mdns_win/
H A Ddns-sd.c309 #define MAX_LABELS 128 macro
317 const char *label[MAX_LABELS]; in enum_reply()
338 while (replyDomain && *replyDomain && labels < MAX_LABELS) in enum_reply()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ZeroConfDevice/mdns_win/
H A Ddns-sd.c309 #define MAX_LABELS 128 macro
317 const char *label[MAX_LABELS]; in enum_reply()
338 while (replyDomain && *replyDomain && labels < MAX_LABELS) in enum_reply()
/dports/net/usockets/uSockets-0.8.1/src/crypto/
H A Dsni_tree.cpp34 #define MAX_LABELS 10 macro
/dports/print/latex2rtf/latex2rtf-2.3.17/
H A Dxrefs.c58 #define MAX_LABELS 200 macro
68 char *g_label_list[MAX_LABELS];
717 if (g_label_list_number >= MAX_LABELS) in RecordBookmark()
/dports/math/R-cran-haven/haven/src/readstat/spss/
H A Dreadstat_por_read.c37 #define MAX_LABELS 1000000 macro
552 if ((retval = read_integer_in_range(ctx, 0, MAX_LABELS, &label_count)) != READSTAT_OK) { in read_value_label_record()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/
H A Ddns-sd.c581 #define MAX_LABELS 128 macro
589 const char *label[MAX_LABELS]; in enum_reply()
611 while (replyDomain && *replyDomain && labels < MAX_LABELS) in enum_reply()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/third_party/libevent/
H A Devdns.c1304 #define MAX_LABELS 128 macro
1310 struct dnslabel_entry labels[MAX_LABELS];
1349 if (table->n_labels == MAX_LABELS) in dnslabel_table_add()

12