Home
last modified time | relevance | path

Searched refs:old_stack (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/devel/sdl12/SDL-1.2.15/src/timer/mint/
H A DSDL_systimer.c63 void *old_stack; in SDL_StartTicks() local
67 old_stack = (void *)Super(0); in SDL_StartTicks()
69 SuperToUser(old_stack); in SDL_StartTicks()
83 void *old_stack = (void *)Super(0); in SDL_GetTicks() local
85 SuperToUser(old_stack); in SDL_GetTicks()
109 void *old_stack; in SDL_SYS_TimerInit() local
114 old_stack = (void *)Super(0); in SDL_SYS_TimerInit()
116 SuperToUser(old_stack); in SDL_SYS_TimerInit()
130 void *old_stack = (void *)Super(0); in SDL_SYS_TimerQuit() local
132 SuperToUser(old_stack); in SDL_SYS_TimerQuit()
/dports/games/tty-solitaire/tty-solitaire-1.3.1/tests/
H A Dstack_test.c128 struct stack *stack, *old_stack; in test_stack_push_null_on_stack_empty_stack() local
132 old_stack = stack; in test_stack_push_null_on_stack_empty_stack()
135 assert(cards_equal(stack->card, old_stack->card)); in test_stack_push_null_on_stack_empty_stack()
142 struct stack *stack, *old_stack; in test_stack_push_null_on_non_stack_empty_stack() local
151 old_stack = stack_dup(stack); in test_stack_push_null_on_non_stack_empty_stack()
154 assert(cards_equal(stack->card, old_stack->card)); in test_stack_push_null_on_non_stack_empty_stack()
155 assert(stacks_equal(stack->next, old_stack->next)); in test_stack_push_null_on_non_stack_empty_stack()
222 old_stack = stack; in test_stack_reverse_on_stack_empty_stack()
242 old_stack = stack; in test_stack_reverse_on_stack_with_one_element()
263 old_stack = stack_dup(stack); in test_stack_reverse_on_stack_with_more_than_one_element()
[all …]
/dports/lang/ghc/ghc-8.10.7/rts/
H A DThreads.c527 StgStack *new_stack, *old_stack; in threadStackOverflow() local
585 old_stack = tso->stackobj; in threadStackOverflow()
597 if (old_stack->sp > old_stack->stack + old_stack->stack_size / 2) in threadStackOverflow()
641 for (sp = old_stack->sp; in threadStackOverflow()
643 old_stack->stack + old_stack->stack_size); ) in threadStackOverflow()
657 if (sp == old_stack->stack + old_stack->stack_size) { in threadStackOverflow()
687 old_stack->sp += chunk_words; in threadStackOverflow()
711 StgStack *new_stack, *old_stack; in threadStackUnderflow() local
717 old_stack = tso->stackobj; in threadStackUnderflow()
719 frame = (StgUnderflowFrame*)(old_stack->stack + old_stack->stack_size in threadStackUnderflow()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/tests/
H A Dtstckintc.c108 return_mpfr (mpfr_ptr x, char *old_stack) in return_mpfr() argument
115 memmove (old_stack, x, sizeof (mpfr_t)); in return_mpfr()
116 memmove (old_stack + ALIGNED (sizeof (mpfr_t)), mantissa, size_mantissa); in return_mpfr()
117 newx = (mpfr_ptr) (long *) (void *) old_stack; in return_mpfr()
118 newx2 = (long *) (void *) (old_stack + ALIGNED (sizeof (mpfr_t))); in return_mpfr()
126 return_mpfr_func (mpfr_ptr x, char *old_stack) in return_mpfr_func() argument
132 memmove (old_stack, x, sizeof (mpfr_t)); in return_mpfr_func()
133 memmove (old_stack + ALIGNED (sizeof (mpfr_t)), mantissa, size_mantissa); in return_mpfr_func()
134 newx = (mpfr_ptr) (long *) (void *) old_stack; in return_mpfr_func()
135 (mpfr_custom_move) (newx, old_stack + ALIGNED (sizeof (mpfr_t))); in return_mpfr_func()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/
H A Dgeneric-morestack.c165 void *old_stack; member
573 current->old_stack = old_stack; in __generic_morestack()
604 from = (char *) old_stack; in __generic_morestack()
625 void *old_stack; in __generic_releasestack() local
628 old_stack = current->old_stack; in __generic_releasestack()
635 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
646 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
649 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
654 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
663 return old_stack; in __generic_releasestack()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgcc/
H A Dgeneric-morestack.c165 void *old_stack; member
556 current->old_stack = old_stack; in __generic_morestack()
587 from = (char *) old_stack; in __generic_morestack()
608 void *old_stack; in __generic_releasestack() local
611 old_stack = current->old_stack; in __generic_releasestack()
618 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
629 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
632 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
637 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
646 return old_stack; in __generic_releasestack()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgcc/
H A Dgeneric-morestack.c162 void *old_stack; member
570 current->old_stack = old_stack; in __generic_morestack()
601 from = (char *) old_stack; in __generic_morestack()
622 void *old_stack; in __generic_releasestack() local
625 old_stack = current->old_stack; in __generic_releasestack()
632 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
643 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
646 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
651 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
660 return old_stack; in __generic_releasestack()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/
H A Dgeneric-morestack.c165 void *old_stack; member
556 current->old_stack = old_stack; in __generic_morestack()
587 from = (char *) old_stack; in __generic_morestack()
608 void *old_stack; in __generic_releasestack() local
611 old_stack = current->old_stack; in __generic_releasestack()
618 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
629 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
632 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
637 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
646 return old_stack; in __generic_releasestack()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/
H A Dgeneric-morestack.c165 void *old_stack; member
556 current->old_stack = old_stack; in __generic_morestack()
587 from = (char *) old_stack; in __generic_morestack()
608 void *old_stack; in __generic_releasestack() local
611 old_stack = current->old_stack; in __generic_releasestack()
618 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
629 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
632 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
637 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
646 return old_stack; in __generic_releasestack()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgcc/
H A Dgeneric-morestack.c165 void *old_stack; member
556 current->old_stack = old_stack; in __generic_morestack()
587 from = (char *) old_stack; in __generic_morestack()
608 void *old_stack; in __generic_releasestack() local
611 old_stack = current->old_stack; in __generic_releasestack()
618 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
629 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
632 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
637 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
646 return old_stack; in __generic_releasestack()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/
H A Dgeneric-morestack.c165 void *old_stack; member
556 current->old_stack = old_stack; in __generic_morestack()
587 from = (char *) old_stack; in __generic_morestack()
608 void *old_stack; in __generic_releasestack() local
611 old_stack = current->old_stack; in __generic_releasestack()
618 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
629 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
632 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
637 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
646 return old_stack; in __generic_releasestack()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgcc/
H A Dgeneric-morestack.c165 void *old_stack; member
556 current->old_stack = old_stack; in __generic_morestack()
587 from = (char *) old_stack; in __generic_morestack()
608 void *old_stack; in __generic_releasestack() local
611 old_stack = current->old_stack; in __generic_releasestack()
618 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
629 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
632 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
637 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
646 return old_stack; in __generic_releasestack()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgcc/
H A Dgeneric-morestack.c162 void *old_stack; member
570 current->old_stack = old_stack; in __generic_morestack()
601 from = (char *) old_stack; in __generic_morestack()
622 void *old_stack; in __generic_releasestack() local
625 old_stack = current->old_stack; in __generic_releasestack()
632 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
643 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
646 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
651 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
660 return old_stack; in __generic_releasestack()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgcc/
H A Dgeneric-morestack.c165 void *old_stack; member
556 current->old_stack = old_stack; in __generic_morestack()
587 from = (char *) old_stack; in __generic_morestack()
608 void *old_stack; in __generic_releasestack() local
611 old_stack = current->old_stack; in __generic_releasestack()
618 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
629 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
632 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
637 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
646 return old_stack; in __generic_releasestack()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgcc/
H A Dgeneric-morestack.c165 void *old_stack; member
573 current->old_stack = old_stack; in __generic_morestack()
604 from = (char *) old_stack; in __generic_morestack()
625 void *old_stack; in __generic_releasestack() local
628 old_stack = current->old_stack; in __generic_releasestack()
635 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
646 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
649 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
654 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
663 return old_stack; in __generic_releasestack()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgcc/
H A Dgeneric-morestack.c165 void *old_stack; member
556 current->old_stack = old_stack; in __generic_morestack()
587 from = (char *) old_stack; in __generic_morestack()
608 void *old_stack; in __generic_releasestack() local
611 old_stack = current->old_stack; in __generic_releasestack()
618 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
629 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
632 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
637 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
646 return old_stack; in __generic_releasestack()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgcc/
H A Dgeneric-morestack.c165 void *old_stack; member
556 current->old_stack = old_stack; in __generic_morestack()
587 from = (char *) old_stack; in __generic_morestack()
608 void *old_stack; in __generic_releasestack() local
611 old_stack = current->old_stack; in __generic_releasestack()
618 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
629 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
632 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
637 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
646 return old_stack; in __generic_releasestack()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgcc/
H A Dgeneric-morestack.c162 void *old_stack; member
570 current->old_stack = old_stack; in __generic_morestack()
601 from = (char *) old_stack; in __generic_morestack()
622 void *old_stack; in __generic_releasestack() local
625 old_stack = current->old_stack; in __generic_releasestack()
632 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
643 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
646 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
651 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
660 return old_stack; in __generic_releasestack()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5CS.c247 H5CS_t * old_stack = H5CS_get_my_stack(); /* Existing function stack for library */ in H5CS_copy_stack() local
256 HDassert(old_stack); in H5CS_copy_stack()
262 if (NULL == (new_stack->rec = HDcalloc(old_stack->nused, sizeof(const char *)))) in H5CS_copy_stack()
266 for (u = 0; u < old_stack->nused; u++) in H5CS_copy_stack()
267 new_stack->rec[u] = HDstrdup(old_stack->rec[u]); in H5CS_copy_stack()
268 new_stack->nused = new_stack->nalloc = old_stack->nused; in H5CS_copy_stack()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5CS.c259 H5CS_t *old_stack = H5CS_get_my_stack(); /* Existing function stack for library */ in H5CS_copy_stack() local
268 HDassert(old_stack); in H5CS_copy_stack()
274 if(NULL == (new_stack->rec = HDcalloc(old_stack->nused, sizeof(const char *)))) in H5CS_copy_stack()
278 for(u = 0; u < old_stack->nused; u++) in H5CS_copy_stack()
279 new_stack->rec[u] = HDstrdup(old_stack->rec[u]); in H5CS_copy_stack()
280 new_stack->nused = new_stack->nalloc = old_stack->nused; in H5CS_copy_stack()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5CS.c259 H5CS_t *old_stack = H5CS_get_my_stack(); /* Existing function stack for library */ in H5CS_copy_stack() local
268 HDassert(old_stack); in H5CS_copy_stack()
274 if(NULL == (new_stack->rec = HDcalloc(old_stack->nused, sizeof(const char *)))) in H5CS_copy_stack()
278 for(u = 0; u < old_stack->nused; u++) in H5CS_copy_stack()
279 new_stack->rec[u] = HDstrdup(old_stack->rec[u]); in H5CS_copy_stack()
280 new_stack->nused = new_stack->nalloc = old_stack->nused; in H5CS_copy_stack()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5CS.c259 H5CS_t *old_stack = H5CS_get_my_stack(); /* Existing function stack for library */ in H5CS_copy_stack() local
268 HDassert(old_stack); in H5CS_copy_stack()
274 if(NULL == (new_stack->rec = HDcalloc(old_stack->nused, sizeof(const char *)))) in H5CS_copy_stack()
278 for(u = 0; u < old_stack->nused; u++) in H5CS_copy_stack()
279 new_stack->rec[u] = HDstrdup(old_stack->rec[u]); in H5CS_copy_stack()
280 new_stack->nused = new_stack->nalloc = old_stack->nused; in H5CS_copy_stack()
/dports/lang/gcc10/gcc-10.3.0/libgcc/
H A Dgeneric-morestack.c223 void *old_stack; member
614 current->old_stack = old_stack; in __generic_morestack()
645 from = (char *) old_stack; in __generic_morestack()
666 void *old_stack; in __generic_releasestack() local
669 old_stack = current->old_stack; in __generic_releasestack()
676 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
687 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
690 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
695 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
704 return old_stack; in __generic_releasestack()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/
H A Dgeneric-morestack.c223 void *old_stack; member
614 current->old_stack = old_stack; in __generic_morestack()
645 from = (char *) old_stack; in __generic_morestack()
666 void *old_stack; in __generic_releasestack() local
669 old_stack = current->old_stack; in __generic_releasestack()
676 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
687 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
690 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
695 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
704 return old_stack; in __generic_releasestack()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgcc/
H A Dgeneric-morestack.c223 void *old_stack; member
614 current->old_stack = old_stack; in __generic_morestack()
645 from = (char *) old_stack; in __generic_morestack()
666 void *old_stack; in __generic_releasestack() local
669 old_stack = current->old_stack; in __generic_releasestack()
676 *pavailable = (char *) old_stack - (char *) (current + 1); in __generic_releasestack()
687 if ((char *) old_stack >= (char *) __morestack_initial_sp.sp) in __generic_releasestack()
690 used = (char *) __morestack_initial_sp.sp - (char *) old_stack; in __generic_releasestack()
695 used = (char *) old_stack - (char *) __morestack_initial_sp.sp; in __generic_releasestack()
704 return old_stack; in __generic_releasestack()
[all …]

12345678