Searched refs:stack_pop (Results 1 – 17 of 17) sorted by relevance
/third_party/pulseaudio/man/ |
D | xmltoman | 66 sub stack_pop { subroutine 150 stack_pop(); 155 stack_pop(); 179 stack_pop(); 182 stack_pop();
|
/third_party/ltp/lib/ |
D | tst_bool_expr.c | 160 static inline struct tst_expr_tok *stack_pop(struct tst_expr_tok *stack[], in stack_pop() function 242 stack_push(out, &out_pos, stack_pop(op_stack, &op_stack_pos)); in shunting_yard() 260 struct tst_expr_tok *op = stack_pop(op_stack, &op_stack_pos); in shunting_yard() 274 stack_push(out, &out_pos, stack_pop(op_stack, &op_stack_pos)); in shunting_yard() 298 stack_push(out, &out_pos, stack_pop(op_stack, &op_stack_pos)); in shunting_yard() 315 while ((i = stack_pop(op_stack, &op_stack_pos))) { in shunting_yard()
|
/third_party/pulseaudio/src/pulsecore/ |
D | flist.c | 71 static pa_flist_elem *stack_pop(pa_flist *flist, pa_atomic_t *list) { in stack_pop() function 138 while((elem = stack_pop(l, &l->stored))) in pa_flist_free() 151 elem = stack_pop(l, &l->empty); in pa_flist_push() 168 elem = stack_pop(l, &l->stored); in pa_flist_pop()
|
/third_party/openssl/crypto/des/asm/ |
D | desboth.pl | 67 &stack_pop(3);
|
/third_party/selinux/libsepol/src/ |
D | module_to_cil.c | 474 static void *stack_pop(struct stack *stack) in stack_pop() function 1306 val1 = stack_pop(stack); in cond_expr_to_cil() 1315 val2 = stack_pop(stack); in cond_expr_to_cil() 1316 val1 = stack_pop(stack); in cond_expr_to_cil() 1366 val1 = stack_pop(stack); in cond_expr_to_cil() 1384 while ((val1 = stack_pop(stack)) != NULL) { in cond_expr_to_cil() 1855 val1 = stack_pop(stack); in constraint_expr_to_string() 1864 val2 = stack_pop(stack); in constraint_expr_to_string() 1865 val1 = stack_pop(stack); in constraint_expr_to_string() 1910 new_val = stack_pop(stack); in constraint_expr_to_string() [all …]
|
/third_party/openssl/crypto/ec/asm/ |
D | ecp_nistz256-x86.pl | 140 &stack_pop(8); 448 &stack_pop(8); 1372 &stack_pop(8*5+1); 1646 &stack_pop(8*18+5); 1856 &stack_pop(8*15+3);
|
/third_party/libsnd/cmake/ |
D | CMakeAutoGenScript.cmake | 156 function(stack_pop STACK_ARG ITEM) function 311 stack_pop(STACK FOR_ITEM) 373 stack_pop(STACK CASE_ITEM)
|
/third_party/openssl/crypto/perlasm/ |
D | x86asm.pl | 52 sub ::stack_pop { my $num=$_[0]*4; $stack-=$num; &add("esp",$num); }
|
D | README.md | 35 &stack_pop(num) inverse of stack_push
|
/third_party/openssl/crypto/bn/asm/ |
D | x86-gf2m.pl | 308 &stack_pop(4+1);
|
/third_party/openssl/crypto/modes/asm/ |
D | ghash-x86.pl | 299 &stack_pop(16+4+1); 347 &stack_pop(16+4+1); 502 &stack_pop(4+1);
|
/third_party/openssl/crypto/camellia/asm/ |
D | cmll-x86.pl | 730 &stack_pop(4); 764 &stack_pop(3);
|
/third_party/openssl/crypto/ripemd/asm/ |
D | rmd-586.pl | 592 &stack_pop(16+5+6);
|
/third_party/openssl/crypto/sha/asm/ |
D | sha1-586.pl | 426 &stack_pop(16+3);
|
/third_party/openssl/crypto/chacha/asm/ |
D | chacha-x86.pl | 372 &stack_pop(33);
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 3705 stack_pop(struct ir3_context *ctx) in stack_pop() function 3722 stack_pop(ctx); in emit_cf_list() 3727 stack_pop(ctx); in emit_cf_list()
|
/third_party/openssl/crypto/poly1305/asm/ |
D | poly1305-x86.pl | 316 &stack_pop(16);
|