Searched refs:stack_pop (Results 1 – 13 of 13) sorted by relevance
/external/iptables/iptables/ |
D | xtables-config-parser.y | 52 static struct stack_elem *stack_pop(void) in stack_pop() function 198 for (e = stack_pop(); e != NULL; e = stack_pop()) { in xtables_config_parse()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | stack_ops_test.py | 183 c1 = gen_data_flow_ops.stack_pop(h, dtypes.float32) 198 c1 = gen_data_flow_ops.stack_pop(h, dtypes.float32) 211 c1 = gen_data_flow_ops.stack_pop(h1, dtypes.float32) 215 c2 = gen_data_flow_ops.stack_pop(h2, dtypes.float32) 244 ny = y + gen_data_flow_ops.stack_pop(h, dtypes.float32)
|
/external/libnetfilter_conntrack/include/internal/ |
D | stack.h | 9 int stack_pop(struct stack *s, void *data);
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | bsf.c | 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()
|
D | stack.c | 60 int stack_pop(struct stack *s, void *data) in stack_pop() function
|
/external/boringssl/src/crypto/test/asm/ |
D | trampoline-x86.pl | 77 &stack_pop(11);
|
/external/selinux/libsepol/src/ |
D | module_to_cil.c | 469 static void *stack_pop(struct stack *stack) in stack_pop() function 1316 val1 = stack_pop(stack); in cond_expr_to_cil() 1325 val2 = stack_pop(stack); in cond_expr_to_cil() 1326 val1 = stack_pop(stack); in cond_expr_to_cil() 1379 val1 = stack_pop(stack); in cond_expr_to_cil() 1397 while ((val1 = stack_pop(stack)) != NULL) { in cond_expr_to_cil() 1853 val1 = stack_pop(stack); in constraint_expr_to_string() 1862 val2 = stack_pop(stack); in constraint_expr_to_string() 1863 val1 = stack_pop(stack); in constraint_expr_to_string() 1911 new_val = stack_pop(stack); in constraint_expr_to_string() [all …]
|
/external/boringssl/src/crypto/perlasm/ |
D | x86asm.pl | 72 sub ::stack_pop { my $num=$_[0]*4; $stack-=$num; &add("esp",$num); }
|
D | readme | 31 &stack_pop(num) inverse of stack_push
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 899 static INLINE int stack_pop(int *stack, int stack_size) { in stack_pop() function
|
D | vp9_encoder.c | 3002 stack_pop(gf_group->arf_index_stack, gf_group->stack_size); 3074 stack_pop(gf_group->arf_index_stack, gf_group->stack_size); 5502 alt_index = stack_pop(arf_index_stack, arf_stack_size); 5507 alt_index = stack_pop(arf_index_stack, arf_stack_size);
|
/external/boringssl/src/crypto/chacha/asm/ |
D | chacha-x86.pl | 357 &stack_pop(33);
|
/external/boringssl/src/crypto/fipsmodule/sha/asm/ |
D | sha1-586.pl | 422 &stack_pop(16+3);
|