Home
last modified time | relevance | path

Searched refs:tmp_stack (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/
H A Dtal-notreent.c35 struct tmp_stack struct
39 struct tmp_stack *prev; argument
41 typedef struct tmp_stack tmp_stack; typedef
47 static tmp_stack xxx = {&xxx, &xxx, 0};
48 static tmp_stack *current = &xxx;
51 #define HSIZ ROUND_UP_MULTIPLE (sizeof (tmp_stack), __TMP_ALIGN)
67 tmp_stack *header; in __gmp_tmp_alloc()
92 header = (tmp_stack *) chunk; in __gmp_tmp_alloc()
121 tmp_stack *tmp; in __gmp_tmp_free()
H A Dgmp-impl.h408 struct tmp_stack *which_chunk;
H A DChangeLog24041 * stack-alloc.c (tmp_stack): Move private parts of stack-alloc.h to
30779 (__tmp_alloc): Use HSIZ instead of sizeof(tmp_stack).
/netbsd-src/sys/arch/x68k/stand/loadbsd/
H A Dtrampoline.h27 void *tmp_stack; member
H A Dloadbsd.c361 arg->tmp_stack = (char *) arg + sizeof(struct tramparg) in read_kernel()