Home
last modified time | relevance | path

Searched refs:this_rel (Results 1 – 8 of 8) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_init.c258 static int this_rel = -1; in this_rel_num() local
260 if (this_rel < 1) { in this_rel_num()
267 this_rel = atoi(&this_rel_str[i]); in this_rel_num()
268 if (this_rel < 1) in this_rel_num()
271 return this_rel; in this_rel_num()
580 int this_rel = this_rel_num(); in erts_usage() local
636 this_rel-2, this_rel); in erts_usage()
2037 int this_rel; in erl_start() local
2042 this_rel = this_rel_num(); in erl_start()
2043 if (erts_compat_rel < this_rel - 2 || this_rel < erts_compat_rel) { in erl_start()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_init.c258 static int this_rel = -1; in this_rel_num() local
260 if (this_rel < 1) { in this_rel_num()
267 this_rel = atoi(&this_rel_str[i]); in this_rel_num()
268 if (this_rel < 1) in this_rel_num()
271 return this_rel; in this_rel_num()
583 int this_rel = this_rel_num(); in erts_usage() local
639 this_rel-2, this_rel); in erts_usage()
2054 int this_rel; in erl_start() local
2059 this_rel = this_rel_num(); in erl_start()
2060 if (erts_compat_rel < this_rel - 2 || this_rel < erts_compat_rel) { in erl_start()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_init.c264 static int this_rel = -1; in this_rel_num() local
266 if (this_rel < 1) { in this_rel_num()
273 this_rel = atoi(&this_rel_str[i]); in this_rel_num()
274 if (this_rel < 1) in this_rel_num()
277 return this_rel; in this_rel_num()
587 int this_rel = this_rel_num(); in erts_usage() local
670 this_rel-2, this_rel); in erts_usage()
2133 int this_rel; in erl_start() local
2138 this_rel = this_rel_num(); in erl_start()
2139 if (erts_compat_rel < this_rel - 2 || this_rel < erts_compat_rel) { in erl_start()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_init.c264 static int this_rel = -1; in this_rel_num() local
266 if (this_rel < 1) { in this_rel_num()
273 this_rel = atoi(&this_rel_str[i]); in this_rel_num()
274 if (this_rel < 1) in this_rel_num()
277 return this_rel; in this_rel_num()
587 int this_rel = this_rel_num(); in erts_usage() local
670 this_rel-2, this_rel); in erts_usage()
2133 int this_rel; in erl_start() local
2138 this_rel = this_rel_num(); in erl_start()
2139 if (erts_compat_rel < this_rel - 2 || this_rel < erts_compat_rel) { in erl_start()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_init.c264 static int this_rel = -1; in this_rel_num() local
266 if (this_rel < 1) { in this_rel_num()
273 this_rel = atoi(&this_rel_str[i]); in this_rel_num()
274 if (this_rel < 1) in this_rel_num()
277 return this_rel; in this_rel_num()
587 int this_rel = this_rel_num(); in erts_usage() local
670 this_rel-2, this_rel); in erts_usage()
2133 int this_rel; in erl_start() local
2138 this_rel = this_rel_num(); in erl_start()
2139 if (erts_compat_rel < this_rel - 2 || this_rel < erts_compat_rel) { in erl_start()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_init.c264 static int this_rel = -1; in this_rel_num() local
266 if (this_rel < 1) { in this_rel_num()
273 this_rel = atoi(&this_rel_str[i]); in this_rel_num()
274 if (this_rel < 1) in this_rel_num()
277 return this_rel; in this_rel_num()
587 int this_rel = this_rel_num(); in erts_usage() local
670 this_rel-2, this_rel); in erts_usage()
2133 int this_rel; in erl_start() local
2138 this_rel = this_rel_num(); in erl_start()
2139 if (erts_compat_rel < this_rel - 2 || this_rel < erts_compat_rel) { in erl_start()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_init.c258 static int this_rel = -1; in this_rel_num() local
260 if (this_rel < 1) { in this_rel_num()
267 this_rel = atoi(&this_rel_str[i]); in this_rel_num()
268 if (this_rel < 1) in this_rel_num()
271 return this_rel; in this_rel_num()
581 int this_rel = this_rel_num(); in erts_usage() local
646 this_rel-2, this_rel); in erts_usage()
2046 int this_rel; in erl_start() local
2051 this_rel = this_rel_num(); in erl_start()
2052 if (erts_compat_rel < this_rel - 2 || this_rel < erts_compat_rel) { in erl_start()
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-copyterm.c734 { size_t this_rel = p-gcopy; in term_to_fastheap() local
747 *r++ = this_rel-last_rel; in term_to_fastheap()
748 last_rel = this_rel; in term_to_fastheap()