Searched defs:stack_pop (Results 1 – 4 of 4) sorted by relevance
60 int stack_pop(struct stack *s, void *data) in stack_pop() function
52 static struct stack_elem *stack_pop(void) in stack_pop() function
469 static void *stack_pop(struct stack *stack) in stack_pop() function
899 static INLINE int stack_pop(int *stack, int stack_size) { in stack_pop() function