Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 25 of 145) sorted by relevance

123456

/trueos/usr.bin/dc/
HDstack.c38 stack_init(struct stack *stack) in stack_init()
47 stack_empty(const struct stack *stack) in stack_empty()
103 stack_size(const struct stack *stack) in stack_size()
110 stack_dup(struct stack *stack) in stack_dup()
124 stack_swap(struct stack *stack) in stack_swap()
138 stack_grow(struct stack *stack) in stack_grow()
151 stack_pushnumber(struct stack *stack, struct number *b) in stack_pushnumber()
161 stack_pushstring(struct stack *stack, char *string) in stack_pushstring()
171 stack_push(struct stack *stack, struct value *v) in stack_push()
191 stack_tos(const struct stack *stack) in stack_tos()
[all …]
HDbcode.h59 struct stack { struct
60 struct value *stack; argument
61 ssize_t size;
62 ssize_t sp;
/trueos/usr.bin/csup/
HDglobtree.c250 struct stack { struct
251 struct stackelem *stack; member
262 stack_init(struct stack *stack) in stack_init()
271 stack_size(struct stack *stack) in stack_size()
278 stack_push(struct stack *stack, struct globtree *node, walkstate_t state) in stack_push()
293 stack_pop(struct stack *stack, struct globtree **node, walkstate_t *state) in stack_pop()
314 struct stack stack; in globtree_test() local
HDattrstack.c39 struct fattr **stack; member
/trueos/sys/sys/
HD_stack.h34 struct stack { struct
35 int depth;
36 vm_offset_t pcs[STACK_MAX];
/trueos/lib/libkse/thread/
HDthr_stack.c40 struct stack { struct
42 size_t stacksize; /* Stack size (rounded up). */ argument
44 void *stackaddr; /* Stack address. */ argument
48 * Default sized (stack and guard) spare stack queue. Stacks are cached argument
/trueos/contrib/bsnmp/snmp_mibII/
HDmibII_ifstack.c38 struct mibifstack *stack; in mib_ifstack_create() local
57 struct mibifstack *stack; in mib_ifstack_delete() local
73 struct mibifstack *stack; in op_ifstack() local
/trueos/lib/libthr/thread/
HDthr_stack.c42 struct stack { struct
44 size_t stacksize; /* Stack size (rounded up). */ argument
46 void *stackaddr; /* Stack address. */ argument
50 * Default sized (stack and guard) spare stack queue. Stacks are cached argument
/trueos/contrib/unbound/services/
HDmodstack.c75 modstack_init(struct module_stack* stack) in modstack_init()
82 modstack_config(struct module_stack* stack, const char* module_conf) in modstack_config()
/trueos/contrib/gcc/
HDtree-ssa-threadedge.c117 remove_temporary_equivalences (VEC(tree, heap) **stack) in remove_temporary_equivalences()
140 record_temporary_equivalence (tree x, tree y, VEC(tree, heap) **stack) in record_temporary_equivalence()
163 record_temporary_equivalences_from_phis (edge e, VEC(tree, heap) **stack) in record_temporary_equivalences_from_phis()
212 record_temporary_equivalences_from_stmts_at_dest (edge e, in record_temporary_equivalences_from_stmts_at_dest()
494 thread_across_edge (tree dummy_cond, in thread_across_edge()
HDcfganal.c40 basic_block *stack; member
160 edge_iterator *stack; in mark_dfs_back_edges() local
654 edge_iterator *stack; in post_order_compute() local
734 edge_iterator *stack; in pre_and_rev_post_order_compute() local
HDipa.c38 struct cgraph_node **stack = in cgraph_postorder() local
/trueos/contrib/ncurses/ncurses/tinfo/
HDlib_tparm.c176 TPS(stack)[TPS(stack_ptr)].num_type = TRUE; in npush() local
177 TPS(stack)[TPS(stack_ptr)].data.num = x; in npush() local
191 if (TPS(stack)[TPS(stack_ptr)].num_type) in npop() local
204 TPS(stack)[TPS(stack_ptr)].num_type = FALSE; in spush() local
205 TPS(stack)[TPS(stack_ptr)].data.str = x; in spush() local
/trueos/contrib/groff/src/roff/troff/
HDmtsm.h116 struct stack { struct
117 stack *next; argument
119 stack(); argument
/trueos/sys/boot/ia64/ski/
HDstart.S62 stack: .skip STACKSIZE label
/trueos/contrib/netbsd-tests/lib/libc/sys/
HDt_clone.c97 void *allocstack, *stack; in ATF_TC_BODY() local
193 void *allocstack, *stack; in ATF_TC_BODY() local
HDt_lwp_create.c108 void *stack; in ATF_TC_BODY() local
/trueos/contrib/libexecinfo/
HDbuiltin.c58 void *stack = &stack; in backtrace() local
/trueos/contrib/llvm/tools/lldb/source/Core/
HDTimer.cpp103 TimerStack *stack = GetTimerStackForCurrentThread (); in Timer() local
130 TimerStack *stack = GetTimerStackForCurrentThread (); in ~Timer() local
/trueos/sys/boot/userboot/userboot/
HDelf32_freebsd.c63 uint32_t stack[1024], *sp; in elf32_exec() local
/trueos/crypto/heimdal/lib/krb5/
HDmisc.c100 void *stack[128]; in _krb5_debug_backtrace() local
/trueos/contrib/netbsd-tests/lib/libpthread/
HDt_swapcontext.c45 char stack[STACKSIZE]; variable
/trueos/sys/ofed/include/linux/
HDlinux_idr.c281 struct idr_layer *stack[MAX_LEVEL]; in idr_get_new() local
357 struct idr_layer *stack[MAX_LEVEL]; in idr_get_new_above() local
/trueos/sys/mips/mips/
HDstack_machdep.c45 u_register_t * stack = in stack_register_fetch() local
/trueos/contrib/gdb/gdb/
HDdwarf2expr.h29 CORE_ADDR *stack; member

123456