Home
last modified time | relevance | path

Searched refs:in_label (Results 1 – 25 of 105) sorted by relevance

12345

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A Ddakota_results_types.hpp269 RealScale(const std::string & in_label, in RealScale()
272 label = in_label; in RealScale()
287 label = in_label; in RealScale()
347 label = in_label; in IntegerScale()
377 label = in_label; in StringScale()
389 label = in_label; in StringScale()
400 label = in_label; in StringScale()
413 label = in_label; in StringScale()
425 label = in_label; in StringScale()
437 label = in_label; in StringScale()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_mpls.c615 return (ile1->in_label == ile2->in_label); in label_cmp()
1485 tmp_ile.in_label = in_label; in mpls_static_lsp_uninstall_all()
1704 if (lsp1->ile.in_label < lsp2->ile.in_label) in lsp_cmp()
1707 if (lsp1->ile.in_label > lsp2->ile.in_label) in lsp_cmp()
3351 tmp_ile.in_label = in_label; in mpls_lsp_install()
3442 tmp_ile.in_label = in_label; in mpls_lsp_find()
3468 tmp_ile.in_label = in_label; in mpls_lsp_uninstall()
3524 tmp_ile.in_label = in_label; in mpls_lsp_uninstall_all_vrf()
3645 tmp_ile.in_label = in_label; in zebra_mpls_lsp_label_consistent()
3702 tmp_ile.in_label = in_label; in zebra_mpls_static_lsp_add()
[all …]
H A Dzebra_mpls.h115 mpls_label_t in_label; member
279 mpls_label_t in_label);
325 mpls_label_t in_label, uint8_t num_out_labels,
332 zebra_lsp_t *mpls_lsp_find(struct zebra_vrf *zvrf, mpls_label_t in_label);
339 mpls_label_t in_label, enum nexthop_types_t gtype,
347 mpls_label_t in_label);
357 mpls_label_t in_label,
370 int zebra_mpls_static_lsp_add(struct zebra_vrf *zvrf, mpls_label_t in_label,
382 int zebra_mpls_static_lsp_del(struct zebra_vrf *zvrf, mpls_label_t in_label,
H A Dzebra_mpls_vty.c51 mpls_label_t in_label, out_label; in zebra_mpls_transit_lsp() local
88 in_label = label; in zebra_mpls_transit_lsp()
121 if (!zebra_mpls_lsp_label_consistent(zvrf, in_label, out_label, in zebra_mpls_transit_lsp()
128 ret = zebra_mpls_static_lsp_add(zvrf, in_label, out_label, in zebra_mpls_transit_lsp()
131 ret = zebra_mpls_static_lsp_del(zvrf, in_label, gtype, &gate, in zebra_mpls_transit_lsp()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_mpls.c615 return (ile1->in_label == ile2->in_label); in label_cmp()
1485 tmp_ile.in_label = in_label; in mpls_static_lsp_uninstall_all()
1704 if (lsp1->ile.in_label < lsp2->ile.in_label) in lsp_cmp()
1707 if (lsp1->ile.in_label > lsp2->ile.in_label) in lsp_cmp()
3351 tmp_ile.in_label = in_label; in mpls_lsp_install()
3442 tmp_ile.in_label = in_label; in mpls_lsp_find()
3468 tmp_ile.in_label = in_label; in mpls_lsp_uninstall()
3524 tmp_ile.in_label = in_label; in mpls_lsp_uninstall_all_vrf()
3645 tmp_ile.in_label = in_label; in zebra_mpls_lsp_label_consistent()
3702 tmp_ile.in_label = in_label; in zebra_mpls_static_lsp_add()
[all …]
H A Dzebra_mpls.h115 mpls_label_t in_label; member
279 mpls_label_t in_label);
325 mpls_label_t in_label, uint8_t num_out_labels,
332 zebra_lsp_t *mpls_lsp_find(struct zebra_vrf *zvrf, mpls_label_t in_label);
339 mpls_label_t in_label, enum nexthop_types_t gtype,
347 mpls_label_t in_label);
357 mpls_label_t in_label,
370 int zebra_mpls_static_lsp_add(struct zebra_vrf *zvrf, mpls_label_t in_label,
382 int zebra_mpls_static_lsp_del(struct zebra_vrf *zvrf, mpls_label_t in_label,
H A Dzebra_mpls_vty.c51 mpls_label_t in_label, out_label; in zebra_mpls_transit_lsp() local
88 in_label = label; in zebra_mpls_transit_lsp()
121 if (!zebra_mpls_lsp_label_consistent(zvrf, in_label, out_label, in zebra_mpls_transit_lsp()
128 ret = zebra_mpls_static_lsp_add(zvrf, in_label, out_label, in zebra_mpls_transit_lsp()
131 ret = zebra_mpls_static_lsp_del(zvrf, in_label, gtype, &gate, in zebra_mpls_transit_lsp()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcSaleItem.h41 cSaleItem(const int in_data, const int in_label, const int in_price, in cSaleItem() argument
44 m_label(in_label), in cSaleItem()
54 void SetLabel(const int in_label) { m_label = in_label; } in SetLabel() argument
/dports/devel/libdbusmenu/libdbusmenu-16.04.0/libdbusmenu-gtk/
H A Dgenericmenuitem.c246 sanitize_label (const gchar * in_label) in sanitize_label() argument
250 g_return_val_if_fail(in_label != NULL, NULL); in sanitize_label()
257 in_label, in sanitize_label()
267 set_label (GtkMenuItem * menu_item, const gchar * in_label) in set_label() argument
269 if (in_label == NULL) return; in set_label()
272 if (in_label != item->priv->label_text) { in set_label()
274 item->priv->label_text = g_strdup(in_label); in set_label()
282 local_label = g_markup_escape_text(in_label, -1); in set_label()
288 local_label = g_markup_printf_escaped("<span fgcolor=\"%s\">%s</span>", color, in_label); in set_label()
345 if (has_mnemonic(in_label, FALSE)) { in set_label()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/tests/unit_tests/
H A Dbug_8348.cosf33 in_label=[],..
93 in_label=[],..
139 in_label=[],..
185 in_label=[],..
255 in_label=[],..
301 in_label="",..
361 in_label=[],..
407 in_label="",..
469 in_label=[],..
610 in_label="",..
[all …]
H A Dpendulum_anim5.cosf52 in_label=[],..
170 in_label=[],..
216 in_label=[],..
262 in_label=[],..
332 in_label=[],..
478 in_label="",..
524 in_label="",..
570 in_label="",..
985 in_label="",..
1031 in_label="",..
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcCodeLabel.h45 cCodeLabel(const cCodeLabel& in_label) : m_nops(in_label.m_nops), m_size(in_label.m_size) { ; } in cCodeLabel() argument
H A DcHardwareSMT.h137 cHeadCPU FindLabel(const cCodeLabel& in_label, int direction);
150 inline bool ThreadKill(const cCodeLabel& in_label);
235 inline bool ThreadSelect(const cCodeLabel& in_label);
303 inline bool cHardwareSMT::ThreadKill(const cCodeLabel& in_label) in ThreadKill() argument
305 return ThreadKill(FindThreadLabel(in_label)); in ThreadKill()
318 inline bool cHardwareSMT::ThreadSelect(const cCodeLabel& in_label) in ThreadSelect() argument
320 return ThreadSelect(FindThreadLabel(in_label)); in ThreadSelect()
H A DcHardwareTransSMT.h136 cHeadCPU FindLabel(const cCodeLabel& in_label, int direction);
149 inline bool ThreadKill(const cCodeLabel& in_label);
235 inline bool ThreadSelect(const cCodeLabel& in_label);
314 inline bool cHardwareTransSMT::ThreadKill(const cCodeLabel& in_label) in ThreadKill() argument
316 return ThreadKill(FindThreadLabel(in_label)); in ThreadKill()
329 inline bool cHardwareTransSMT::ThreadSelect(const cCodeLabel& in_label) in ThreadSelect() argument
331 return ThreadSelect(FindThreadLabel(in_label)); in ThreadSelect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/util/fipstools/cavp/
H A Dcavp_tdes_test.cc91 const std::string in_label = in TestKAT() local
101 !t->GetBytes(&in, in_label)) { in TestKAT()
143 printf("%s = %s\r\n", in_label.c_str(), EncodeHex(in).c_str()); in TestKAT()
210 const std::string in_label = in TestMCT() local
217 !t->GetBytes(&in, in_label)) { in TestMCT()
270 printf("%s = %s\r\n", in_label.c_str(), EncodeHex(in).c_str()); in TestMCT()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/util/fipstools/cavp/
H A Dcavp_tdes_test.cc91 const std::string in_label = in TestKAT() local
101 !t->GetBytes(&in, in_label)) { in TestKAT()
143 printf("%s = %s\r\n", in_label.c_str(), EncodeHex(in).c_str()); in TestKAT()
210 const std::string in_label = in TestMCT() local
217 !t->GetBytes(&in, in_label)) { in TestMCT()
270 printf("%s = %s\r\n", in_label.c_str(), EncodeHex(in).c_str()); in TestMCT()
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/util/fipstools/cavp/
H A Dcavp_tdes_test.cc91 const std::string in_label = in TestKAT() local
101 !t->GetBytes(&in, in_label)) { in TestKAT()
143 printf("%s = %s\r\n", in_label.c_str(), EncodeHex(in).c_str()); in TestKAT()
210 const std::string in_label = in TestMCT() local
217 !t->GetBytes(&in, in_label)) { in TestMCT()
270 printf("%s = %s\r\n", in_label.c_str(), EncodeHex(in).c_str()); in TestMCT()
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/util/fipstools/cavp/
H A Dcavp_tdes_test.cc91 const std::string in_label = in TestKAT() local
101 !t->GetBytes(&in, in_label)) { in TestKAT()
143 printf("%s = %s\r\n", in_label.c_str(), EncodeHex(in).c_str()); in TestKAT()
210 const std::string in_label = in TestMCT() local
217 !t->GetBytes(&in, in_label)) { in TestMCT()
270 printf("%s = %s\r\n", in_label.c_str(), EncodeHex(in).c_str()); in TestMCT()
/dports/security/boringssl/boringssl-6a71840/util/fipstools/cavp/
H A Dcavp_tdes_test.cc91 const std::string in_label = in TestKAT() local
101 !t->GetBytes(&in, in_label)) { in TestKAT()
143 printf("%s = %s\r\n", in_label.c_str(), EncodeHex(in).c_str()); in TestKAT()
210 const std::string in_label = in TestMCT() local
217 !t->GetBytes(&in, in_label)) { in TestMCT()
270 printf("%s = %s\r\n", in_label.c_str(), EncodeHex(in).c_str()); in TestMCT()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/util/fipstools/cavp/
H A Dcavp_tdes_test.cc91 const std::string in_label = in TestKAT() local
101 !t->GetBytes(&in, in_label)) { in TestKAT()
143 printf("%s = %s\r\n", in_label.c_str(), EncodeHex(in).c_str()); in TestKAT()
210 const std::string in_label = in TestMCT() local
217 !t->GetBytes(&in, in_label)) { in TestMCT()
270 printf("%s = %s\r\n", in_label.c_str(), EncodeHex(in).c_str()); in TestMCT()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/macros/scicos_scicos/
H A Dscicos_graphics.sci48 if exists("in_label","local")==0 then
49 in_label=emptystr(pin);
57 …"pout","pein","peout","gr_i","id","in_implicit","out_implicit","in_style","out_style","in_label","…
58 …orig,sz,exprs,pin,pout,pein,peout,gr_i,id,in_implicit,out_implicit,in_style,out_style,in_label,out…
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dlabel.cpp143 bool label::in_label(int xloc, int yloc) const in in_label() function in gui::label
156 && in_label(event.button.x, event.button.y)) { in handle_event()
164 if(in_label(e.x,e.y)) { in handle_event()
173 if(in_label(e.x,e.y)) { in handle_event()
180 if(in_label(e.x,e.y)) { in handle_event()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/input_method/ui/
H A Dinput_method_menu_item.cc15 const std::string& in_label, in InputMethodMenuItem() argument
19 label(in_label), in InputMethodMenuItem()
/dports/graphics/poppler-glib/poppler-21.12.0/cpp/tests/fuzzing/
H A Dpage_label_fuzzer.cc28 std::string in_label = data_provider.ConsumeBytesAsString(input_size); in LLVMFuzzerTestOneInput() local
30 poppler::page *p = doc->create_page(poppler::ustring::from_utf8(in_label.c_str(), -1)); in LLVMFuzzerTestOneInput()
/dports/graphics/poppler-qt5/poppler-21.12.0/cpp/tests/fuzzing/
H A Dpage_label_fuzzer.cc28 std::string in_label = data_provider.ConsumeBytesAsString(input_size); in LLVMFuzzerTestOneInput() local
30 poppler::page *p = doc->create_page(poppler::ustring::from_utf8(in_label.c_str(), -1)); in LLVMFuzzerTestOneInput()

12345