Searched refs:stack_pop (Results 1 – 9 of 9) sorted by relevance
52 static struct stack_elem *stack_pop(void) in stack_pop() function198 for (e = stack_pop(); e != NULL; e = stack_pop()) { in xtables_config_parse()
9 int stack_pop(struct stack *s, void *data);
362 while (stack_pop(s, &jmp) != -1) in add_state_filter_cta()474 while (stack_pop(s, &jmp) != -1) in bsf_add_proto_filter()547 while (stack_pop(s, &jmp) != -1) in bsf_add_addr_ipv4_filter()648 while (stack_pop(s, &jmp) != -1) { in bsf_add_addr_ipv6_filter()723 while (stack_pop(s, &jmp) != -1) in bsf_add_mark_filter()
60 int stack_pop(struct stack *s, void *data) in stack_pop() function
456 static void *stack_pop(struct stack *stack) in stack_pop() function1289 val1 = stack_pop(stack); in cond_expr_to_cil()1298 val2 = stack_pop(stack); in cond_expr_to_cil()1299 val1 = stack_pop(stack); in cond_expr_to_cil()1352 val1 = stack_pop(stack); in cond_expr_to_cil()1369 while ((val1 = stack_pop(stack)) != NULL) { in cond_expr_to_cil()1823 val1 = stack_pop(stack); in constraint_expr_to_string()1832 val2 = stack_pop(stack); in constraint_expr_to_string()1833 val1 = stack_pop(stack); in constraint_expr_to_string()1881 new_val = stack_pop(stack); in constraint_expr_to_string()[all …]
52 sub ::stack_pop { my $num=$_[0]*4; $stack-=$num; &add("esp",$num); }
31 &stack_pop(num) inverse of stack_push
350 &stack_pop(33);
416 &stack_pop(16+3);