Home
last modified time | relevance | path

Searched refs:stck (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/dports/lang/ferite/ferite-1.0.2/src/
H A Dferite_stack.c85 stck->stack_ptr++; in ferite_stack_push()
86 if( stck->stack_ptr < stck->size ) in ferite_stack_push()
87 stck->stack[stck->stack_ptr] = ptr; in ferite_stack_push()
92 stck->size *= 2; in ferite_stack_push()
93 stck->stack = frealloc( stck->stack, sizeof( void * ) * stck->size ); in ferite_stack_push()
94 for( i = stck->stack_ptr; i < stck->size; i++ ) in ferite_stack_push()
96 stck->stack[stck->stack_ptr] = ptr; in ferite_stack_push()
115 ptr = stck->stack[stck->stack_ptr]; in ferite_stack_pop()
116 stck->stack[stck->stack_ptr] = NULL; in ferite_stack_pop()
117 stck->stack_ptr--; in ferite_stack_pop()
[all …]
/dports/math/ctl-sat/CTLSAT-6de41e0/parser/
H A DCTLParser.h47 Formula * applyRule1(stack <char> * stck, string f, uint * idx);
48 Formula * applyRule3(stack <char> * stck, string f, uint * idx);
49 Formula * applyRule4(stack <char> * stck, string f, uint * idx);
50 Formula * applyRule5(stack <char> * stck, string f, uint * idx);
51 Formula * applyRule6(stack <char> * stck, string f, uint * idx);
52 Formula * applyRule7(stack <char> * stck, string f, uint * idx);
53 Formula * applyRule8(stack <char> * stck, string f, uint * idx);
54 Formula * applyRule9(stack <char> * stck, string f, uint * idx);
55 Formula * applyRule10(stack <char> * stck, string f, uint * idx);
56 Formula * applyRule11(stack <char> * stck, string f, uint * idx);
[all …]
H A DCTLParser.cpp306 stck.push(nt); in parseRecursive()
319 stck.pop(); in parseRecursive()
448 stck->push('B'); in applyRule1()
460 stck->push('B'); in applyRule3()
473 stck->push('B'); in applyRule4()
486 stck->push('B'); in applyRule5()
530 stck->push('B'); in applyRule6()
574 stck->push('B'); in applyRule7()
587 stck->push('B'); in applyRule8()
600 stck->push('B'); in applyRule9()
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/include/libsemigroups/
H A Ddigraph-helper.hpp118 auto& p = stck.top(); in is_acyclic()
124 stck.pop(); in is_acyclic()
126 stck.top().second++; in is_acyclic()
189 stck.pop(); in topological_sort()
190 if (stck.size() == 0) { in topological_sort()
193 m = stck.top().first; in topological_sort()
194 e = stck.top().second; in topological_sort()
242 stck.emplace(m, 0); in is_acyclic()
292 stck.emplace(m, 0); in topological_sort()
339 stck.emplace(source, 0); in topological_sort()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/memory/
H A Dstack.hpp75 memory::stack<char*> stck(buffer); in BOOST_AUTO_TEST_CASE() local
76 auto p1 = stck.allocate(1*sizeof(double), alignof(double)); in BOOST_AUTO_TEST_CASE()
77 BOOST_REQUIRE( stck.max_needed() == 1*sizeof(double) ); in BOOST_AUTO_TEST_CASE()
79 auto p2 = stck.allocate(255*sizeof(double), alignof(double)); in BOOST_AUTO_TEST_CASE()
80 BOOST_REQUIRE( stck.max_needed() == 256*sizeof(double) ); in BOOST_AUTO_TEST_CASE()
82 stck.deallocate(p2, 255*sizeof(double)); in BOOST_AUTO_TEST_CASE()
83 BOOST_REQUIRE( stck.max_needed() == 256*sizeof(double) ); in BOOST_AUTO_TEST_CASE()
85 stck.deallocate(p1, 1*sizeof(double)); in BOOST_AUTO_TEST_CASE()
86 BOOST_REQUIRE( stck.max_needed() == 256*sizeof(double) ); in BOOST_AUTO_TEST_CASE()
88 auto p3 = stck.allocate(100*sizeof(double)); (void)p3; in BOOST_AUTO_TEST_CASE()
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/s51.src/
H A Djmp.cc128 stck= iram->get_cell(sp); in instruction_11()
134 stck= iram->get_cell(sp); in instruction_11()
167 stck= iram->get_cell(sp); in inst_lcall()
174 stck= iram->get_cell(sp); in inst_lcall()
234 stck= iram->get_cell(sp); in instruction_22()
235 h= stck->read(); in instruction_22()
239 stck= iram->get_cell(sp); in instruction_22()
240 l= stck->read(); in instruction_22()
292 stck= iram->get_cell(sp); in instruction_32()
293 h= stck->read(); in instruction_32()
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/openxml/imp/xp/
H A DOXMLi_ListenerState_Image.cpp65 rqst->stck->push(imgElem); in startElement()
70 if(rqst->stck->empty()) in startElement()
90 if(rqst->stck->empty()) in startElement()
110 if(rqst->stck->empty()) in startElement()
129 if(rqst->stck->empty()) in startElement()
148 if(rqst->stck->empty()) in startElement()
168 if(rqst->stck->empty()) in startElement()
225 if(rqst->stck->empty()) in startElement()
265 if(rqst->stck->empty()) in startElement()
396 if(rqst->stck->empty()) in charData()
[all …]
H A DOXMLi_ListenerState_Table.cpp50 rqst->stck->push(table); in startElement()
68 rqst->stck->push(row); in startElement()
90 rqst->stck->push(cell); in startElement()
389 OXML_SharedElement table = rqst->stck->top(); in endElement()
390 rqst->stck->pop(); //pop table in endElement()
391 if(rqst->stck->empty()) in endElement()
413 OXML_SharedElement row = rqst->stck->top(); in endElement()
414 rqst->stck->pop(); //pop row in endElement()
429 OXML_SharedElement cell = rqst->stck->top(); in endElement()
430 rqst->stck->pop(); //pop cell in endElement()
[all …]
H A DOXMLi_ListenerState.cpp78 UT_Error OXMLi_ListenerState::_flushTopLevel(OXMLi_ElementStack * stck, OXMLi_SectionStack * sect_s… in _flushTopLevel() argument
80 if(!stck || !sect_stck || stck->empty()) in _flushTopLevel()
84 OXML_SharedElement elem = stck->top(); in _flushTopLevel()
85 stck->pop(); in _flushTopLevel()
88 if(stck->empty()) in _flushTopLevel()
99 OXML_SharedElement newTop = stck->top(); in _flushTopLevel()
H A DOXMLi_ListenerState_Field.cpp52 rqst->stck->push(elem); in startElement()
62 if(rqst->stck->size() < 2) in endElement()
69 OXML_SharedElement field = rqst->stck->top(); in endElement()
70 rqst->stck->pop(); in endElement()
72 OXML_SharedElement parent = rqst->stck->top(); in endElement()
H A DOXMLi_ListenerState_Common.cpp93 rqst->stck->push(elem); in startElement()
99 rqst->stck->push(elem); in startElement()
111 rqst->stck->push(elem); in startElement()
120 rqst->stck->push(dummy); in startElement()
153 rqst->stck->push(br); in startElement()
163 rqst->stck->push(tab); in startElement()
706 rqst->stck->push(elem); in startElement()
768 rqst->stck->push(br); in startElement()
786 rqst->stck->pop(); in endElement()
839 rqst->stck->pop(); in endElement()
[all …]
H A DOXMLi_ListenerState_Styles.cpp61 rqst->stck->push(dummy); in startElement()
68 rqst->stck->push(dummy); in startElement()
74 rqst->stck->push(dummy); in startElement()
80 rqst->stck->push(dummy); in startElement()
156 OXML_SharedElement dummy = rqst->stck->top(); in endElement()
162 rqst->stck->pop(); in endElement()
/dports/graphics/grads/grads-1.9b4/src/
H A Dgs.h120 struct stck { struct
121 struct stck *pforw; /* Forward Pointer */ argument
122 struct stck *pback; /* Backwards Pointer */ argument
149 struct stck *gseval (struct stck *); argument
155 void stkdmp (struct stck *);
157 struct stck *gsoper (struct stck *);
/dports/graphics/xaos/XaoS-release-4.2.1/src/sffe/
H A Dsffe.cpp448 struct _operator *stck; /* operators on stack */ in sffe_parse() member
835 _expression->stck = in sffe_parse()
877 _expression->stck, in sffe_parse()
907 _expression->stck, in sffe_parse()
951 _expression->stck = in sffe_parse()
955 _expression->stck[0].c = '_'; in sffe_parse()
982 &pstack->stck[pstack->size - in sffe_parse()
1022 free(_tmp_exp->stck); in sffe_parse()
1047 _expression->stck = in sffe_parse()
1084 free(_expression->stck); in sffe_parse()
[all …]
/dports/java/jikes/jikes-1.22/src/
H A Ddiagnose.cpp634 j = ParseCheck(stck, stack_top, in CheckPrimaryDistance()
649 j = ParseCheck(stck, stack_top, in CheckPrimaryDistance()
669 next_state = stck[stack_top]; in CheckPrimaryDistance()
713 if (stck[stack_top] != next_state) in CheckPrimaryDistance()
748 j = ParseCheck(stck, stack_top, in CheckPrimaryDistance()
779 j = ParseCheck(stck, stack_top, in CheckPrimaryDistance()
998 int act = stck[stack_top], in GetTermIndex()
1230 act = stck[stack_top]; in ScopeTrialCheck()
1247 act = stck[stack_top]; in ScopeTrialCheck()
1412 j = ParseCheck(stck, top, in SecondaryCheck()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/parser/diagnose/
H A DDiagnoseParser.java724 stck, in checkPrimaryDistance()
745 next_state = stck[stack_top]; in checkPrimaryDistance()
758 : stck[tempStackTop]); in checkPrimaryDistance()
1040 int act = stck[stack_top], in getTermIndex()
1064 : stck[tempStackTop]); in getTermIndex()
1123 : stck[tempStackTop]); in getTermIndex()
1332 int act = stck[stack_top];
1351 act = stck[stack_top];
1499 j = parseCheck(stck, top,
1917 act = stck[stack_top]; in parseCheck()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/etc/common/
H A Derlexec.c1995 if (stck->top_ix == stck->size) {
1996 if (stck->base != &stck->def_buf[0]) {
1998 stck->base = erealloc(stck->base,
2008 stck->base = base;
2012 stck->base[stck->top_ix].argv = argv;
2013 stck->base[stck->top_ix++].ix = ix;
2024 *argvp = stck->base[--stck->top_ix].argv;
2025 *ixp = stck->base[stck->top_ix].ix;
2026 if (stck->top_ix == 0 && stck->base != &stck->def_buf[0]) {
2028 stck->base = &stck->def_buf[0];
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/etc/common/
H A Derlexec.c1951 if (stck->top_ix == stck->size) { in push_argv()
1952 if (stck->base != &stck->def_buf[0]) { in push_argv()
1954 stck->base = erealloc(stck->base, in push_argv()
1964 stck->base = base; in push_argv()
1968 stck->base[stck->top_ix].argv = argv; in push_argv()
1969 stck->base[stck->top_ix++].ix = ix; in push_argv()
1980 *argvp = stck->base[--stck->top_ix].argv; in pop_argv()
1981 *ixp = stck->base[stck->top_ix].ix; in pop_argv()
1982 if (stck->top_ix == 0 && stck->base != &stck->def_buf[0]) { in pop_argv()
1984 stck->base = &stck->def_buf[0]; in pop_argv()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/etc/common/
H A Derlexec.c1947 if (stck->top_ix == stck->size) { in push_argv()
1948 if (stck->base != &stck->def_buf[0]) { in push_argv()
1950 stck->base = erealloc(stck->base, in push_argv()
1960 stck->base = base; in push_argv()
1964 stck->base[stck->top_ix].argv = argv; in push_argv()
1965 stck->base[stck->top_ix++].ix = ix; in push_argv()
1976 *argvp = stck->base[--stck->top_ix].argv; in pop_argv()
1977 *ixp = stck->base[stck->top_ix].ix; in pop_argv()
1978 if (stck->top_ix == 0 && stck->base != &stck->def_buf[0]) { in pop_argv()
1980 stck->base = &stck->def_buf[0]; in pop_argv()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/etc/common/
H A Derlexec.c1995 if (stck->top_ix == stck->size) {
1996 if (stck->base != &stck->def_buf[0]) {
1998 stck->base = erealloc(stck->base,
2008 stck->base = base;
2012 stck->base[stck->top_ix].argv = argv;
2013 stck->base[stck->top_ix++].ix = ix;
2024 *argvp = stck->base[--stck->top_ix].argv;
2025 *ixp = stck->base[stck->top_ix].ix;
2026 if (stck->top_ix == 0 && stck->base != &stck->def_buf[0]) {
2028 stck->base = &stck->def_buf[0];
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/etc/common/
H A Derlexec.c1995 if (stck->top_ix == stck->size) {
1996 if (stck->base != &stck->def_buf[0]) {
1998 stck->base = erealloc(stck->base,
2008 stck->base = base;
2012 stck->base[stck->top_ix].argv = argv;
2013 stck->base[stck->top_ix++].ix = ix;
2024 *argvp = stck->base[--stck->top_ix].argv;
2025 *ixp = stck->base[stck->top_ix].ix;
2026 if (stck->top_ix == 0 && stck->base != &stck->def_buf[0]) {
2028 stck->base = &stck->def_buf[0];
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/etc/common/
H A Derlexec.c1947 if (stck->top_ix == stck->size) { in push_argv()
1948 if (stck->base != &stck->def_buf[0]) { in push_argv()
1950 stck->base = erealloc(stck->base, in push_argv()
1960 stck->base = base; in push_argv()
1964 stck->base[stck->top_ix].argv = argv; in push_argv()
1965 stck->base[stck->top_ix++].ix = ix; in push_argv()
1976 *argvp = stck->base[--stck->top_ix].argv; in pop_argv()
1977 *ixp = stck->base[stck->top_ix].ix; in pop_argv()
1978 if (stck->top_ix == 0 && stck->base != &stck->def_buf[0]) { in pop_argv()
1980 stck->base = &stck->def_buf[0]; in pop_argv()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/etc/common/
H A Derlexec.c1995 if (stck->top_ix == stck->size) {
1996 if (stck->base != &stck->def_buf[0]) {
1998 stck->base = erealloc(stck->base,
2008 stck->base = base;
2012 stck->base[stck->top_ix].argv = argv;
2013 stck->base[stck->top_ix++].ix = ix;
2024 *argvp = stck->base[--stck->top_ix].argv;
2025 *ixp = stck->base[stck->top_ix].ix;
2026 if (stck->top_ix == 0 && stck->base != &stck->def_buf[0]) {
2028 stck->base = &stck->def_buf[0];
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dstck.c6 int stck(unsigned long *addr) in stck() function
27 cc = stck(&start); in main()
31 cc = stck(&end); in main()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dstck.c6 int stck(unsigned long *addr) in stck() function
27 cc = stck(&start); in main()
31 cc = stck(&end); in main()

12345678910>>...12