Home
last modified time | relevance | path

Searched refs:branch0 (Results 1 – 25 of 48) sorted by relevance

12

/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dcontrol-flow-optimizer-unittest.cc44 Node* branch0 = graph()->NewNode( in TEST_F() local
48 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in TEST_F()
49 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in TEST_F()
76 Node* branch0 = graph()->NewNode( in TEST_F() local
80 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in TEST_F()
81 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in TEST_F()
H A Deffect-control-linearizer-unittest.cc229 Node* branch0 = graph()->NewNode(common()->Branch(), cond0, start()); in TEST_F() local
230 Node* control1 = graph()->NewNode(common()->IfTrue(), branch0); in TEST_F()
231 Node* control2 = graph()->NewNode(common()->IfFalse(), branch0); in TEST_F()
256 schedule.AddBranch(start, branch0, t1block, f1block); in TEST_F()
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-convert-clonebranches.t18 $ hg branch branch0
19 marked working directory as branch branch0
49 pulling from default into branch0
52 pulling from default into branch0
80 pulling from branch0 into branch1
83 pulling from branch0 into branch2
/dports/security/tpm2-tss/tpm2-tss-3.1.0/test/unit/
H A Dfapi-json.c553 TPMS_POLICYBRANCH branch0; in check_policy_bin() local
632 memset(&branch0, 0, sizeof(TPMS_POLICYBRANCH)); in check_policy_bin()
634 branch0.policy = policy_elements0; in check_policy_bin()
635 branch0.name = "branch0"; in check_policy_bin()
636 branch0.description = "description branch 0"; in check_policy_bin()
640 memcpy(&or_branch_list->authorizations[0], &branch0, sizeof(TPMS_POLICYBRANCH)); in check_policy_bin()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/
H A DSctpNet.java287 int nativefd = branch0(fd, assocId); in branch()
316 static native int branch0(int fd, int assocId) throws IOException; in branch0() method in SctpNet
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/
H A DSctpNet.java287 int nativefd = branch0(fd, assocId); in branch()
316 static native int branch0(int fd, int assocId) throws IOException; in branch0() method in SctpNet
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/nio/ch/sctp/
H A DSctpNet.java287 int nativefd = branch0(fd, assocId); in branch()
316 static native int branch0(int fd, int assocId) throws IOException; in branch0() method in SctpNet
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/
H A DSctpNet.java287 int nativefd = branch0(fd, assocId); in branch()
316 static native int branch0(int fd, int assocId) throws IOException; in branch0() method in SctpNet
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/
H A DSctpNet.java287 int nativefd = branch0(fd, assocId); in branch()
316 static native int branch0(int fd, int assocId) throws IOException; in branch0() method in SctpNet
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/nio/ch/sctp/
H A DSctpNet.java287 int nativefd = branch0(fd, assocId); in branch()
316 static native int branch0(int fd, int assocId) throws IOException; in branch0() method in SctpNet
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/
H A DSctpNet.java287 int nativefd = branch0(fd, assocId); in branch()
316 static native int branch0(int fd, int assocId) throws IOException; in branch0() method in SctpNet
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/
H A DSctpNet.java287 int nativefd = branch0(fd, assocId); in branch()
316 static native int branch0(int fd, int assocId) throws IOException; in branch0() method in SctpNet
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/
H A DSctpNet.java288 int nativefd = branch0(fd, assocId); in branch()
317 static native int branch0(int fd, int assocId) throws IOException; in branch0() method in SctpNet
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/
H A DSctpNet.java292 int nativefd = branch0(fd, assocId); in branch()
321 static native int branch0(int fd, int assocId) throws IOException; in branch0() method in SctpNet
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dsimplified-lowering.cc3312 Node* branch0 = in DoJSToNumberOrNumericTruncatesToFloat64() local
3315 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in DoJSToNumberOrNumericTruncatesToFloat64()
3323 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberOrNumericTruncatesToFloat64()
3407 Node* branch0 = in DoJSToNumberOrNumericTruncatesToWord32() local
3410 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in DoJSToNumberOrNumericTruncatesToWord32()
3415 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberOrNumericTruncatesToWord32()
3568 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in Int32Div()
3571 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in Int32Div()
3645 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in Int32Mod()
3681 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in Int32Mod()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dsimplified-lowering.cc3878 Node* branch0 = in DoJSToNumberOrNumericTruncatesToFloat64() local
3881 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in DoJSToNumberOrNumericTruncatesToFloat64()
3889 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberOrNumericTruncatesToFloat64()
3980 Node* branch0 = in DoJSToNumberOrNumericTruncatesToWord32() local
3983 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in DoJSToNumberOrNumericTruncatesToWord32()
3988 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberOrNumericTruncatesToWord32()
4147 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in Int32Div()
4150 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in Int32Div()
4224 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in Int32Mod()
4260 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in Int32Mod()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dsimplified-lowering.cc4061 Node* branch0 = in DoJSToNumberOrNumericTruncatesToFloat64() local
4064 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in DoJSToNumberOrNumericTruncatesToFloat64()
4072 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberOrNumericTruncatesToFloat64()
4163 Node* branch0 = in DoJSToNumberOrNumericTruncatesToWord32() local
4166 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in DoJSToNumberOrNumericTruncatesToWord32()
4171 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberOrNumericTruncatesToWord32()
4330 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in Int32Div()
4333 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in Int32Div()
4407 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in Int32Mod()
4443 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in Int32Mod()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dsimplified-lowering.cc4258 Node* branch0 = in DoJSToNumberOrNumericTruncatesToFloat64() local
4261 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in DoJSToNumberOrNumericTruncatesToFloat64()
4269 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberOrNumericTruncatesToFloat64()
4360 Node* branch0 = in DoJSToNumberOrNumericTruncatesToWord32() local
4363 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in DoJSToNumberOrNumericTruncatesToWord32()
4368 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberOrNumericTruncatesToWord32()
4527 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in Int32Div()
4530 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in Int32Div()
4604 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in Int32Mod()
4640 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in Int32Mod()
[all …]
/dports/math/gismo/gismo-21.12.0/external/
H A Dexprtk.hpp6299 expression_ptr branch0, in binary_node() argument
6421 expression_ptr branch0, in trinary_node() argument
6485 expression_ptr branch0, in quaternary_node() argument
9854 expression_ptr branch0, in sf3_node() argument
9882 expression_ptr branch0, in sf4_node() argument
10136 expression_ptr branch0, in assignment_node() argument
11512 : unary_node<T>(opr, branch0), in unary_vector_node()
11662 expression_ptr branch0, in scand_node() argument
11664 : binary_node<T>(opr, branch0, branch1) in scand_node()
11689 expression_ptr branch0, in scor_node() argument
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/openturns/
H A Dexprtk.hpp6325 expression_ptr branch0, in binary_node() argument
6447 expression_ptr branch0, in trinary_node() argument
6511 expression_ptr branch0, in quaternary_node() argument
8536 : binary_node<T>(opr, branch0, branch1) in string_concat_node()
9032 : binary_node<T>(opr, branch0, branch1) in assignment_string_node()
9155 : binary_node<T>(opr, branch0, branch1) in assignment_string_range_node()
9924 expression_ptr branch0, in sf3_node() argument
9952 expression_ptr branch0, in sf4_node() argument
11596 : unary_node<T>(opr, branch0) in unary_vector_node()
11906 expression_ptr branch0, in scand_node() argument
[all …]
/dports/math/exprtk/exprtk-ca5c577917646ddba3f71ce6d5dd7d01f351ee80/
H A Dexprtk.hpp6303 expression_ptr branch0, in binary_node() argument
6425 expression_ptr branch0, in trinary_node() argument
6489 expression_ptr branch0, in quaternary_node() argument
9858 expression_ptr branch0, in sf3_node() argument
9886 expression_ptr branch0, in sf4_node() argument
10140 expression_ptr branch0, in assignment_node() argument
11516 : unary_node<T>(opr, branch0), in unary_vector_node()
11666 expression_ptr branch0, in scand_node() argument
11668 : binary_node<T>(opr, branch0, branch1) in scand_node()
11693 expression_ptr branch0, in scor_node() argument
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exprtk/vtkexprtk/
H A Dexprtk.hpp6327 expression_ptr branch0, in binary_node() argument
6449 expression_ptr branch0, in trinary_node() argument
6513 expression_ptr branch0, in quaternary_node() argument
8538 : binary_node<T>(opr, branch0, branch1) in string_concat_node()
9034 : binary_node<T>(opr, branch0, branch1) in assignment_string_node()
9157 : binary_node<T>(opr, branch0, branch1) in assignment_string_range_node()
9926 expression_ptr branch0, in sf3_node() argument
9954 expression_ptr branch0, in sf4_node() argument
11598 : unary_node<T>(opr, branch0) in unary_vector_node()
11908 expression_ptr branch0, in scand_node() argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/filesystems/
H A Dubifs-authentication.rst290 | branch0 branchn |
301 | branch0 branchn | | branch0 branchn |
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/filesystems/
H A Dubifs-authentication.rst290 | branch0 branchn |
301 | branch0 branchn | | branch0 branchn |
/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/
H A Dmisc_util.py1899 branch0 = None
1908 branch0 = branch1
1915 return branch_map.get(branch0)

12