Home
last modified time | relevance | path

Searched refs:out_label (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/lang/mosml/mosml-ver-2.10.1/src/compiler/
H A DEmitcode.sml159 | Kpushtrap lbl => (out PUSHTRAP; out_label lbl)
161 | Kbranch lbl => (out BRANCH; out_label lbl)
162 | Kbranchif lbl => (out BRANCHIF; out_label lbl)
163 | Kbranchifnot lbl => (out BRANCHIFNOT; out_label lbl)
164 | Kstrictbranchif lbl => (out BRANCHIF; out_label lbl)
179 (out BRANCHIFEQ; out_label lbl)
181 (out BRANCHIFNEQ; out_label lbl)
184 out EQ; out POPBRANCHIFNOT; out_label lbl)
186 (out_bool_test BRANCHIFEQ x; out_label lbl)
211 out_label lbl_low;
[all …]
H A DLabels.sml52 fatalError "out_label: undefined label"
65 fun out_label l = out_label_with_orig (!out_position) l; function
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler.cminusminus/
H A DEmitcode.sml159 | Kpushtrap lbl => (out PUSHTRAP; out_label lbl)
161 | Kbranch lbl => (out BRANCH; out_label lbl)
162 | Kbranchif lbl => (out BRANCHIF; out_label lbl)
163 | Kbranchifnot lbl => (out BRANCHIFNOT; out_label lbl)
164 | Kstrictbranchif lbl => (out BRANCHIF; out_label lbl)
179 (out BRANCHIFEQ; out_label lbl)
181 (out BRANCHIFNEQ; out_label lbl)
184 out EQ; out POPBRANCHIFNOT; out_label lbl)
186 (out_bool_test BRANCHIFEQ x; out_label lbl)
211 out_label lbl_low;
[all …]
H A DLabels.sml52 fatalError "out_label: undefined label"
65 fun out_label l = out_label_with_orig (!out_position) l; function
H A DCmmEmitcode.sml601 (out BRANCHIFEQ; out_label lbl)
603 (out BRANCHIFNEQ; out_label lbl)
606 out EQ; out POPBRANCHIFNOT; out_label lbl)
608 (out_bool_test BRANCHIFEQ x; out_label lbl)
612 out EQFLOAT; out POPBRANCHIFNOT; out_label lbl)
614 (out_bool_test EQFLOAT x; out BRANCHIF; out_label lbl)
618 out EQSTRING; out POPBRANCHIFNOT; out_label lbl)
620 (out_bool_test EQSTRING x; out BRANCHIF; out_label lbl)
623 out EQUNSIGN; out POPBRANCHIFNOT; out_label lbl)
625 (out_bool_test EQUNSIGN x; out BRANCHIF; out_label lbl)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfs/
H A Dgetroot.c94 goto out_label; in nfs_get_root()
102 goto out_label; in nfs_get_root()
107 goto out_label; in nfs_get_root()
118 goto out_label; in nfs_get_root()
153 out_label: in nfs_get_root()
164 goto out_label; in nfs_get_root()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfs/
H A Dgetroot.c94 goto out_label; in nfs_get_root()
102 goto out_label; in nfs_get_root()
107 goto out_label; in nfs_get_root()
118 goto out_label; in nfs_get_root()
153 out_label: in nfs_get_root()
164 goto out_label; in nfs_get_root()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfs/
H A Dgetroot.c94 goto out_label; in nfs_get_root()
102 goto out_label; in nfs_get_root()
107 goto out_label; in nfs_get_root()
118 goto out_label; in nfs_get_root()
153 out_label: in nfs_get_root()
164 goto out_label; in nfs_get_root()
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_mpls_vty.c51 mpls_label_t in_label, out_label; in zebra_mpls_transit_lsp() local
70 out_label = MPLS_LABEL_IMPLICIT_NULL; /* as initialization */ in zebra_mpls_transit_lsp()
109 out_label = MPLS_LABEL_IMPLICIT_NULL; in zebra_mpls_transit_lsp()
111 out_label = MPLS_LABEL_IPV4_EXPLICIT_NULL; in zebra_mpls_transit_lsp()
113 out_label = MPLS_LABEL_IPV6_EXPLICIT_NULL; in zebra_mpls_transit_lsp()
115 out_label = atoi(outlabel_str); 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()
H A Dzebra_mpls.h74 mpls_label_t out_label; member
358 mpls_label_t out_label,
371 mpls_label_t out_label,
H A Dzebra_mpls.c136 mpls_label_t out_label);
1800 mpls_label_t out_label) in snhlfe_add() argument
1809 snhlfe->out_label = out_label; in snhlfe_add()
3630 mpls_label_t out_label, in zebra_mpls_lsp_label_consistent() argument
3652 if (snhlfe->out_label == out_label) in zebra_mpls_lsp_label_consistent()
3709 if (snhlfe->out_label == out_label) in zebra_mpls_static_lsp_add()
3717 in_label, buf, out_label, snhlfe->out_label); in zebra_mpls_static_lsp_add()
3719 snhlfe->out_label = out_label; in zebra_mpls_static_lsp_add()
3730 in_label, buf, out_label); in zebra_mpls_static_lsp_add()
3968 switch (snhlfe->out_label) { in zebra_mpls_write_lsp_config()
[all …]
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_mpls_vty.c51 mpls_label_t in_label, out_label; in zebra_mpls_transit_lsp() local
70 out_label = MPLS_LABEL_IMPLICIT_NULL; /* as initialization */ in zebra_mpls_transit_lsp()
109 out_label = MPLS_LABEL_IMPLICIT_NULL; in zebra_mpls_transit_lsp()
111 out_label = MPLS_LABEL_IPV4_EXPLICIT_NULL; in zebra_mpls_transit_lsp()
113 out_label = MPLS_LABEL_IPV6_EXPLICIT_NULL; in zebra_mpls_transit_lsp()
115 out_label = atoi(outlabel_str); 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()
H A Dzebra_mpls.h74 mpls_label_t out_label; member
358 mpls_label_t out_label,
371 mpls_label_t out_label,
H A Dzebra_mpls.c136 mpls_label_t out_label);
1800 mpls_label_t out_label) in snhlfe_add() argument
1809 snhlfe->out_label = out_label; in snhlfe_add()
3630 mpls_label_t out_label, in zebra_mpls_lsp_label_consistent() argument
3652 if (snhlfe->out_label == out_label) in zebra_mpls_lsp_label_consistent()
3709 if (snhlfe->out_label == out_label) in zebra_mpls_static_lsp_add()
3717 in_label, buf, out_label, snhlfe->out_label); in zebra_mpls_static_lsp_add()
3719 snhlfe->out_label = out_label; in zebra_mpls_static_lsp_add()
3730 in_label, buf, out_label); in zebra_mpls_static_lsp_add()
3968 switch (snhlfe->out_label) { in zebra_mpls_write_lsp_config()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/tests/unit_tests/
H A Dbug_8348.cosf34 out_label="",..
94 out_label=[],..
140 out_label=[],..
186 out_label=[],..
256 out_label=[],..
302 out_label="",..
362 out_label="",..
470 out_label="",..
517 out_label="",..
564 out_label=[],..
[all …]
H A Dpendulum_anim5.cosf53 out_label="",..
111 out_label=[],..
171 out_label=[],..
217 out_label=[],..
263 out_label=[],..
333 out_label=[],..
1032 out_label="",..
1081 out_label="",..
1128 out_label="",..
1175 out_label=[],..
[all …]
H A Dscicos_new.dia.ref26 out_label = []
76 out_label = ""
/dports/lang/ocaml/ocaml-4.05.0/bytecomp/
H A Demitcode.ml118 let out_label l = out_label_with_orig !out_position l function
189 | Kpush_retaddr lbl -> out opPUSH_RETADDR; out_label lbl
244 | Kbranch lbl -> out opBRANCH; out_label lbl
245 | Kbranchif lbl -> out opBRANCHIF; out_label lbl
246 | Kbranchifnot lbl -> out opBRANCHIFNOT; out_label lbl
247 | Kstrictbranchif lbl -> out opBRANCHIF; out_label lbl
256 | Kpushtrap lbl -> out opPUSHTRAP; out_label lbl
293 out_label lbl ;
299 out_label lbl ;
306 out_label lbl ;
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/bytecomp/
H A Demitcode.ml118 let out_label l = out_label_with_orig !out_position l function
189 | Kpush_retaddr lbl -> out opPUSH_RETADDR; out_label lbl
244 | Kbranch lbl -> out opBRANCH; out_label lbl
245 | Kbranchif lbl -> out opBRANCHIF; out_label lbl
246 | Kbranchifnot lbl -> out opBRANCHIFNOT; out_label lbl
247 | Kstrictbranchif lbl -> out opBRANCHIF; out_label lbl
256 | Kpushtrap lbl -> out opPUSHTRAP; out_label lbl
293 out_label lbl ;
299 out_label lbl ;
306 out_label lbl ;
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/macros/scicos_scicos/
H A Dscicos_graphics.sci51 if exists("out_label","local")==0 then
52 out_label=emptystr(pout);
57 …,"gr_i","id","in_implicit","out_implicit","in_style","out_style","in_label","out_label","style"],..
58 …s,pin,pout,pein,peout,gr_i,id,in_implicit,out_implicit,in_style,out_style,in_label,out_label,style)
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/tests/unit_tests/model/
H A DSuperBlock_misconnected.tst59 out_label=[],..
105 out_label=[],..
151 out_label=[],..
225 out_label=[],..
H A DSuperBlock_misconnected.dia.ref78 out_label=[],..
136 out_label=[],..
195 out_label=[],..
347 out_label=[],..
/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/
H A Dtype-checker.cc61 Result TypeChecker::GetLabel(Index depth, Label** out_label) { in GetLabel() argument
66 *out_label = nullptr; in GetLabel()
69 *out_label = &label_stack_[label_stack_.size() - depth - 1]; in GetLabel()
73 Result TypeChecker::GetRethrowLabel(Index depth, Label** out_label) { in GetRethrowLabel() argument
74 if (Failed(GetLabel(depth, out_label))) { in GetRethrowLabel()
78 if ((*out_label)->label_type == LabelType::Catch) { in GetRethrowLabel()
99 *out_label = nullptr; in GetRethrowLabel()
103 Result TypeChecker::TopLabel(Label** out_label) { in TopLabel() argument
104 return GetLabel(0, out_label); in TopLabel()
H A Dtype-checker.h59 Result GetLabel(Index depth, Label** out_label);
60 Result GetRethrowLabel(Index depth, Label** out_label);
135 Result TopLabel(Label** out_label);
/dports/net/ryu/ryu-4.26/ryu/tests/unit/packet/
H A Dtest_zebra.py670 out_label = zebra.MPLS_IMP_NULL_LABEL variable in TestZebraMplsLabelsAddIPv4
682 eq_(self.out_label, body.out_label)
712 out_label = zebra.MPLS_IMP_NULL_LABEL variable in TestZebraMplsLabelsAddIPv6
724 eq_(self.out_label, body.out_label)

1234567891011