Home
last modified time | relevance | path

Searched refs:ofst (Results 1 – 25 of 1263) sorted by relevance

12345678910>>...51

/dports/www/trafficserver/trafficserver-9.1.1/tools/
H A Dcvtremappi175 ofst = ln.find("#")
176 if ofst >= 0:
179 ln = ln[:ofst]
234 if (ofst == 0) or ((ofst > 0) and ln[:ofst].isspace()):
242 ofst += 1
263 if ofst >= 0:
458 ofst = 0
503 ofst += 1
537 if (ofst >= 0):
538 if (ofst == 0) or lnc[:ofst].isspace():
[all …]
/dports/math/openfst/openfst-1.8.1/src/include/fst/script/
H A Dmap.h38 auto ofst = std::make_unique<VectorFst<ToArc>>(); in ArcMap() local
39 ArcMap(fst, ofst.get(), mapper); in ArcMap()
40 return ofst; in ArcMap()
47 auto ofst = std::make_unique<VectorFst<ToArc>>(); in StateMap() local
48 StateMap(fst, ofst.get(), mapper); in StateMap()
49 return ofst; in StateMap()
92 auto ofst = ArcMap(ifst, IdentityArcMapper<Arc>()); in Map() local
113 auto ofst = ArcMap(ifst, PlusMapper<Arc>(weight)); in Map() local
119 auto ofst = ArcMap(ifst, PowerMapper<Arc>(power)); in Map() local
130 auto ofst = ArcMap(ifst, RmWeightMapper<Arc>()); in Map() local
[all …]
H A Dshortest-path.h57 void ShortestPath(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, in ShortestPath() argument
69 ShortestPath(ifst, ofst, distance, sopts); in ShortestPath()
73 ofst->SetProperties(kError, kError); in ShortestPath()
78 void ShortestPath(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, in ShortestPath() argument
85 ShortestPath<Arc, AutoQueue<StateId>>(ifst, ofst, &distance, opts); in ShortestPath()
99 ifst, ofst, &distance, opts); in ShortestPath()
103 ofst->SetProperties(kError, kError); in ShortestPath()
117 ofst->SetProperties(kError, kError); in ShortestPath()
131 MutableFst<Arc> *ofst = std::get<1>(*args)->GetMutableFst<Arc>(); in ShortestPath() local
133 internal::ShortestPath(ifst, ofst, opts); in ShortestPath()
[all …]
/dports/math/openfst/openfst-1.8.1/src/include/fst/extensions/pdt/
H A Dreplace.h249 ofst->DeleteStates(); in CreateFst()
296 ofst->AddArc(os, arc); in CreateFst()
368 if (ofst->InputSymbols()) { in AddParensToSymbolTables()
436 ofst->DeleteStates(); in GetParser()
620 ofst->DeleteStates(); in GetParser()
647 Connect(ofst); in GetParser()
674 ofst->DeleteArcs(os); in ProcSCCs()
675 if (os == ofst->Start()) ofst->SetStart(rs); in ProcSCCs()
795 MutableFst<Arc> *ofst, in Replace() argument
813 ofst->DeleteStates(); in Replace()
[all …]
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/
H A Dshortest-path.h85 ofst->DeleteStates(); in SingleShortestPath()
191 s_p = ofst->AddState(); in SingleShortestPath()
199 ofst->SetStart(s_p); in SingleShortestPath()
201 ofst->SetProperties( in SingleShortestPath()
300 ofst->DeleteStates();
329 ofst->SetStart(ofst->AddState());
330 StateId final = ofst->AddState();
354 ofst->AddArc(ofst->Start(), Arc(0, 0, Weight::One(), state));
368 ofst->AddArc(next, arc);
383 Connect(ofst);
[all …]
H A Dreverse.h57 ofst->DeleteStates();
58 ofst->SetInputSymbols(ifst.InputSymbols());
102 ostart = ofst->AddState();
111 while (ofst->NumStates() <= os)
112 ofst->AddState();
114 ofst->SetFinal(os, RevWeight::One());
119 ofst->AddArc(0, oarc);
131 while (ofst->NumStates() <= nos)
132 ofst->AddState();
133 ofst->AddArc(nos, oarc);
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/
H A Dshortest-path.h85 ofst->DeleteStates(); in SingleShortestPath()
191 s_p = ofst->AddState(); in SingleShortestPath()
199 ofst->SetStart(s_p); in SingleShortestPath()
201 ofst->SetProperties( in SingleShortestPath()
300 ofst->DeleteStates();
329 ofst->SetStart(ofst->AddState());
330 StateId final = ofst->AddState();
354 ofst->AddArc(ofst->Start(), Arc(0, 0, Weight::One(), state));
368 ofst->AddArc(next, arc);
383 Connect(ofst);
[all …]
H A Dreverse.h57 ofst->DeleteStates();
58 ofst->SetInputSymbols(ifst.InputSymbols());
102 ostart = ofst->AddState();
111 while (ofst->NumStates() <= os)
112 ofst->AddState();
114 ofst->SetFinal(os, RevWeight::One());
119 ofst->AddArc(0, oarc);
131 while (ofst->NumStates() <= nos)
132 ofst->AddState();
133 ofst->AddArc(nos, oarc);
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/
H A Dshortest-path.h85 ofst->DeleteStates(); in SingleShortestPath()
191 s_p = ofst->AddState(); in SingleShortestPath()
199 ofst->SetStart(s_p); in SingleShortestPath()
201 ofst->SetProperties( in SingleShortestPath()
300 ofst->DeleteStates();
329 ofst->SetStart(ofst->AddState());
330 StateId final = ofst->AddState();
354 ofst->AddArc(ofst->Start(), Arc(0, 0, Weight::One(), state));
368 ofst->AddArc(next, arc);
383 Connect(ofst);
[all …]
H A Dreverse.h57 ofst->DeleteStates();
58 ofst->SetInputSymbols(ifst.InputSymbols());
102 ostart = ofst->AddState();
111 while (ofst->NumStates() <= os)
112 ofst->AddState();
114 ofst->SetFinal(os, RevWeight::One());
119 ofst->AddArc(0, oarc);
131 while (ofst->NumStates() <= nos)
132 ofst->AddState();
133 ofst->AddArc(nos, oarc);
[all …]
/dports/math/openfst/openfst-1.8.1/src/include/fst/
H A Dshortest-path.h90 ofst->DeleteStates(); in SingleShortestPathBacktrace()
109 ofst->SetStart(s_p); in SingleShortestPathBacktrace()
111 ofst->SetProperties( in SingleShortestPathBacktrace()
125 ofst->DeleteStates(); in SingleShortestTree()
130 ofst->AddState(); in SingleShortestTree()
141 ofst->SetProperties( in SingleShortestTree()
354 ofst->DeleteStates();
374 ofst->SetStart(ofst->AddState());
404 if (p.first == kNoStateId) ofst->AddArc(ofst->Start(), Arc(0, 0, state));
430 Connect(ofst);
[all …]
H A Dreverse.h52 ofst->DeleteStates();
53 ofst->SetInputSymbols(ifst.InputSymbols());
54 ofst->SetOutputSymbols(ifst.OutputSymbols());
56 ofst->ReserveStates(CountStates(ifst) + 1);
93 ostart = ofst->AddState();
99 while (ofst->NumStates() <= os) ofst->AddState();
100 if (is == istart) ofst->SetFinal(os);
104 ofst->AddArc(0, oarc);
115 while (ofst->NumStates() <= nos) ofst->AddState();
116 ofst->AddArc(nos, oarc);
[all …]
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/extensions/pdt/
H A Dpdtscript.cc43 MutableFstClass *ofst, in PdtCompose() argument
47 !ArcTypesMatch(ifst1, *ofst, "PdtCompose")) return; in PdtCompose()
57 PdtExpandArgs args(ifst, parens, ofst, opts); in PdtExpand()
64 MutableFstClass *ofst, bool connect) { in PdtExpand() argument
65 PdtExpand(ifst, parens, ofst, PdtExpandOptions(connect)); in PdtExpand()
69 MutableFstClass *ofst, in PdtReplace() argument
79 PdtReplaceArgs args(fst_tuples, ofst, parens, root); in PdtReplace()
86 MutableFstClass *ofst) { in PdtReverse() argument
87 PdtReverseArgs args(ifst, parens, ofst); in PdtReverse()
94 MutableFstClass *ofst, in PdtShortestPath() argument
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/extensions/pdt/
H A Dpdtscript.cc43 MutableFstClass *ofst, in PdtCompose() argument
47 !ArcTypesMatch(ifst1, *ofst, "PdtCompose")) return; in PdtCompose()
57 PdtExpandArgs args(ifst, parens, ofst, opts); in PdtExpand()
64 MutableFstClass *ofst, bool connect) { in PdtExpand() argument
65 PdtExpand(ifst, parens, ofst, PdtExpandOptions(connect)); in PdtExpand()
69 MutableFstClass *ofst, in PdtReplace() argument
79 PdtReplaceArgs args(fst_tuples, ofst, parens, root); in PdtReplace()
86 MutableFstClass *ofst) { in PdtReverse() argument
87 PdtReverseArgs args(ifst, parens, ofst); in PdtReverse()
94 MutableFstClass *ofst, in PdtShortestPath() argument
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/extensions/pdt/
H A Dpdtscript.cc43 MutableFstClass *ofst, in PdtCompose() argument
47 !ArcTypesMatch(ifst1, *ofst, "PdtCompose")) return; in PdtCompose()
57 PdtExpandArgs args(ifst, parens, ofst, opts); in PdtExpand()
64 MutableFstClass *ofst, bool connect) { in PdtExpand() argument
65 PdtExpand(ifst, parens, ofst, PdtExpandOptions(connect)); in PdtExpand()
69 MutableFstClass *ofst, in PdtReplace() argument
79 PdtReplaceArgs args(fst_tuples, ofst, parens, root); in PdtReplace()
86 MutableFstClass *ofst) { in PdtReverse() argument
87 PdtReverseArgs args(ifst, parens, ofst); in PdtReverse()
94 MutableFstClass *ofst, in PdtShortestPath() argument
[all …]
/dports/math/openfst/openfst-1.8.1/src/extensions/pdt/
H A Dpdtscript.cc46 !internal::ArcTypesMatch(ifst1, *ofst, "PdtCompose")) { in PdtCompose()
49 PdtComposeArgs args(ifst1, ifst2, parens, ofst, copts, left_pdt); in PdtCompose()
57 MutableFstClass *ofst, const PdtExpandOptions &opts) { in PdtExpand() argument
58 PdtExpandArgs args(ifst, parens, ofst, opts); in PdtExpand()
68 PdtExpand(ifst, parens, ofst, in PdtExpand()
73 MutableFstClass *ofst, in PdtReplace() argument
84 PdtReplaceArgs args(pairs, ofst, parens, root, parser_type, in PdtReplace()
94 MutableFstClass *ofst) { in PdtReverse() argument
95 PdtReverseArgs args(ifst, parens, ofst); in PdtReverse()
103 MutableFstClass *ofst, in PdtShortestPath() argument
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/libSteve/
H A DZn.c166 if(ofst) freeZV(ofst); in neighborZV()
196 if(!ofst) ofst=allocZV(rank); in neighborZV()
204 if(ofst[j]<0||ofst[j]>=dim[j]) j=rank+1; } in neighborZV()
207 if(!ofst) ofst=allocZV(rank); in neighborZV()
215 if(ofst[j]<0) ofst[j]=dim[j]-1; in neighborZV()
216 else if(ofst[j]>=dim[j]) ofst[j]=0; } in neighborZV()
234 if(!ofst) ofst=allocZV(rank); in neighborZV()
242 if(ofst[j]<0&&wrap[j]) ofst[j]=dim[j]-1; in neighborZV()
243 else if(ofst[j]>=dim[j]&&wrap[j]) ofst[j]=0; in neighborZV()
244 else if(ofst[j]<0||ofst[j]>=dim[j]) j=rank+1; } in neighborZV()
[all …]
/dports/editors/joe/joe-4.6/joe/
H A Dfrag.h53 #define fragc(f, ofst) (*((f)->start + (ofst))) argument
54 #define fragh(f, ofst) (*(short *)((f)->start + (ofst))) argument
55 #define fragi(f, ofst) (*(int *)((f)->start + (ofst))) argument
56 #define fragd(f, ofst) (*(double *)((f)->start + (ofst))) argument
57 #define fragp(f, ofst) (*(void **)((f)->start + (ofst))) argument
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A Doffsets.c172 int x = p->aPage[ofst]; in ofst2byte()
178 int x = p->aPage[ofst]; in ofst4byte()
179 x = (x<<8) + p->aPage[ofst+1]; in ofst4byte()
180 x = (x<<8) + p->aPage[ofst+2]; in ofst4byte()
181 x = (x<<8) + p->aPage[ofst+3]; in ofst4byte()
227 int ofst; in ofstWalkInteriorPage() local
232 ofst = ofst2byte(p, 12+i*2); in ofstWalkInteriorPage()
233 iChild = ofst4byte(p, ofst); in ofstWalkInteriorPage()
244 int ofst; in ofstWalkLeafPage() local
256 ofst = ofst2byte(p, 8+i*2); in ofstWalkLeafPage()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Doffsets.c172 int x = p->aPage[ofst]; in ofst2byte()
178 int x = p->aPage[ofst]; in ofst4byte()
179 x = (x<<8) + p->aPage[ofst+1]; in ofst4byte()
180 x = (x<<8) + p->aPage[ofst+2]; in ofst4byte()
181 x = (x<<8) + p->aPage[ofst+3]; in ofst4byte()
227 int ofst; in ofstWalkInteriorPage() local
232 ofst = ofst2byte(p, 12+i*2); in ofstWalkInteriorPage()
233 iChild = ofst4byte(p, ofst); in ofstWalkInteriorPage()
244 int ofst; in ofstWalkLeafPage() local
256 ofst = ofst2byte(p, 8+i*2); in ofstWalkLeafPage()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Doffsets.c172 int x = p->aPage[ofst]; in ofst2byte()
178 int x = p->aPage[ofst]; in ofst4byte()
179 x = (x<<8) + p->aPage[ofst+1]; in ofst4byte()
180 x = (x<<8) + p->aPage[ofst+2]; in ofst4byte()
181 x = (x<<8) + p->aPage[ofst+3]; in ofst4byte()
227 int ofst; in ofstWalkInteriorPage() local
232 ofst = ofst2byte(p, 12+i*2); in ofstWalkInteriorPage()
233 iChild = ofst4byte(p, ofst); in ofstWalkInteriorPage()
244 int ofst; in ofstWalkLeafPage() local
256 ofst = ofst2byte(p, 8+i*2); in ofstWalkLeafPage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Doffsets.c172 int x = p->aPage[ofst]; in ofst2byte()
178 int x = p->aPage[ofst]; in ofst4byte()
179 x = (x<<8) + p->aPage[ofst+1]; in ofst4byte()
180 x = (x<<8) + p->aPage[ofst+2]; in ofst4byte()
181 x = (x<<8) + p->aPage[ofst+3]; in ofst4byte()
227 int ofst; in ofstWalkInteriorPage() local
232 ofst = ofst2byte(p, 12+i*2); in ofstWalkInteriorPage()
233 iChild = ofst4byte(p, ofst); in ofstWalkInteriorPage()
244 int ofst; in ofstWalkLeafPage() local
256 ofst = ofst2byte(p, 8+i*2); in ofstWalkLeafPage()
[all …]
/dports/editors/jupp/jupp/
H A Db.c87 mmove(ptr + hdr->ehole - (hdr->hole - ofst), ptr + ofst, hdr->hole - ofst); in gstgap()
109 mmove(blk, ptr + ofst, hdr->hole - ofst); in grmem()
348 n->ofst = p->ofst; in pset()
653 ++p->ofst; in pfwrd()
668 --p->ofst; in prgetb1()
1040 --p->ofst; in frgetc()
1138 while (p->hdr != q->hdr || p->ofst != q->ofst) { in getto()
1298 while (p->hdr != q->hdr || p->ofst != q->ofst) { in rgetto()
1602 from->b->eof->ofst = from->ofst; in bcut()
1688 if (pp->hdr == p->hdr && pp->ofst >= p->ofst) { in bsplit()
[all …]
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/script/
H A Dconcat.cc24 void Concat(MutableFstClass *ofst, const FstClass &ifst) { in Concat() argument
25 if (!ArcTypesMatch(*ofst, ifst, "Concat")) return; in Concat()
27 ConcatArgs1 args(ofst, ifst); in Concat()
29 Apply<Operation<ConcatArgs1> >("Concat", ofst->ArcType(), &args); in Concat()
32 void Concat(const FstClass &ifst, MutableFstClass *ofst) { in Concat() argument
33 if (!ArcTypesMatch(ifst, *ofst, "Concat")) return; in Concat()
35 ConcatArgs2 args(ifst, ofst); in Concat()
37 Apply<Operation<ConcatArgs2> >("Concat", ofst->ArcType(), &args); in Concat()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/script/
H A Dconcat.cc24 void Concat(MutableFstClass *ofst, const FstClass &ifst) { in Concat() argument
25 if (!ArcTypesMatch(*ofst, ifst, "Concat")) return; in Concat()
27 ConcatArgs1 args(ofst, ifst); in Concat()
29 Apply<Operation<ConcatArgs1> >("Concat", ofst->ArcType(), &args); in Concat()
32 void Concat(const FstClass &ifst, MutableFstClass *ofst) { in Concat() argument
33 if (!ArcTypesMatch(ifst, *ofst, "Concat")) return; in Concat()
35 ConcatArgs2 args(ifst, ofst); in Concat()
37 Apply<Operation<ConcatArgs2> >("Concat", ofst->ArcType(), &args); in Concat()

12345678910>>...51