Searched refs:stack_push (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstack.h46 void stack_push(stk_t *, void *);
H A Dstack.c95 stack_push(stk_t *sp, void *data) function
H A Dstabs.c203 stack_push(file_stack, file);
258 stack_push(file_stack, curhdr);
/freebsd-10.1-release/usr.bin/dc/
H A Dextern.h52 void stack_push(struct stack *, struct value *);
H A Dstack.c120 stack_push(stack, stack_dup_value(value, &copy));
171 stack_push(struct stack *stack, struct value *v) function
204 stack_push(stack, v);
359 stack_push(stack, &n);
H A Dbcode.c452 stack_push(&bmachine.stack, v);
862 stack_push(&bmachine.reg[idx], value);
/freebsd-10.1-release/crypto/openssl/crypto/des/asm/
H A Ddesboth.pl23 &stack_push(3);
/freebsd-10.1-release/usr.bin/csup/
H A Dglobtree.c278 stack_push(struct stack *stack, struct globtree *node, walkstate_t state) function
323 stack_push(&stack, gt, STATE_DOINGLEFT);
346 stack_push(&stack, gt,
358 stack_push(&stack, gt,
/freebsd-10.1-release/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl44 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/
H A Dx86-gf2m.pl265 &stack_push(4+1);
/freebsd-10.1-release/crypto/openssl/crypto/modes/asm/
H A Dghash-x86.pl252 &stack_push(16+4+1); # +1 for stack alignment
285 &stack_push(16+4+1); # +1 for 64-bit alignment
450 &stack_push(4+1); # +1 for stack alignment
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dobj-coff.c93 stack_push (stack *st, char *element)
1295 stack_push (block_stack, (char *) &symp);
92 stack_push (stack *st, char *element) function
/freebsd-10.1-release/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl550 &stack_push(4); # place for s[0-3]
/freebsd-10.1-release/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl321 &stack_push(16+5+6);
/freebsd-10.1-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-586.pl327 &stack_push(16+3); # allocate X[16]

Completed in 119 milliseconds