/third_party/pulseaudio/man/ |
D | xmltoman | 55 sub stack_push { subroutine 103 stack_push("bold"); 142 stack_push("italic"); 145 stack_push("bold"); 148 stack_push("bold"); 153 stack_push("bold");
|
/third_party/ltp/lib/ |
D | tst_bool_expr.c | 149 static inline void stack_push(struct tst_expr_tok *stack[], unsigned int *op_stack_pos, in stack_push() function 239 stack_push(out, &out_pos, i); in shunting_yard() 242 stack_push(out, &out_pos, stack_pop(op_stack, &op_stack_pos)); in shunting_yard() 250 stack_push(op_stack, &op_stack_pos, i); in shunting_yard() 270 stack_push(out, &out_pos, op); in shunting_yard() 274 stack_push(out, &out_pos, stack_pop(op_stack, &op_stack_pos)); in shunting_yard() 281 stack_push(op_stack, &op_stack_pos, i); in shunting_yard() 298 stack_push(out, &out_pos, stack_pop(op_stack, &op_stack_pos)); in shunting_yard() 302 stack_push(op_stack, &op_stack_pos, i); in shunting_yard() 321 stack_push(out, &out_pos, i); in shunting_yard()
|
/third_party/pulseaudio/src/pulsecore/ |
D | flist.c | 87 static void stack_push(pa_flist *flist, pa_atomic_t *list, pa_flist_elem *new_elem) { in stack_push() function 123 stack_push(l, &l->empty, &l->table[i]); in pa_flist_new_with_name() 158 stack_push(l, &l->stored, elem); in pa_flist_push() 174 stack_push(l, &l->empty, elem); in pa_flist_pop()
|
/third_party/openssl/crypto/perlasm/ |
D | README.md | 34 &stack_push(num) Basically a 'sub esp, num*4' with extra 35 &stack_pop(num) inverse of stack_push
|
D | x86asm.pl | 51 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
|
/third_party/openssl/crypto/des/asm/ |
D | desboth.pl | 30 &stack_push(3);
|
/third_party/libsnd/cmake/ |
D | CMakeAutoGenScript.cmake | 145 function(stack_push STACK_ARG) function 307 stack_push(STACK FOR ${POSITION} ${FOR_KEY} ${FOR_INDEX}) 333 stack_push(STACK FOR ${FOR_POSITION} ${FOR_KEY} ${FOR_INDEX}) 347 stack_push(STACK CASE "${CASE_KEY}" ${POSITION})
|
/third_party/openssl/crypto/ec/asm/ |
D | ecp_nistz256-x86.pl | 131 &stack_push(8); # therefore we need to allocate 435 &stack_push(8); 1241 &stack_push(8*5+1); 1392 &stack_push(8*18+5); 1667 &stack_push(8*15+3);
|
/third_party/libwebsockets/lib/misc/ |
D | lecp.c | 1326 goto stack_push; in lws_lec_vsprintf() 1333 goto stack_push; in lws_lec_vsprintf() 1624 stack_push: in lws_lec_vsprintf() 1663 goto stack_push; in lws_lec_vsprintf()
|
/third_party/openssl/crypto/bn/asm/ |
D | x86-gf2m.pl | 274 &stack_push(4+1);
|
/third_party/openssl/crypto/modes/asm/ |
D | ghash-x86.pl | 270 &stack_push(16+4+1); # +1 for stack alignment 303 &stack_push(16+4+1); # +1 for 64-bit alignment 466 &stack_push(4+1); # +1 for stack alignment
|
/third_party/openssl/crypto/chacha/asm/ |
D | chacha-x86.pl | 155 &stack_push(33); 460 &stack_push (131); 863 &stack_push (131);
|
/third_party/selinux/libsepol/src/ |
D | module_to_cil.c | 452 static int stack_push(struct stack *stack, void *ptr) in stack_push() function 1352 rc = stack_push(stack, new_val); in cond_expr_to_cil() 1901 rc = stack_push(stack, new_val); in constraint_expr_to_string() 3756 stack_push(stack, decl); in module_block_to_cil() 3781 stack_push(stack, decl); in global_block_to_cil() 3854 stack_push(stack, decl); in linked_block_to_cil()
|
/third_party/openssl/crypto/ripemd/asm/ |
D | rmd-586.pl | 332 &stack_push(16+5+6);
|
/third_party/openssl/crypto/sha/asm/ |
D | sha1-586.pl | 365 &stack_push(16+3); # allocate X[16]
|
/third_party/openssl/crypto/camellia/asm/ |
D | cmll-x86.pl | 559 &stack_push(4); # place for s[0-3]
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 3698 stack_push(struct ir3_context *ctx) in stack_push() function 3720 stack_push(ctx); in emit_cf_list() 3725 stack_push(ctx); in emit_cf_list()
|
/third_party/openssl/crypto/poly1305/asm/ |
D | poly1305-x86.pl | 162 &stack_push(16);
|