Home
last modified time | relevance | path

Searched refs:bp_start_match (Results 1 – 6 of 6) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/
H A Dbs_match_SUITE.erl1971 {a,$A} = bp_start_match(A),
1972 {b,$B} = bp_start_match(B),
1982 bp_start_match(<<_:(1 bsl 27),T/bits>>) -> bp_start_match(T); function
1983 bp_start_match(<<1:1,"gurka",A>>) -> {a,A}; function
1984 bp_start_match(<<"hello",B>>) -> {b,B}. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_match_SUITE.erl2314 {a,$A} = bp_start_match(A),
2315 {b,$B} = bp_start_match(B),
2325 bp_start_match(<<_:(1 bsl 27),T/bits>>) -> bp_start_match(T); function
2326 bp_start_match(<<1:1,"gurka",A>>) -> {a,A}; function
2327 bp_start_match(<<"hello",B>>) -> {b,B}. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dbs_match_SUITE.erl2300 {a,$A} = bp_start_match(A),
2301 {b,$B} = bp_start_match(B),
2311 bp_start_match(<<_:(1 bsl 27),T/bits>>) -> bp_start_match(T); function
2312 bp_start_match(<<1:1,"gurka",A>>) -> {a,A}; function
2313 bp_start_match(<<"hello",B>>) -> {b,B}. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_match_SUITE.erl2314 {a,$A} = bp_start_match(A),
2315 {b,$B} = bp_start_match(B),
2325 bp_start_match(<<_:(1 bsl 27),T/bits>>) -> bp_start_match(T); function
2326 bp_start_match(<<1:1,"gurka",A>>) -> {a,A}; function
2327 bp_start_match(<<"hello",B>>) -> {b,B}. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_match_SUITE.erl2314 {a,$A} = bp_start_match(A),
2315 {b,$B} = bp_start_match(B),
2325 bp_start_match(<<_:(1 bsl 27),T/bits>>) -> bp_start_match(T); function
2326 bp_start_match(<<1:1,"gurka",A>>) -> {a,A}; function
2327 bp_start_match(<<"hello",B>>) -> {b,B}. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/
H A Dbs_match_SUITE.erl2314 {a,$A} = bp_start_match(A),
2315 {b,$B} = bp_start_match(B),
2325 bp_start_match(<<_:(1 bsl 27),T/bits>>) -> bp_start_match(T); function
2326 bp_start_match(<<1:1,"gurka",A>>) -> {a,A}; function
2327 bp_start_match(<<"hello",B>>) -> {b,B}. function