Home
last modified time | relevance | path

Searched refs:stack_push (Results 1 – 18 of 18) sorted by relevance

/third_party/pulseaudio/man/
Dxmltoman55 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/
Dtst_bool_expr.c149 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/
Dflist.c87 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/
DREADME.md34 &stack_push(num) Basically a 'sub esp, num*4' with extra
35 &stack_pop(num) inverse of stack_push
Dx86asm.pl51 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
/third_party/openssl/crypto/des/asm/
Ddesboth.pl30 &stack_push(3);
/third_party/libsnd/cmake/
DCMakeAutoGenScript.cmake145 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/
Decp_nistz256-x86.pl131 &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/
Dlecp.c1326 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/
Dx86-gf2m.pl274 &stack_push(4+1);
/third_party/openssl/crypto/modes/asm/
Dghash-x86.pl270 &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/
Dchacha-x86.pl155 &stack_push(33);
460 &stack_push (131);
863 &stack_push (131);
/third_party/selinux/libsepol/src/
Dmodule_to_cil.c452 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/
Drmd-586.pl332 &stack_push(16+5+6);
/third_party/openssl/crypto/sha/asm/
Dsha1-586.pl365 &stack_push(16+3); # allocate X[16]
/third_party/openssl/crypto/camellia/asm/
Dcmll-x86.pl559 &stack_push(4); # place for s[0-3]
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c3698 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/
Dpoly1305-x86.pl162 &stack_push(16);