Home
last modified time | relevance | path

Searched refs:lstack (Results 1 – 25 of 92) sorted by relevance

1234

/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dstack.c80 L_STACK *lstack; in lstackCreate() local
172 if (!lstack) in lstackAdd()
178 if (lstack->n >= lstack->nalloc) in lstackAdd()
182 lstack->array[lstack->n] = (void *)item; in lstackAdd()
183 lstack->n++; in lstackAdd()
203 if (!lstack) in lstackRemove()
209 lstack->n--; in lstackRemove()
210 item = lstack->array[lstack->n]; in lstackRemove()
227 if (!lstack) in lstackExtendArray()
235 lstack->nalloc = 2 * lstack->nalloc; in lstackExtendArray()
[all …]
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dstack.c66 L_STACK *lstack; in lstackCreate() local
155 if (!lstack) in lstackAdd()
161 if (lstack->n >= lstack->nalloc) in lstackAdd()
165 lstack->array[lstack->n] = (void *)item; in lstackAdd()
166 lstack->n++; in lstackAdd()
186 if (!lstack) in lstackRemove()
192 lstack->n--; in lstackRemove()
193 item = lstack->array[lstack->n]; in lstackRemove()
210 if (!lstack) in lstackExtendArray()
218 lstack->nalloc = 2 * lstack->nalloc; in lstackExtendArray()
[all …]
H A Dconncomp.c186 L_STACK *lstack, *auxstack; in pixConnCompPixa() local
284 L_STACK *lstack, *auxstack; in pixConnCompBB() local
527 if (!lstack) in pixSeedfillBB()
592 if (!lstack) in pixSeedfill4BB()
704 if (!lstack) in pixSeedfill8BB()
804 if (!lstack) in pixSeedfill()
847 if (!lstack) in pixSeedfill4()
938 if (!lstack) in pixSeedfill8()
1041 if (!lstack) { in pushFillsegBB()
1106 if (!lstack) { in pushFillseg()
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/externals/jsonlint/src/Seld/JsonLint/
H A DJsonParser.php36 private $lstack; // location stack variable in JsonLintJsonParser
141 $this->lstack = array();
154 $this->lstack[] = $yyloc;
272 $this->lstack[] = $this->lexer->yylloc;
296 … 'first_line' => $this->lstack[count($this->lstack) - ($len ? $len : 1)]['first_line'],
297 'last_line' => $this->lstack[count($this->lstack) - 1]['last_line'],
298 … 'first_column' => $this->lstack[count($this->lstack) - ($len ? $len : 1)]['first_column'],
299 'last_column' => $this->lstack[count($this->lstack) - 1]['last_column'],
301 …this->performAction($yyval, $yytext, $yyleng, $yylineno, $action[1], $this->vstack, $this->lstack);
313 $this->lstack[] = $yyval->store;
[all …]
/dports/devel/arcanist/arcanist-b2e715f/externals/jsonlint/src/Seld/JsonLint/
H A DJsonParser.php36 private $lstack; // location stack variable in JsonLintJsonParser
141 $this->lstack = array();
154 $this->lstack[] = $yyloc;
272 $this->lstack[] = $this->lexer->yylloc;
296 … 'first_line' => $this->lstack[count($this->lstack) - ($len ? $len : 1)]['first_line'],
297 'last_line' => $this->lstack[count($this->lstack) - 1]['last_line'],
298 … 'first_column' => $this->lstack[count($this->lstack) - ($len ? $len : 1)]['first_column'],
299 'last_column' => $this->lstack[count($this->lstack) - 1]['last_column'],
301 …this->performAction($yyval, $yytext, $yyleng, $yylineno, $action[1], $this->vstack, $this->lstack);
313 $this->lstack[] = $yyval->store;
[all …]
/dports/editors/emacs/emacs-27.2/lisp/cedet/semantic/
H A Dwisent.el277 ptree tag cooked lstack wisent-lex-lookahead)
281 (setq wisent-lex-lookahead (car lstack)
289 (if (eq (car lstack) wisent-lookahead)
293 (while lstack
296 'wisent-discarding-token-functions (car lstack))
297 (setq lstack (cdr lstack))))
299 (setq lstack (cons wisent-lookahead lstack))))
304 (setq lstack nil ;; Clear the lookahead stack
/dports/www/bolt/bolt-2.2.24/vendor/seld/jsonlint/src/Seld/JsonLint/
H A DJsonParser.php39 private $lstack; // location stack variable in Seld\\JsonLint\\JsonParser
144 $this->lstack = array();
157 $this->lstack[] = $yyloc;
275 $this->lstack[] = $this->lexer->yylloc;
299 … 'first_line' => $this->lstack[count($this->lstack) - ($len ?: 1)]['first_line'],
300 'last_line' => $this->lstack[count($this->lstack) - 1]['last_line'],
301 … 'first_column' => $this->lstack[count($this->lstack) - ($len ?: 1)]['first_column'],
302 'last_column' => $this->lstack[count($this->lstack) - 1]['last_column'],
304 …this->performAction($yyval, $yytext, $yyleng, $yylineno, $action[1], $this->vstack, $this->lstack);
316 $this->lstack[] = $yyval->store;
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/cedet/semantic/
H A Dwisent.el279 ptree tag cooked lstack wisent-lex-lookahead)
283 (setq wisent-lex-lookahead (car lstack)
291 (if (eq (car lstack) wisent-lookahead)
295 (while lstack
298 'wisent-discarding-token-functions (car lstack))
299 (setq lstack (cdr lstack))))
301 (setq lstack (cons wisent-lookahead lstack))))
306 (setq lstack nil ;; Clear the lookahead stack
/dports/textproc/sowing/sowing-1.1.18/src/tohtml/
H A Dlatexinfo.c9 extern LaTeXStack lstack[];
86 lstack[++lSp].env = TXEXAMPLE; in TeXexample()
87 lstack[lSp].newline = TXWriteStartNewLine; in TeXexample()
88 lstack[lSp].label_node_name = 0; in TeXexample()
89 lstack[lSp].label_text = 0; in TeXexample()
90 lstack[lSp].line_num = LineNo[curfile]; in TeXexample()
H A Dtabular.c107 if (lstack[lSp].env == TXTABULAR) { in TeXGetTabularDefn()
108 lstack[lSp].extra_data = hrow; in TeXGetTabularDefn()
289 if (lstack[lSp].env == TXTABULAR) { in TeXNewAlignCol()
290 hrow = (HTabularRow *)(lstack[lSp].extra_data); in TeXNewAlignCol()
310 if (lstack[lSp].env == TXTABULAR) { in TeXPutAlign()
311 hrow = (HTabularRow *)(lstack[lSp].extra_data); in TeXPutAlign()
322 if (lstack[lSp].env == TXTABULAR) { in TeXEndHalignRow()
323 hrow = (HTabularRow *)(lstack[lSp].extra_data); in TeXEndHalignRow()
333 hrow = (HTabularRow *)(lstack[lSp].extra_data); in TeXBeginHalignTable()
361 if (lstack[lSp].env == TXTABULAR) { in TXmulticolumn()
[all …]
H A Dtexactio.c2058 lstack[lSp].extra_data = 0; in TeXitemize()
2071 lstack[lSp].num = 1; in TeXenumerate()
2076 lstack[lSp].extra_data = 0; in TeXenumerate()
2094 lstack[lSp].extra_data = 0; in TeXdescription()
2111 lstack[lSp].num = 1; in TeXDoList()
2113 lstack[lSp].p1 = itemtext; in TeXDoList()
2116 lstack[lSp].label_text = 0; in TeXDoList()
2118 lstack[lSp].extra_data = 0; in TeXDoList()
2168 lstack[lSp].extra_data = 0; in TeXverbatim()
2549 if (lstack[lSp].p1) in TXitem()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/core/JisonParser/
H A DPhraser.php97 $lstack = array($this->yyloc);
110 $lstack[] = $yyloc;
208 $lstack[] = $this->yyloc;
234 … "first_line"=> $lstack[$lstackCount - (isset($len) ? $len : 1)]['first_line'],
235 "last_line"=> $lstack[$lstackCount - 1]['last_line'],
236 … "first_column"=> $lstack[$lstackCount - (isset($len) ? $len : 1)]['first_column'],
237 "last_column"=> $lstack[$lstackCount - 1]['last_column']
240 …formAction($yyval->S, $yytext, $yyleng, $yylineno, $action[1], $vstack, $lstack, $vstackCount - 1);
254 $lstack = array_slice($lstack, 0, -1 * $len);
264 $lstack[] = $yyval->_S;
/dports/dns/gdnsd2/gdnsd-2.4.3/src/
H A Dltree.c66 const uint8_t llen = *(lstack[depth]); in _logf_lstack()
68 char x = (char)lstack[depth][i]; in _logf_lstack()
214 const uint8_t* lstack[127]; in ltree_find_or_add_dname() local
215 unsigned lcount = dname_to_lstack(dname, lstack); in ltree_find_or_add_dname()
769 const uint8_t* lstack[127]; in ltree_search_dname_zone() local
785 const uint8_t* child_label = lstack[lcount]; in ltree_search_dname_zone()
972 if(lstack[depth - 1][0] == 1 && lstack[depth - 1][1] == '*') in ltree_postproc_phase1()
990 if(p1_proc_cname(zone, node_cname, lstack, depth)) in ltree_postproc_phase1()
1071 if(unlikely(fn(lstack, node, zone, depth, in_deleg))) in _ltree_proc_inner()
1080 lstack[depth] = child->label; in _ltree_proc_inner()
[all …]
H A Dztree.c186 const uint8_t* lstack[127]; in ztree_find_zone_for() local
187 unsigned lcount = dname_to_lstack(dname, lstack); in ztree_find_zone_for()
190 current = ztree_node_find_child(current, lstack[--lcount]); in ztree_find_zone_for()
195 auth_depth += lstack[lcount][0]; in ztree_find_zone_for()
377 const uint8_t* lstack[127]; in _ztree_update() local
378 unsigned lcount = dname_to_lstack(z_new->dname, lstack); in _ztree_update()
384 this_zt = ztree_node_find_or_add_child(this_zt, lstack[--lcount]); in _ztree_update()
422 const uint8_t* lstack[127]; in _ztree_update() local
423 unsigned lcount = dname_to_lstack(z_old->dname, lstack); in _ztree_update()
429 this_zt = ztree_node_find_child_writer(this_zt, lstack[--lcount]); in _ztree_update()
/dports/devel/concurrencykit/ck-0.6.0/regressions/ck_hp/validate/
H A Dnbds_haz_test.c96 struct stack_entry *lstack; in stack_push_mpmc() local
99 lstack = ck_pr_load_ptr(&target->head); in stack_push_mpmc()
100 ck_pr_store_ptr(&entry->next, lstack); in stack_push_mpmc()
103 while (ck_pr_cas_ptr_value(&target->head, lstack, entry, &lstack) == false) { in stack_push_mpmc()
104 ck_pr_store_ptr(&entry->next, lstack); in stack_push_mpmc()
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/concurrency_kit/ck/regressions/ck_hp/validate/
H A Dnbds_haz_test.c96 struct stack_entry *lstack; in stack_push_mpmc() local
99 lstack = ck_pr_load_ptr(&target->head); in stack_push_mpmc()
100 ck_pr_store_ptr(&entry->next, lstack); in stack_push_mpmc()
103 while (ck_pr_cas_ptr_value(&target->head, lstack, entry, &lstack) == false) { in stack_push_mpmc()
104 ck_pr_store_ptr(&entry->next, lstack); in stack_push_mpmc()
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dqsorti.f31 integer lstack(maxstk),rstack(maxstk) local
68 lstack(stktop)=nl
72 lstack(stktop)=ll
79 ll=lstack(stktop)
/dports/databases/tile38/tile38-1.12.0/controller/
H A Dlive.go26 for len(c.lstack) > 0 {
27 item := c.lstack[0]
28 c.lstack = c.lstack[1:]
29 if len(c.lstack) == 0 {
30 c.lstack = nil
/dports/math/vampire/vampire-4.5.1/FMB/
H A DDefinitionIntroduction.hpp159 static Stack<Literal*> lstack; in addGroundDefinition() local
160 lstack.reset(); in addGroundDefinition()
161 lstack.push(l); in addGroundDefinition()
162 … Clause* def = Clause::fromStack(lstack,NonspecificInference1(InferenceRule::FMB_DEF_INTRO,from)); in addGroundDefinition()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/purgatory/
H A Dsetup-x86_64.S57 SYM_DATA_START_LOCAL(lstack)
59 SYM_DATA_END_LABEL(lstack, SYM_L_LOCAL, lstack_end)
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/purgatory/
H A Dsetup-x86_64.S57 SYM_DATA_START_LOCAL(lstack)
59 SYM_DATA_END_LABEL(lstack, SYM_L_LOCAL, lstack_end)
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/purgatory/
H A Dsetup-x86_64.S57 SYM_DATA_START_LOCAL(lstack)
59 SYM_DATA_END_LABEL(lstack, SYM_L_LOCAL, lstack_end)
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/gui/instrument_editor/
H A Dvisualized_instrument_macro_editor.cpp491 std::vector<Loop> lstack; in printMML() local
506 lstack.push_back(loops_[i]); in printMML()
516 while (!lstack.empty()) { in printMML()
517 if (lstack.back().end == cnt) { in printMML()
519 if (lstack.back().times > 1) { in printMML()
523 lstack.pop_back(); in printMML()
547 std::vector<size_t> lstack; in interpretMML() local
556 lstack.push_back(loop.size() - 1); in interpretMML()
564 loop[lstack.back()].end = cnt - 1; in interpretMML()
570 lstack.pop_back(); in interpretMML()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/alephdir/
H A Dcomocp.ch60 {the big collection of ocp lstack data}
71 {the big collection of ocp lstack data}
115 undump_size(1)(1000000)('ocp lstack mem size')(ocp_lstackmem_ptr);
123 undump_size(0)(1000000)('ocp lstack mem size')(ocp_lstackmem_ptr);
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/alephdir/
H A Dcomocp.ch60 {the big collection of ocp lstack data}
71 {the big collection of ocp lstack data}
115 undump_size(1)(1000000)('ocp lstack mem size')(ocp_lstackmem_ptr);
123 undump_size(0)(1000000)('ocp lstack mem size')(ocp_lstackmem_ptr);

1234