/netbsd-src/sys/external/bsd/sljit/dist/regex_src/ |
H A D | regexJIT.c | 231 static int stack_push(struct stack *stack, int type, int value) in stack_push() function 482 if (stack_push(stack, type_open_br, 0)) in iterate() 484 if (stack_push(stack, type_close_br, 0)) in iterate() 496 SLJIT_ASSERT(stack_push(&it, type_open_br, 0) == 0); in iterate() 498 stack_push(&it, type_open_br, 0); in iterate() 518 if (stack_push(stack, type_qestion_mark, 0)) in iterate() 528 if (stack_push(stack, type_qestion_mark, 0)) in iterate() 549 if (stack_push(stack, type_plus_sign, 0)) in iterate() 554 if (stack_push(stack, type_close_br, 0)) in iterate() 595 if (stack_push(stack, type_id, val1)) in parse_iterator() [all …]
|
/netbsd-src/usr.bin/dc/ |
H A D | stack.c | 113 stack_push(stack, stack_dup_value(value, ©)); in stack_dup() 162 stack_push(struct stack *stack, struct value *v) in stack_push() function 192 stack_push(stack, v); in stack_set_tos() 336 stack_push(stack, &n); in frame_assign()
|
H A D | extern.h | 51 void stack_push(struct stack *, struct value *);
|
H A D | bcode.c | 454 stack_push(&bmachine.stack, v); in push() 867 stack_push(&bmachine.reg[idx], value); in store_stack()
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | stack.h | 46 void stack_push(stk_t *, void *);
|
H A D | stabs.c | 207 stack_push(file_stack, file); in stabs_read() 262 stack_push(file_stack, curhdr); in stabs_read()
|
H A D | stack.c | 99 stack_push(stk_t *sp, void *data) in stack_push() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
H A D | README.md | 34 &stack_push(num) Basically a 'sub esp, num*4' with extra 35 &stack_pop(num) inverse of stack_push
|
H A D | x86asm.pl | 51 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/ |
H A D | README | 30 &stack_push(num) Basically a 'sub esp, num*4' with extra 31 &stack_pop(num) inverse of stack_push
|
H A D | x86asm.pl | 51 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/des/asm/ |
H A D | desboth.pl | 30 &stack_push(3);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/des/asm/ |
H A D | desboth.pl | 30 &stack_push(3);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/asm/ |
H A D | ecp_nistz256-x86.pl | 132 &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);
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/asm/ |
H A 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);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
H A D | x86-gf2m.pl | 275 &stack_push(4+1);
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
H A D | x86-gf2m.pl | 274 &stack_push(4+1);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/modes/asm/ |
H A D | ghash-x86.pl | 271 &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
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/asm/ |
H A 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
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/chacha/asm/ |
H A D | chacha-x86.pl | 156 &stack_push(33); 461 &stack_push (131); 864 &stack_push (131);
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/chacha/asm/ |
H A D | chacha-x86.pl | 155 &stack_push(33); 460 &stack_push (131); 863 &stack_push (131);
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | obj-coff.c | 93 stack_push (stack *st, char *element) in stack_push() function 1318 stack_push (block_stack, (char *) &symp); in coff_frob_symbol()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | obj-coff.c | 93 stack_push (stack *st, char *element) in stack_push() function 1318 stack_push (block_stack, (char *) &symp); in coff_frob_symbol()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ripemd/asm/ |
H A D | rmd-586.pl | 332 &stack_push(16+5+6);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ripemd/asm/ |
H A D | rmd-586.pl | 333 &stack_push(16+5+6);
|