/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/hipe/ |
H A D | hipe_gc.c | 40 Eterm *nsp_end; in fullsweep_nstack() local 60 nsp_end = p->hipe.nstgraylim; in fullsweep_nstack() 61 if (nsp_end) in fullsweep_nstack() 69 if (nsp == nsp_end) { in fullsweep_nstack() 125 Eterm *nsp_end; in gensweep_nstack() local 153 if (nsp_end) { in gensweep_nstack() 158 nsp_end = p->hipe.nstblacklim; in gensweep_nstack() 173 if (nsp == nsp_end) { in gensweep_nstack() 246 Eterm *nsp_end; in sweep_literals_nstack() local 313 Eterm *nsp_end; in nstack_any_heap_ref_ptrs() local [all …]
|
H A D | hipe_x86_stack.c | 56 Eterm *nsp_end; in hipe_print_nstack() local 70 nsp_end = p->hipe.nstend; in hipe_print_nstack() 120 if (nsp >= nsp_end) { in hipe_print_nstack() 121 if (nsp == nsp_end) in hipe_print_nstack() 167 Eterm *nsp_end; in hipe_update_stack_trap() local 172 nsp_end = p->hipe.nstend; in hipe_update_stack_trap() 180 if (nsp >= nsp_end) { in hipe_update_stack_trap() 222 Eterm *nsp_end; in hipe_find_handler() local 230 nsp_end = p->hipe.nstend; in hipe_find_handler() 236 while (nsp < nsp_end) { in hipe_find_handler() [all …]
|
H A D | hipe_risc_stack.c | 60 Eterm *nsp_end; in hipe_print_nstack() local 137 if (nsp >= nsp_end) { in hipe_print_nstack() 138 if (nsp == nsp_end) in hipe_print_nstack() 185 Eterm *nsp_end; in hipe_update_stack_trap() local 198 if (nsp >= nsp_end) { in hipe_update_stack_trap() 240 Eterm *nsp_end; in hipe_find_handler() local 247 nsp_end = p->hipe.nstend; in hipe_find_handler() 254 while (nsp < nsp_end) { in hipe_find_handler() 281 Eterm *nsp_end; in hipe_fill_stacktrace() local 291 nsp_end = p->hipe.nstend; in hipe_fill_stacktrace() [all …]
|
H A D | hipe_risc_gc.h | 80 static inline void nstack_walk_kill_trap(Process *p, Eterm *nsp_end) in nstack_walk_kill_trap() argument 87 --nsp_end; in nstack_walk_kill_trap() 88 if (nsp_end[0] == (unsigned long)&nbif_stack_trap_ra) { in nstack_walk_kill_trap() 89 nsp_end[0] = (unsigned long)p->hipe.ngra; in nstack_walk_kill_trap() 101 static inline int nstack_walk_nsp_reached_end(const Eterm *nsp, const Eterm *nsp_end) in nstack_walk_nsp_reached_end() argument 103 return nsp >= nsp_end; in nstack_walk_nsp_reached_end()
|
H A D | hipe_x86_gc.h | 117 static inline void nstack_walk_kill_trap(Process *p, Eterm *nsp_end) in nstack_walk_kill_trap() argument 121 --nsp_end; in nstack_walk_kill_trap() 122 if (nsp_end[0] == (unsigned long)nbif_stack_trap_ra) { in nstack_walk_kill_trap() 123 nsp_end[0] = (unsigned long)p->hipe.ngra; in nstack_walk_kill_trap() 134 static inline int nstack_walk_nsp_reached_end(const Eterm *nsp, const Eterm *nsp_end) in nstack_walk_nsp_reached_end() argument 136 return nsp >= nsp_end; in nstack_walk_nsp_reached_end()
|
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/hipe/ |
H A D | hipe_gc.c | 40 Eterm *nsp_end; in fullsweep_nstack() local 60 nsp_end = p->hipe.nstgraylim; in fullsweep_nstack() 61 if (nsp_end) in fullsweep_nstack() 69 if (nsp == nsp_end) { in fullsweep_nstack() 125 Eterm *nsp_end; in gensweep_nstack() local 153 if (nsp_end) { in gensweep_nstack() 158 nsp_end = p->hipe.nstblacklim; in gensweep_nstack() 173 if (nsp == nsp_end) { in gensweep_nstack() 246 Eterm *nsp_end; in sweep_literals_nstack() local 313 Eterm *nsp_end; in nstack_any_heap_ref_ptrs() local [all …]
|
H A D | hipe_x86_stack.c | 56 Eterm *nsp_end; in hipe_print_nstack() local 70 nsp_end = p->hipe.nstend; in hipe_print_nstack() 120 if (nsp >= nsp_end) { in hipe_print_nstack() 121 if (nsp == nsp_end) in hipe_print_nstack() 167 Eterm *nsp_end; in hipe_update_stack_trap() local 172 nsp_end = p->hipe.nstend; in hipe_update_stack_trap() 180 if (nsp >= nsp_end) { in hipe_update_stack_trap() 222 Eterm *nsp_end; in hipe_find_handler() local 230 nsp_end = p->hipe.nstend; in hipe_find_handler() 236 while (nsp < nsp_end) { in hipe_find_handler() [all …]
|
H A D | hipe_risc_stack.c | 60 Eterm *nsp_end; in hipe_print_nstack() local 137 if (nsp >= nsp_end) { in hipe_print_nstack() 138 if (nsp == nsp_end) in hipe_print_nstack() 185 Eterm *nsp_end; in hipe_update_stack_trap() local 198 if (nsp >= nsp_end) { in hipe_update_stack_trap() 240 Eterm *nsp_end; in hipe_find_handler() local 247 nsp_end = p->hipe.nstend; in hipe_find_handler() 254 while (nsp < nsp_end) { in hipe_find_handler() 281 Eterm *nsp_end; in hipe_fill_stacktrace() local 291 nsp_end = p->hipe.nstend; in hipe_fill_stacktrace() [all …]
|
H A D | hipe_risc_gc.h | 80 static inline void nstack_walk_kill_trap(Process *p, Eterm *nsp_end) in nstack_walk_kill_trap() argument 87 --nsp_end; in nstack_walk_kill_trap() 88 if (nsp_end[0] == (unsigned long)&nbif_stack_trap_ra) { in nstack_walk_kill_trap() 89 nsp_end[0] = (unsigned long)p->hipe.ngra; in nstack_walk_kill_trap() 101 static inline int nstack_walk_nsp_reached_end(const Eterm *nsp, const Eterm *nsp_end) in nstack_walk_nsp_reached_end() argument 103 return nsp >= nsp_end; in nstack_walk_nsp_reached_end()
|
H A D | hipe_x86_gc.h | 117 static inline void nstack_walk_kill_trap(Process *p, Eterm *nsp_end) in nstack_walk_kill_trap() argument 121 --nsp_end; in nstack_walk_kill_trap() 122 if (nsp_end[0] == (unsigned long)nbif_stack_trap_ra) { in nstack_walk_kill_trap() 123 nsp_end[0] = (unsigned long)p->hipe.ngra; in nstack_walk_kill_trap() 134 static inline int nstack_walk_nsp_reached_end(const Eterm *nsp, const Eterm *nsp_end) in nstack_walk_nsp_reached_end() argument 136 return nsp >= nsp_end; in nstack_walk_nsp_reached_end()
|
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/hipe/ |
H A D | hipe_gc.c | 40 Eterm *nsp_end; in fullsweep_nstack() local 60 nsp_end = p->hipe.nstgraylim; in fullsweep_nstack() 61 if (nsp_end) in fullsweep_nstack() 69 if (nsp == nsp_end) { in fullsweep_nstack() 125 Eterm *nsp_end; in gensweep_nstack() local 153 if (nsp_end) { in gensweep_nstack() 158 nsp_end = p->hipe.nstblacklim; in gensweep_nstack() 173 if (nsp == nsp_end) { in gensweep_nstack() 246 Eterm *nsp_end; in sweep_literals_nstack() local 313 Eterm *nsp_end; in nstack_any_heap_ref_ptrs() local [all …]
|
H A D | hipe_risc_stack.c | 60 Eterm *nsp_end; in hipe_print_nstack() local 137 if (nsp >= nsp_end) { in hipe_print_nstack() 138 if (nsp == nsp_end) in hipe_print_nstack() 185 Eterm *nsp_end; in hipe_update_stack_trap() local 198 if (nsp >= nsp_end) { in hipe_update_stack_trap() 240 Eterm *nsp_end; in hipe_find_handler() local 247 nsp_end = p->hipe.nstend; in hipe_find_handler() 254 while (nsp < nsp_end) { in hipe_find_handler() 281 Eterm *nsp_end; in hipe_fill_stacktrace() local 291 nsp_end = p->hipe.nstend; in hipe_fill_stacktrace() [all …]
|
H A D | hipe_x86_stack.c | 56 Eterm *nsp_end; in hipe_print_nstack() local 70 nsp_end = p->hipe.nstend; in hipe_print_nstack() 120 if (nsp >= nsp_end) { in hipe_print_nstack() 121 if (nsp == nsp_end) in hipe_print_nstack() 167 Eterm *nsp_end; in hipe_update_stack_trap() local 172 nsp_end = p->hipe.nstend; in hipe_update_stack_trap() 180 if (nsp >= nsp_end) { in hipe_update_stack_trap() 222 Eterm *nsp_end; in hipe_find_handler() local 230 nsp_end = p->hipe.nstend; in hipe_find_handler() 236 while (nsp < nsp_end) { in hipe_find_handler() [all …]
|
H A D | hipe_risc_gc.h | 80 static inline void nstack_walk_kill_trap(Process *p, Eterm *nsp_end) in nstack_walk_kill_trap() argument 87 --nsp_end; in nstack_walk_kill_trap() 88 if (nsp_end[0] == (unsigned long)&nbif_stack_trap_ra) { in nstack_walk_kill_trap() 89 nsp_end[0] = (unsigned long)p->hipe.ngra; in nstack_walk_kill_trap() 101 static inline int nstack_walk_nsp_reached_end(const Eterm *nsp, const Eterm *nsp_end) in nstack_walk_nsp_reached_end() argument 103 return nsp >= nsp_end; in nstack_walk_nsp_reached_end()
|
H A D | hipe_x86_gc.h | 117 static inline void nstack_walk_kill_trap(Process *p, Eterm *nsp_end) in nstack_walk_kill_trap() argument 121 --nsp_end; in nstack_walk_kill_trap() 122 if (nsp_end[0] == (unsigned long)nbif_stack_trap_ra) { in nstack_walk_kill_trap() 123 nsp_end[0] = (unsigned long)p->hipe.ngra; in nstack_walk_kill_trap() 134 static inline int nstack_walk_nsp_reached_end(const Eterm *nsp, const Eterm *nsp_end) in nstack_walk_nsp_reached_end() argument 136 return nsp >= nsp_end; in nstack_walk_nsp_reached_end()
|
/dports/science/chemtool/chemtool-1.6.14/ |
H A D | chemproc.c | 1597 int d, n_end, nc_end, nsp_end; in copy_obj() local 1606 nsp_end = hp->nsp; in copy_obj() 1626 for (d = 0; d < nsp_end; d++) in copy_obj()
|
/dports/science/chemtool-devel/chemtool-1.7alpha15/ |
H A D | chemproc.c | 1597 int d, n_end, nc_end, nsp_end; in copy_obj() local 1606 nsp_end = hp->nsp; in copy_obj() 1626 for (d = 0; d < nsp_end; d++) in copy_obj()
|