Home
last modified time | relevance | path

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

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Dcopy.c995 #define LIST_SHARED_PROCESSED ((Eterm) 1) macro
1439 if (primary_tag(head) == LIST_SHARED_PROCESSED) { in copy_shared_perform_x()
1446 CAR(ptr) = (head - primary_tag(head)) + LIST_SHARED_PROCESSED; in copy_shared_perform_x()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Dcopy.c996 #define LIST_SHARED_PROCESSED ((Eterm) 1) macro
1449 if (primary_tag(head) == LIST_SHARED_PROCESSED) { in copy_shared_perform_x()
1456 CAR(ptr) = (head - primary_tag(head)) + LIST_SHARED_PROCESSED; in copy_shared_perform_x()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Dcopy.c995 #define LIST_SHARED_PROCESSED ((Eterm) 1) macro
1439 if (primary_tag(head) == LIST_SHARED_PROCESSED) { in copy_shared_perform_x()
1446 CAR(ptr) = (head - primary_tag(head)) + LIST_SHARED_PROCESSED; in copy_shared_perform_x()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Dcopy.c996 #define LIST_SHARED_PROCESSED ((Eterm) 1) macro
1449 if (primary_tag(head) == LIST_SHARED_PROCESSED) { in copy_shared_perform_x()
1456 CAR(ptr) = (head - primary_tag(head)) + LIST_SHARED_PROCESSED; in copy_shared_perform_x()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Dcopy.c996 #define LIST_SHARED_PROCESSED ((Eterm) 1) macro
1449 if (primary_tag(head) == LIST_SHARED_PROCESSED) { in copy_shared_perform_x()
1456 CAR(ptr) = (head - primary_tag(head)) + LIST_SHARED_PROCESSED; in copy_shared_perform_x()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Dcopy.c996 #define LIST_SHARED_PROCESSED ((Eterm) 1) macro
1449 if (primary_tag(head) == LIST_SHARED_PROCESSED) { in copy_shared_perform_x()
1456 CAR(ptr) = (head - primary_tag(head)) + LIST_SHARED_PROCESSED; in copy_shared_perform_x()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Dcopy.c986 #define LIST_SHARED_PROCESSED ((Eterm) 1) macro
1421 if (primary_tag(head) == LIST_SHARED_PROCESSED) { in copy_shared_perform()
1428 CAR(ptr) = (head - primary_tag(head)) + LIST_SHARED_PROCESSED; in copy_shared_perform()