Searched refs:stack_push (Results 1 – 14 of 14) sorted by relevance
/external/iptables/iptables/ |
D | xtables-config-parser.y | 38 static void *stack_push(int token, size_t size) in stack_push() function 111 void *data = stack_push(T_FAMILY, strlen($2)+1); 123 void *data = stack_push(T_TABLE, strlen($2)+1); 135 void *data = stack_push(T_PRIO, sizeof(int32_t)); 137 data = stack_push(T_HOOK, strlen($4)+1); 139 data = stack_push(T_CHAIN, strlen($2)+1);
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | stack_ops_test.py | 181 c = gen_data_flow_ops.stack_push(h, [[4.0, 5.0]]) 196 c = gen_data_flow_ops.stack_push(h, x, swap_memory=True) 209 c1 = gen_data_flow_ops.stack_push(h1, 4.0) 213 c2 = gen_data_flow_ops.stack_push(h2, 5.0) 230 v = gen_data_flow_ops.stack_push(h, a, swap_memory=True) 264 c1 = gen_data_flow_ops.stack_push(h1, 4.0) 266 c2 = gen_data_flow_ops.stack_push(h2, 5.0) 289 c = gen_data_flow_ops.stack_push(h, [[4.0, 5.0]])
|
/external/v8/src/ |
D | json-stringifier.cc | 520 Result stack_push = StackPush(object); in SerializeJSArray() local 521 if (stack_push != SUCCESS) return stack_push; in SerializeJSArray() 635 Result stack_push = StackPush(object); in SerializeJSObject() local 636 if (stack_push != SUCCESS) return stack_push; in SerializeJSObject() 717 Result stack_push = StackPush(object); in SerializeJSProxy() local 718 if (stack_push != SUCCESS) return stack_push; in SerializeJSProxy()
|
/external/libnetfilter_conntrack/include/internal/ |
D | stack.h | 8 int stack_push(struct stack *s, void *data);
|
/external/boringssl/src/crypto/perlasm/ |
D | readme | 30 &stack_push(num) Basically a 'sub esp, num*4' with extra 31 &stack_pop(num) inverse of stack_push
|
D | x86asm.pl | 71 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
|
/external/boringssl/src/crypto/test/asm/ |
D | trampoline-x86.pl | 61 &stack_push(11);
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | stack.c | 49 int stack_push(struct stack *s, void *data) in stack_push() function
|
D | bsf.c | 176 stack_push(s, &jmp); in nfct_bsf_cmp_k_stack() 195 stack_push(s, &jmp); in nfct_bsf_cmp_k_stack_jf()
|
/external/boringssl/src/crypto/chacha/asm/ |
D | chacha-x86.pl | 140 &stack_push(33); 440 &stack_push (131);
|
/external/selinux/libsepol/src/ |
D | module_to_cil.c | 447 static int stack_push(struct stack *stack, void *ptr) in stack_push() function 1365 rc = stack_push(stack, new_val); in cond_expr_to_cil() 1902 rc = stack_push(stack, new_val); in constraint_expr_to_string() 3746 stack_push(stack, decl); in module_block_to_cil() 3771 stack_push(stack, decl); in global_block_to_cil() 3844 stack_push(stack, decl); in linked_block_to_cil()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 909 static INLINE void stack_push(int *stack, int new_item, int stack_size) { in stack_push() function
|
D | vp9_encoder.c | 3035 stack_push(gf_group->arf_index_stack, cpi->alt_fb_idx, 5495 stack_push(arf_index_stack, alt_index, arf_stack_size);
|
/external/boringssl/src/crypto/fipsmodule/sha/asm/ |
D | sha1-586.pl | 361 &stack_push(16+3); # allocate X[16]
|