Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 25 of 7591) sorted by relevance

12345678910>>...304

/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/satoshi/
H A Dstackops.py17 def do_OP_VER(stack): argument
29 def do_OP_RETURN(stack): argument
33 def do_OP_2DROP(stack): argument
38 def do_OP_2DUP(stack): argument
44 def do_OP_3DUP(stack): argument
57 def do_OP_2ROT(stack): argument
73 def do_OP_DROP(stack): argument
77 def do_OP_DUP(stack): argument
81 def do_OP_NIP(stack): argument
91 def do_OP_ROT(stack): argument
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dstack.go38 type stack struct { struct
39 stk [][]byte
40 verifyMinimalData bool
44 func (s *stack) Depth() int32 {
59 func (s *stack) PushInt(val scriptNum) {
67 func (s *stack) PushBool(val bool) {
184 func (s *stack) Tuck() error {
205 func (s *stack) DropN(n int32) error {
225 func (s *stack) DupN(n int32) error {
248 func (s *stack) RotN(n int32) error {
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dstack.go38 type stack struct { struct
39 stk [][]byte
40 verifyMinimalData bool
44 func (s *stack) Depth() int32 {
59 func (s *stack) PushInt(val scriptNum) {
67 func (s *stack) PushBool(val bool) {
184 func (s *stack) Tuck() error {
205 func (s *stack) DropN(n int32) error {
225 func (s *stack) DupN(n int32) error {
248 func (s *stack) RotN(n int32) error {
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dstack.go38 type stack struct { struct
39 stk [][]byte
40 verifyMinimalData bool
44 func (s *stack) Depth() int32 {
59 func (s *stack) PushInt(val scriptNum) {
67 func (s *stack) PushBool(val bool) {
184 func (s *stack) Tuck() error {
205 func (s *stack) DropN(n int32) error {
225 func (s *stack) DupN(n int32) error {
248 func (s *stack) RotN(n int32) error {
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dstack.go38 type stack struct { struct
39 stk [][]byte
40 verifyMinimalData bool
44 func (s *stack) Depth() int32 {
59 func (s *stack) PushInt(val scriptNum) {
67 func (s *stack) PushBool(val bool) {
184 func (s *stack) Tuck() error {
205 func (s *stack) DropN(n int32) error {
225 func (s *stack) DupN(n int32) error {
248 func (s *stack) RotN(n int32) error {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/txscript/
H A Dstack.go38 type stack struct { struct
39 stk [][]byte
40 verifyMinimalData bool
44 func (s *stack) Depth() int32 {
59 func (s *stack) PushInt(val scriptNum) {
67 func (s *stack) PushBool(val bool) {
184 func (s *stack) Tuck() error {
205 func (s *stack) DropN(n int32) error {
225 func (s *stack) DupN(n int32) error {
248 func (s *stack) RotN(n int32) error {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/txscript/
H A Dstack.go38 type stack struct { struct
39 stk [][]byte
40 verifyMinimalData bool
44 func (s *stack) Depth() int32 {
59 func (s *stack) PushInt(val scriptNum) {
67 func (s *stack) PushBool(val bool) {
184 func (s *stack) Tuck() error {
205 func (s *stack) DropN(n int32) error {
225 func (s *stack) DupN(n int32) error {
248 func (s *stack) RotN(n int32) error {
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/tests/
H A DBLI_stack_cxx_test.cc13 Stack<int> stack; in TEST() local
21 Stack<int> stack(array); in TEST() local
86 TEST(stack, Push) in TEST() argument
88 Stack<int> stack; in TEST() local
98 Stack<int> stack; in TEST() local
109 Stack<int> stack; in TEST() local
130 Stack<int> stack; in TEST() local
150 TEST(stack, Pop) in TEST() argument
152 Stack<int> stack; in TEST() local
159 TEST(stack, Peek) in TEST() argument
[all …]
/dports/lang/fth/fth-1.4.1/ficl/
H A Dstack.c149 ficlStack *stack; in ficlStackCreate() local
168 int ficlStackDepth(ficlStack *stack) in ficlStackDepth()
177 void ficlStackDrop(ficlStack *stack, int n) in ficlStackDrop()
201 ficlCell ficlStackGetTop(ficlStack *stack) in ficlStackGetTop()
227 void ficlStackUnlink(ficlStack *stack) in ficlStackUnlink()
238 void ficlStackPick(ficlStack *stack, int n) in ficlStackPick()
256 ficlCell ficlStackPop(ficlStack *stack) in ficlStackPop()
293 int ficlStackPopBoolean(ficlStack *stack) in ficlStackPopBoolean()
309 FTH ficlStackPopFTH(ficlStack *stack) in ficlStackPopFTH()
390 void ficlStackReset(ficlStack *stack) in ficlStackReset()
[all …]
/dports/lang/ficl/ficl-4.1.0/
H A Dstack.c103 ficlStack *stack = ficlMalloc(totalSize); in ficlStackCreate() local
124 void ficlStackDestroy(ficlStack *stack) in ficlStackDestroy()
137 int ficlStackDepth(ficlStack *stack) in ficlStackDepth()
147 void ficlStackDrop(ficlStack *stack, int n) in ficlStackDrop()
177 ficlCell ficlStackGetTop(ficlStack *stack) in ficlStackGetTop()
209 void ficlStackUnlink(ficlStack *stack) in ficlStackUnlink()
223 void ficlStackPick(ficlStack *stack, int n) in ficlStackPick()
235 ficlCell ficlStackPop(ficlStack *stack) in ficlStackPop()
240 void *ficlStackPopPointer(ficlStack *stack) in ficlStackPopPointer()
333 void ficlStackReset(ficlStack *stack) in ficlStackReset()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_utildefines_stack.h29 # define STACK_INIT(stack, tot) \ argument
31 # define _STACK_SIZETEST(stack, off) \ argument
37 # define STACK_INIT(stack, tot) \ argument
42 #define _STACK_BOUNDSTEST(stack, index) \ argument
45 #define STACK_SIZE(stack) ((void)stack, (_##stack##_index)) argument
46 #define STACK_CLEAR(stack) \ argument
53 #define STACK_PUSH(stack, val) \ argument
55 #define STACK_PUSH_RET(stack) \ argument
57 #define STACK_PUSH_RET_PTR(stack) \ argument
67 #define STACK_REMOVE(stack, i) \ argument
[all …]
/dports/math/boolector/boolector-3.2.2/src/utils/
H A Dbtorstack.h27 #define BTOR_INIT_STACK(mem, stack) \ argument
36 #define BTOR_COUNT_STACK(stack) \ argument
39 #define BTOR_EMPTY_STACK(stack) \ argument
42 #define BTOR_RESET_STACK(stack) \ argument
48 #define BTOR_SIZE_STACK(stack) \ argument
129 #define BTOR_PUSH_STACK_IF(cond, stack, elem) \ argument
136 #define BTOR_POP_STACK(stack) \ argument
139 #define BTOR_DEQUEUE_STACK(stack, dequeued) \ argument
152 #define BTOR_TOP_STACK(stack) \ argument
155 #define BTOR_PEEK_STACK(stack, idx) \ argument
[all …]
/dports/math/eprover/eprover-E-2.0/BASICS/
H A Dclb_pstacks.h43 IntOrP *stack; /* Stack area */ member
66 #define PStackEmpty(stack) ((stack)->current == 0) argument
71 #define PStackGetSP(stack) ((stack)->current) argument
72 #define PStackGetTopSP(stack) ((stack)->current-1) argument
75 #define PStackPopInt(stack) (PStackPop(stack).i_val) argument
76 #define PStackPopP(stack) (PStackPop(stack).p_val) argument
95 #define PStackAssignP(stack, pos, value) \ argument
97 #define PStackAssignInt(stack, pos, value) \ argument
252 static __inline__ void PStackReset(PStack_p stack) in PStackReset()
310 static __inline__ IntOrP PStackPop(PStack_p stack) in PStackPop()
[all …]
H A Dclb_plocalstacks.h29 #define PLocalStackInit(stack) PLocalStackInitWithSize(stack, PLOCALSTACK_DEFAULT_SIZE) argument
31 #define PLocalStackInitWithSize(stack, num) size_t stack##_##size = num; … argument
44 #define PLocalStackEmpty(stack) (stack##_##current == 0) argument
45 #define PLocalStackPop(stack) (stack##_##data[--stack##_##current]) argument
46 #define PLocalStackPush(stack, val) (stack##_##data[stack##_##current++] = val) argument
48 #define PLocalStackPushTermArgsReversed(stack, term) do{ \ argument
56 #define PLocalStackPushTermArgs(stack, term) do{ \ argument
68 #define PLocalTaggedStackInit(stack) PLocalStackInit(stack) argument
70 #define PLocalTaggedStackEmpty(stack) PLocalStackEmpty(stack) argument
92 #define PLocalTaggedStackEnsureSpace(stack, space) PLocalStackEnsureSpace(stack, space) argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Compiler/
H A DStackSpiller.cs101 private StackSpiller(Stack stack) { in StackSpiller()
166 private Result RewriteDynamicExpression(Expression expr, Stack stack) { in RewriteDynamicExpression()
243 private Result RewriteBinaryExpression(Expression expr, Stack stack) { in RewriteBinaryExpression()
365 private Result RewriteMemberExpression(Expression expr, Stack stack) { in RewriteMemberExpression()
383 private Result RewriteIndexExpression(Expression expr, Stack stack) { in RewriteIndexExpression()
502 private Result RewriteNewExpression(Expression expr, Stack stack) { in RewriteNewExpression()
556 private Result RewriteUnaryExpression(Expression expr, Stack stack) { in RewriteUnaryExpression()
690 private Result RewriteBlockExpression(Expression expr, Stack stack) { in RewriteBlockExpression()
731 private Result RewriteLoopExpression(Expression expr, Stack stack) { in RewriteLoopExpression()
757 private Result RewriteGotoExpression(Expression expr, Stack stack) { in RewriteGotoExpression()
[all …]
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Dsipstack.c106 static void belle_sip_stack_destroy(belle_sip_stack_t *stack){ in belle_sip_stack_destroy()
122 belle_sip_stack_t *stack=belle_sip_object_new(belle_sip_stack_t); in belle_sip_stack_new() local
152 int belle_sip_stack_get_transport_timeout(const belle_sip_stack_t *stack){ in belle_sip_stack_get_transport_timeout()
156 int belle_sip_stack_get_dns_timeout(const belle_sip_stack_t *stack) { in belle_sip_stack_get_dns_timeout()
160 void belle_sip_stack_set_dns_timeout(belle_sip_stack_t *stack, int timeout) { in belle_sip_stack_set_dns_timeout()
216 void belle_sip_stack_main(belle_sip_stack_t *stack){ in belle_sip_stack_main()
238 void belle_sip_stack_set_tx_delay(belle_sip_stack_t *stack, int delay_ms){ in belle_sip_stack_set_tx_delay()
241 void belle_sip_stack_set_send_error(belle_sip_stack_t *stack, int send_error){ in belle_sip_stack_set_send_error()
296 void belle_sip_stack_set_default_dscp(belle_sip_stack_t *stack, int dscp){ in belle_sip_stack_set_default_dscp()
300 int belle_sip_stack_get_default_dscp(belle_sip_stack_t *stack){ in belle_sip_stack_get_default_dscp()
[all …]
/dports/devel/pecl-ds/ds-1.3.0/src/ds/
H A Dds_stack.c11 ds_stack_t *stack = ecalloc(1, sizeof(ds_stack_t)); in ds_stack_ex() local
21 ds_stack_t *ds_stack_clone(ds_stack_t *stack) in ds_stack_clone()
26 void ds_stack_free(ds_stack_t *stack) in ds_stack_free()
32 void ds_stack_allocate(ds_stack_t *stack, zend_long capacity) in ds_stack_allocate()
37 void ds_stack_push_va(ds_stack_t *stack, VA_PARAMS) in ds_stack_push_va()
42 void ds_stack_push(ds_stack_t *stack, zval *value) in ds_stack_push()
47 void ds_stack_clear(ds_stack_t *stack) in ds_stack_clear()
52 void ds_stack_push_all(ds_stack_t *stack, zval *value) in ds_stack_push_all()
81 void ds_stack_pop(ds_stack_t *stack, zval *return_value) in ds_stack_pop()
86 zval *ds_stack_peek(ds_stack_t *stack) in ds_stack_peek()
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/itchyny/gojq/
H A Dstack.go3 type stack struct { struct
4 data []block
5 index int
6 limit int
18 func (s *stack) push(v interface{}) {
32 func (s *stack) pop() interface{} {
38 func (s *stack) top() interface{} {
42 func (s *stack) empty() bool {
46 func (s *stack) lookup(f func(v interface{}) bool) interface{} {
55 func (s *stack) save(index, limit *int) {
[all …]
/dports/math/yices/yices-2.6.2/src/parser_utils/
H A Dterm_stack2.c219 static void tstack_extend(tstack_t *stack) { in tstack_extend()
238 static uint32_t tstack_get_top(tstack_t *stack) { in tstack_get_top()
893 void tstack_reset(tstack_t *stack) { in tstack_reset()
926 void tstack_pop_frame(tstack_t *stack) { in tstack_pop_frame()
1002 void set_term_result(tstack_t *stack, term_t t) { in set_term_result()
1111 void set_aval_result(tstack_t *stack, aval_t v) { in set_aval_result()
1278 void check_op(tstack_t *stack, int32_t op) { in check_op()
1284 void check_size(tstack_t *stack, bool cond) { in check_size()
5416 void tstack_eval(tstack_t *stack) { in tstack_eval()
5792 void delete_tstack(tstack_t *stack) { in delete_tstack()
[all …]
/dports/converters/p5-Sereal-Decoder/Sereal-Decoder-4.018/
H A Dsrl_stack.h34 #define SRL_STACK_SIZE(stack) (((stack)->end - (stack)->begin) + 1) argument
35 #define SRL_STACK_SPACE(stack) (((stack)->ptr - (stack)->begin) + 1) argument
36 #define SRL_STACK_DEPTH(stack) ((stack)->depth) argument
48 srl_stack_init(pTHX_ srl_stack_t * stack, size_t size) in srl_stack_init()
67 srl_stack_grow(pTHX_ srl_stack_t *stack) in srl_stack_grow()
87 srl_stack_deinit(pTHX_ srl_stack_t *stack) in srl_stack_deinit()
128 #define srl_stack_ptr(stack) ((stack)->ptr) argument
129 #define srl_stack_empty(stack) ((stack)->ptr == NULL) argument
130 #define srl_stack_full(stack) ((stack)->ptr >= (stack)->end) argument
197 srl_stack_peek_nocheck(pTHX_ srl_stack_t *stack) in srl_stack_peek_nocheck()
[all …]
/dports/converters/p5-Sereal-Encoder/Sereal-Encoder-4.018/
H A Dsrl_stack.h34 #define SRL_STACK_SIZE(stack) (((stack)->end - (stack)->begin) + 1) argument
35 #define SRL_STACK_SPACE(stack) (((stack)->ptr - (stack)->begin) + 1) argument
36 #define SRL_STACK_DEPTH(stack) ((stack)->depth) argument
48 srl_stack_init(pTHX_ srl_stack_t * stack, size_t size) in srl_stack_init()
67 srl_stack_grow(pTHX_ srl_stack_t *stack) in srl_stack_grow()
87 srl_stack_deinit(pTHX_ srl_stack_t *stack) in srl_stack_deinit()
128 #define srl_stack_ptr(stack) ((stack)->ptr) argument
129 #define srl_stack_empty(stack) ((stack)->ptr == NULL) argument
130 #define srl_stack_full(stack) ((stack)->ptr >= (stack)->end) argument
197 srl_stack_peek_nocheck(pTHX_ srl_stack_t *stack) in srl_stack_peek_nocheck()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/
H A DStackSpiller.cs95 private StackSpiller(Stack stack) in StackSpiller()
252 private Result RewriteBinaryExpression(Expression expr, Stack stack) in RewriteBinaryExpression()
387 private Result RewriteMemberExpression(Expression expr, Stack stack) in RewriteMemberExpression()
409 private Result RewriteIndexExpression(Expression expr, Stack stack) in RewriteIndexExpression()
546 private Result RewriteNewExpression(Expression expr, Stack stack) in RewriteNewExpression()
604 private Result RewriteUnaryExpression(Expression expr, Stack stack) in RewriteUnaryExpression()
778 private Result RewriteBlockExpression(Expression expr, Stack stack) in RewriteBlockExpression()
814 private Result RewriteLabelExpression(Expression expr, Stack stack) in RewriteLabelExpression()
827 private Result RewriteLoopExpression(Expression expr, Stack stack) in RewriteLoopExpression()
856 private Result RewriteGotoExpression(Expression expr, Stack stack) in RewriteGotoExpression()
[all …]
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_stack.c23 #define ZEND_STACK_ELEMENT(stack, n) ((void *)((char *) (stack)->elements + (stack)->size * (n))) argument
25 ZEND_API int zend_stack_init(zend_stack *stack, int size) in zend_stack_init()
34 ZEND_API int zend_stack_push(zend_stack *stack, const void *element) in zend_stack_push()
46 ZEND_API void *zend_stack_top(const zend_stack *stack) in zend_stack_top()
56 ZEND_API int zend_stack_del_top(zend_stack *stack) in zend_stack_del_top()
63 ZEND_API int zend_stack_int_top(const zend_stack *stack) in zend_stack_int_top()
74 ZEND_API int zend_stack_is_empty(const zend_stack *stack) in zend_stack_is_empty()
80 ZEND_API int zend_stack_destroy(zend_stack *stack) in zend_stack_destroy()
91 ZEND_API void *zend_stack_base(const zend_stack *stack) in zend_stack_base()
97 ZEND_API int zend_stack_count(const zend_stack *stack) in zend_stack_count()
[all …]
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dstack.c34 push (List *stack, void *elem) in push()
42 push_string (List *stack, char *elem) in push_string()
50 do_pop (List *stack, int isstring) in do_pop()
74 pop (List *stack) in pop()
82 pop_string (List *stack) in pop_string()
105 unshift (List *stack, void *elem) in unshift()
113 unshift_string (List *stack, char *elem) in unshift_string()
121 do_shift (List *stack, int isstring) in do_shift()
144 shift (List *stack) in shift()
152 shift_string (List *stack) in shift_string()
[all …]
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_stack.c23 #define ZEND_STACK_ELEMENT(stack, n) ((void *)((char *) (stack)->elements + (stack)->size * (n))) argument
25 ZEND_API void zend_stack_init(zend_stack *stack, int size) in zend_stack_init()
33 ZEND_API int zend_stack_push(zend_stack *stack, const void *element) in zend_stack_push()
45 ZEND_API void *zend_stack_top(const zend_stack *stack) in zend_stack_top()
55 ZEND_API void zend_stack_del_top(zend_stack *stack) in zend_stack_del_top()
61 ZEND_API int zend_stack_int_top(const zend_stack *stack) in zend_stack_int_top()
72 ZEND_API bool zend_stack_is_empty(const zend_stack *stack) in zend_stack_is_empty()
78 ZEND_API void zend_stack_destroy(zend_stack *stack) in zend_stack_destroy()
87 ZEND_API void *zend_stack_base(const zend_stack *stack) in zend_stack_base()
93 ZEND_API int zend_stack_count(const zend_stack *stack) in zend_stack_count()
[all …]

12345678910>>...304