Home
last modified time | relevance | path

Searched refs:ON_CMP_GOTO (Results 1 – 7 of 7) sorted by relevance

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Dutils.c3203 #define ON_CMP_GOTO(cmp) if ((j=(cmp)) == 0) goto pop_next; else goto not_equal in erts_cmp_compound() macro
3228 ON_CMP_GOTO(erts_cmp_atoms(a, b)); in erts_cmp_compound()
3231 ON_CMP_GOTO(signed_val(a) - signed_val(b)); in erts_cmp_compound()
3246 ON_CMP_GOTO((Sint)(adata - bdata)); in erts_cmp_compound()
3261 ON_CMP_GOTO((Sint)(adata - bdata)); in erts_cmp_compound()
3468 ON_CMP_GOTO(erts_float_comp(af.fd, bf.fd)); in erts_cmp_compound()
3476 ON_CMP_GOTO(big_comp(a, b)); in erts_cmp_compound()
3493 ON_CMP_GOTO((Sint) a_exp->info.mfa.arity - (Sint) b_exp->info.mfa.arity); in erts_cmp_compound()
3661 ON_CMP_GOTO((Sint)(a_size - b_size)); in erts_cmp_compound()
3897 ON_CMP_GOTO(j); in erts_cmp_compound()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Dutils.c3203 #define ON_CMP_GOTO(cmp) if ((j=(cmp)) == 0) goto pop_next; else goto not_equal in erts_cmp_compound() macro
3228 ON_CMP_GOTO(erts_cmp_atoms(a, b)); in erts_cmp_compound()
3231 ON_CMP_GOTO(signed_val(a) - signed_val(b)); in erts_cmp_compound()
3246 ON_CMP_GOTO((Sint)(adata - bdata)); in erts_cmp_compound()
3261 ON_CMP_GOTO((Sint)(adata - bdata)); in erts_cmp_compound()
3468 ON_CMP_GOTO(erts_float_comp(af.fd, bf.fd)); in erts_cmp_compound()
3476 ON_CMP_GOTO(big_comp(a, b)); in erts_cmp_compound()
3493 ON_CMP_GOTO((Sint) a_exp->info.mfa.arity - (Sint) b_exp->info.mfa.arity); in erts_cmp_compound()
3661 ON_CMP_GOTO((Sint)(a_size - b_size)); in erts_cmp_compound()
3897 ON_CMP_GOTO(j); in erts_cmp_compound()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Dutils.c3203 #define ON_CMP_GOTO(cmp) if ((j=(cmp)) == 0) goto pop_next; else goto not_equal in erts_cmp_compound() macro
3228 ON_CMP_GOTO(erts_cmp_atoms(a, b)); in erts_cmp_compound()
3231 ON_CMP_GOTO(signed_val(a) - signed_val(b)); in erts_cmp_compound()
3246 ON_CMP_GOTO((Sint)(adata - bdata)); in erts_cmp_compound()
3261 ON_CMP_GOTO((Sint)(adata - bdata)); in erts_cmp_compound()
3468 ON_CMP_GOTO(erts_float_comp(af.fd, bf.fd)); in erts_cmp_compound()
3476 ON_CMP_GOTO(big_comp(a, b)); in erts_cmp_compound()
3493 ON_CMP_GOTO((Sint) a_exp->info.mfa.arity - (Sint) b_exp->info.mfa.arity); in erts_cmp_compound()
3661 ON_CMP_GOTO((Sint)(a_size - b_size)); in erts_cmp_compound()
3897 ON_CMP_GOTO(j); in erts_cmp_compound()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Dutils.c3203 #define ON_CMP_GOTO(cmp) if ((j=(cmp)) == 0) goto pop_next; else goto not_equal in erts_cmp_compound() macro
3228 ON_CMP_GOTO(erts_cmp_atoms(a, b)); in erts_cmp_compound()
3231 ON_CMP_GOTO(signed_val(a) - signed_val(b)); in erts_cmp_compound()
3246 ON_CMP_GOTO((Sint)(adata - bdata)); in erts_cmp_compound()
3261 ON_CMP_GOTO((Sint)(adata - bdata)); in erts_cmp_compound()
3468 ON_CMP_GOTO(erts_float_comp(af.fd, bf.fd)); in erts_cmp_compound()
3476 ON_CMP_GOTO(big_comp(a, b)); in erts_cmp_compound()
3493 ON_CMP_GOTO((Sint) a_exp->info.mfa.arity - (Sint) b_exp->info.mfa.arity); in erts_cmp_compound()
3661 ON_CMP_GOTO((Sint)(a_size - b_size)); in erts_cmp_compound()
3897 ON_CMP_GOTO(j); in erts_cmp_compound()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Dutils.c2695 #define ON_CMP_GOTO(cmp) if ((j=(cmp)) == 0) goto pop_next; else goto not_equal in erts_cmp_compound() macro
2721 ON_CMP_GOTO(erts_cmp_atoms(a, b)); in erts_cmp_compound()
2724 ON_CMP_GOTO(signed_val(a) - signed_val(b)); in erts_cmp_compound()
2751 ON_CMP_GOTO((Sint)(adata - bdata)); in erts_cmp_compound()
2938 ON_CMP_GOTO(erts_float_comp(af.fd, bf.fd)); in erts_cmp_compound()
2946 ON_CMP_GOTO(big_comp(a, b)); in erts_cmp_compound()
2963 ON_CMP_GOTO((Sint) a_exp->info.mfa.arity - (Sint) b_exp->info.mfa.arity); in erts_cmp_compound()
3132 ON_CMP_GOTO((Sint)(a_size - b_size)); in erts_cmp_compound()
3368 ON_CMP_GOTO(j); in erts_cmp_compound()
3420 ON_CMP_GOTO(j); in erts_cmp_compound()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Dutils.c2695 #define ON_CMP_GOTO(cmp) if ((j=(cmp)) == 0) goto pop_next; else goto not_equal in erts_cmp_compound() macro
2720 ON_CMP_GOTO(erts_cmp_atoms(a, b)); in erts_cmp_compound()
2723 ON_CMP_GOTO(signed_val(a) - signed_val(b)); in erts_cmp_compound()
2750 ON_CMP_GOTO((Sint)(adata - bdata)); in erts_cmp_compound()
2937 ON_CMP_GOTO(erts_float_comp(af.fd, bf.fd)); in erts_cmp_compound()
2945 ON_CMP_GOTO(big_comp(a, b)); in erts_cmp_compound()
2962 ON_CMP_GOTO((Sint) a_exp->info.mfa.arity - (Sint) b_exp->info.mfa.arity); in erts_cmp_compound()
3131 ON_CMP_GOTO((Sint)(a_size - b_size)); in erts_cmp_compound()
3367 ON_CMP_GOTO(j); in erts_cmp_compound()
3419 ON_CMP_GOTO(j); in erts_cmp_compound()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Dutils.c3128 #define ON_CMP_GOTO(cmp) if ((j=(cmp)) == 0) goto pop_next; else goto not_equal in erts_cmp_compound() macro
3153 ON_CMP_GOTO(erts_cmp_atoms(a, b)); in erts_cmp_compound()
3156 ON_CMP_GOTO(signed_val(a) - signed_val(b)); in erts_cmp_compound()
3183 ON_CMP_GOTO((Sint)(adata - bdata)); in erts_cmp_compound()
3370 ON_CMP_GOTO(erts_float_comp(af.fd, bf.fd)); in erts_cmp_compound()
3378 ON_CMP_GOTO(big_comp(a, b)); in erts_cmp_compound()
3395 ON_CMP_GOTO((Sint) a_exp->info.mfa.arity - (Sint) b_exp->info.mfa.arity); in erts_cmp_compound()
3564 ON_CMP_GOTO((Sint)(a_size - b_size)); in erts_cmp_compound()
3800 ON_CMP_GOTO(j); in erts_cmp_compound()
3852 ON_CMP_GOTO(j); in erts_cmp_compound()