Home
last modified time | relevance | path

Searched refs:stack_push (Results 1 – 22 of 22) 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/boost/tools/build/src/engine/
Dfunction.cpp269 void stack_push( STACK * s, LIST * l ) in stack_push() function
3236 stack_push( s, *old ); in argument_list_push()
3240 stack_push( s, var_swap( frame->module, formal_arg->arg_name, in argument_list_push()
3933 stack_push( s, L0 ); in function_run()
3942 stack_push( s, list_new( object_copy( value ) ) ); in function_run()
3950 stack_push( s, frame_get_local( frame, code->arg ) ); in function_run()
3958 stack_push( s, function_get_variable( function, frame, code->arg ) ); in function_run()
3966 stack_push( s, list_copy( frame->module->fixed_variables[ code->arg in function_run()
3984 stack_push( s, value ); in function_run()
3994 stack_push( s, list_append( l, r ) ); in function_run()
[all …]
Dfunction.h21 void stack_push( STACK * s, LIST * l );
/third_party/openssl/crypto/des/asm/
Ddesboth.pl30 &stack_push(3);
/third_party/openssl/crypto/perlasm/
DREADME30 &stack_push(num) Basically a 'sub esp, num*4' with extra
31 &stack_pop(num) inverse of stack_push
Dx86asm.pl51 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
/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.pl132 &stack_push(8); # therefore we need to allocate
436 &stack_push(8);
1242 &stack_push(8*5+1);
1393 &stack_push(8*18+5);
1668 &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.pl275 &stack_push(4+1);
/third_party/openssl/crypto/modes/asm/
Dghash-x86.pl271 &stack_push(16+4+1); # +1 for stack alignment
304 &stack_push(16+4+1); # +1 for 64-bit alignment
467 &stack_push(4+1); # +1 for stack alignment
/third_party/openssl/crypto/chacha/asm/
Dchacha-x86.pl156 &stack_push(33);
461 &stack_push (131);
864 &stack_push (131);
/third_party/selinux/libsepol/src/
Dmodule_to_cil.c450 static int stack_push(struct stack *stack, void *ptr) in stack_push() function
1353 rc = stack_push(stack, new_val); in cond_expr_to_cil()
1894 rc = stack_push(stack, new_val); in constraint_expr_to_string()
3719 stack_push(stack, decl); in module_block_to_cil()
3744 stack_push(stack, decl); in global_block_to_cil()
3817 stack_push(stack, decl); in linked_block_to_cil()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_auto_monad.cc922 auto stack_push = StackPush(node_input); in InsertStackPop() local
923 stack_pushs->emplace_back(stack_push); in InsertStackPop()
1402 auto stack_push = NewPrimitive(prim::kPrimStackPush); in StackPush() local
1403 auto cnode = kernel_graph_->NewCNode({stack_push, input, monad}); in StackPush()
/third_party/openssl/crypto/ripemd/asm/
Drmd-586.pl333 &stack_push(16+5+6);
/third_party/openssl/crypto/sha/asm/
Dsha1-586.pl366 &stack_push(16+3); # allocate X[16]
/third_party/openssl/crypto/camellia/asm/
Dcmll-x86.pl560 &stack_push(4); # place for s[0-3]
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c3103 stack_push(struct ir3_context *ctx) in stack_push() function
3125 stack_push(ctx); in emit_cf_list()
3130 stack_push(ctx); in emit_cf_list()
/third_party/openssl/crypto/poly1305/asm/
Dpoly1305-x86.pl163 &stack_push(16);
/third_party/gettext/gettext-tools/src/
DChangeLog.17535 (xcalloc_debug, stack_push, stack_pop): Remove unused functions.