Home
last modified time | relevance | path

Searched refs:inprops (Results 1 – 25 of 48) sorted by relevance

12

/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/lib/
H A Dproperties.cc56 inprops; in ComplementProperties()
57 if (inprops & kAccessible) in ComplementProperties()
122 if (inprops & kNoIEpsilons) in DeterminizeProperties()
124 if (inprops & kAccessible) in DeterminizeProperties()
127 if (inprops & kAcceptor) in DeterminizeProperties()
138 if (inprops & kAccessible) in FactorWeightProperties()
142 & inprops; in FactorWeightProperties()
164 if (kIEpsilons & inprops) in InvertProperties()
168 if (kOEpsilons & inprops) in InvertProperties()
258 if (inprops.size() == 0) in ReplaceProperties()
[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/lib/
H A Dproperties.cc56 inprops; in ComplementProperties()
57 if (inprops & kAccessible) in ComplementProperties()
122 if (inprops & kNoIEpsilons) in DeterminizeProperties()
124 if (inprops & kAccessible) in DeterminizeProperties()
127 if (inprops & kAcceptor) in DeterminizeProperties()
138 if (inprops & kAccessible) in FactorWeightProperties()
142 & inprops; in FactorWeightProperties()
164 if (kIEpsilons & inprops) in InvertProperties()
168 if (kOEpsilons & inprops) in InvertProperties()
258 if (inprops.size() == 0) in ReplaceProperties()
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/lib/
H A Dproperties.cc56 inprops; in ComplementProperties()
57 if (inprops & kAccessible) in ComplementProperties()
122 if (inprops & kNoIEpsilons) in DeterminizeProperties()
124 if (inprops & kAccessible) in DeterminizeProperties()
127 if (inprops & kAcceptor) in DeterminizeProperties()
138 if (inprops & kAccessible) in FactorWeightProperties()
142 & inprops; in FactorWeightProperties()
164 if (kIEpsilons & inprops) in InvertProperties()
168 if (kOEpsilons & inprops) in InvertProperties()
258 if (inprops.size() == 0) in ReplaceProperties()
[all …]
/dports/math/openfst/openfst-1.8.1/src/lib/
H A Dproperties.cc44 inprops; in ClosureProperties()
50 inprops; in ClosureProperties()
51 if ((inprops & kWeighted) && (inprops & kAccessible) && in ClosureProperties()
140 inprops; in DeterminizeProperties()
147 if (inprops & kAcceptor) outprops |= (kNoIEpsilons | kNoOEpsilons) & inprops; in DeterminizeProperties()
163 inprops; in FactorWeightProperties()
202 inprops; in ProjectProperties()
206 inprops; in ProjectProperties()
219 inprops; in ProjectProperties()
242 inprops; in RandGenProperties()
[all …]
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/
H A Dproperties.h342 uint64 InvertProperties(uint64 inprops);
345 uint64 RelabelProperties(uint64 inprops);
353 uint64 ReweightProperties(uint64 inprops);
361 uint64 SetStartProperties(uint64 inprops) { in SetStartProperties() argument
363 if (inprops & kAcyclic) { in SetStartProperties()
369 uint64 AddStateProperties(uint64 inprops) { in AddStateProperties() argument
370 return inprops & kAddStateProperties; in AddStateProperties()
378 uint64 outprops = inprops & kError; in DeleteAllStatesProperties()
383 return inprops & kDeleteArcsProperties; in DeleteArcsProperties()
392 uint64 outprops = inprops; in SetFinalProperties()
[all …]
H A Dmatcher.h311 virtual uint64 Properties(uint64 inprops) const { in Properties() argument
312 uint64 outprops = inprops; in Properties()
564 uint64 RhoMatcher<M>::Properties(uint64 inprops) const { in Properties() argument
565 uint64 outprops = matcher_->Properties(inprops); in Properties()
765 uint64 SigmaMatcher<M>::Properties(uint64 inprops) const { in Properties() argument
766 uint64 outprops = matcher_->Properties(inprops); in Properties()
995 uint64 PhiMatcher<M>::Properties(uint64 inprops) const { in Properties() argument
996 uint64 outprops = matcher_->Properties(inprops); in Properties()
1278 virtual uint64 Properties(uint64 inprops) const { in Properties() argument
1279 return matcher_->Properties(inprops); in Properties()
H A Darc-map.h847 uint64 Properties(uint64 inprops) const { in Properties()
848 uint64 outprops = inprops & kOLabelInvariantProperties & in Properties()
940 uint64 Properties(uint64 inprops) const { in Properties()
941 uint64 outprops = inprops & kOLabelInvariantProperties & in Properties()
H A Dencode.h347 uint64 Properties(uint64 inprops) { in Properties() argument
348 uint64 outprops = inprops; in Properties()
/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 Dproperties.h342 uint64 InvertProperties(uint64 inprops);
345 uint64 RelabelProperties(uint64 inprops);
353 uint64 ReweightProperties(uint64 inprops);
361 uint64 SetStartProperties(uint64 inprops) { in SetStartProperties() argument
363 if (inprops & kAcyclic) { in SetStartProperties()
369 uint64 AddStateProperties(uint64 inprops) { in AddStateProperties() argument
370 return inprops & kAddStateProperties; in AddStateProperties()
378 uint64 outprops = inprops & kError; in DeleteAllStatesProperties()
383 return inprops & kDeleteArcsProperties; in DeleteArcsProperties()
392 uint64 outprops = inprops; in SetFinalProperties()
[all …]
H A Dmatcher.h311 virtual uint64 Properties(uint64 inprops) const { in Properties() argument
312 uint64 outprops = inprops; in Properties()
564 uint64 RhoMatcher<M>::Properties(uint64 inprops) const { in Properties() argument
565 uint64 outprops = matcher_->Properties(inprops); in Properties()
765 uint64 SigmaMatcher<M>::Properties(uint64 inprops) const { in Properties() argument
766 uint64 outprops = matcher_->Properties(inprops); in Properties()
995 uint64 PhiMatcher<M>::Properties(uint64 inprops) const { in Properties() argument
996 uint64 outprops = matcher_->Properties(inprops); in Properties()
1278 virtual uint64 Properties(uint64 inprops) const { in Properties() argument
1279 return matcher_->Properties(inprops); in Properties()
H A Darc-map.h847 uint64 Properties(uint64 inprops) const { in Properties()
848 uint64 outprops = inprops & kOLabelInvariantProperties & in Properties()
940 uint64 Properties(uint64 inprops) const { in Properties()
941 uint64 outprops = inprops & kOLabelInvariantProperties & in Properties()
H A Dencode.h347 uint64 Properties(uint64 inprops) { in Properties() argument
348 uint64 outprops = inprops; in Properties()
/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 Dproperties.h342 uint64 InvertProperties(uint64 inprops);
345 uint64 RelabelProperties(uint64 inprops);
353 uint64 ReweightProperties(uint64 inprops);
361 uint64 SetStartProperties(uint64 inprops) { in SetStartProperties() argument
363 if (inprops & kAcyclic) { in SetStartProperties()
369 uint64 AddStateProperties(uint64 inprops) { in AddStateProperties() argument
370 return inprops & kAddStateProperties; in AddStateProperties()
378 uint64 outprops = inprops & kError; in DeleteAllStatesProperties()
383 return inprops & kDeleteArcsProperties; in DeleteArcsProperties()
392 uint64 outprops = inprops; in SetFinalProperties()
[all …]
H A Dmatcher.h311 virtual uint64 Properties(uint64 inprops) const { in Properties() argument
312 uint64 outprops = inprops; in Properties()
564 uint64 RhoMatcher<M>::Properties(uint64 inprops) const { in Properties() argument
565 uint64 outprops = matcher_->Properties(inprops); in Properties()
765 uint64 SigmaMatcher<M>::Properties(uint64 inprops) const { in Properties() argument
766 uint64 outprops = matcher_->Properties(inprops); in Properties()
995 uint64 PhiMatcher<M>::Properties(uint64 inprops) const { in Properties() argument
996 uint64 outprops = matcher_->Properties(inprops); in Properties()
1278 virtual uint64 Properties(uint64 inprops) const { in Properties() argument
1279 return matcher_->Properties(inprops); in Properties()
H A Darc-map.h847 uint64 Properties(uint64 inprops) const { in Properties()
848 uint64 outprops = inprops & kOLabelInvariantProperties & in Properties()
940 uint64 Properties(uint64 inprops) const { in Properties()
941 uint64 outprops = inprops & kOLabelInvariantProperties & in Properties()
H A Dencode.h347 uint64 Properties(uint64 inprops) { in Properties() argument
348 uint64 outprops = inprops; in Properties()
/dports/math/openfst/openfst-1.8.1/src/include/fst/
H A Dproperties.h361 uint64 InvertProperties(uint64 inprops);
367 uint64 RelabelProperties(uint64 inprops);
390 uint64 SetStartProperties(uint64 inprops) { in SetStartProperties() argument
392 if (inprops & kAcyclic) { in SetStartProperties()
398 uint64 AddStateProperties(uint64 inprops) { in AddStateProperties() argument
399 return inprops & kAddStateProperties; in AddStateProperties()
403 return inprops & kDeleteStatesProperties; in DeleteStatesProperties()
407 const auto outprops = inprops & kError; in DeleteAllStatesProperties()
412 return inprops & kDeleteArcsProperties; in DeleteArcsProperties()
420 auto outprops = inprops; in SetFinalProperties()
[all …]
H A Dmatcher.h325 uint64 Properties(uint64 inprops) const override { in Properties() argument
326 return inprops | (error_ ? kError : 0); in Properties()
509 uint64 Properties(uint64 inprops) const override { in Properties() argument
510 return inprops | (error_ ? kError : 0); in Properties()
807 inline uint64 PhiMatcher<M>::Properties(uint64 inprops) const { in Properties() argument
808 auto outprops = matcher_->Properties(inprops); in Properties()
1006 inline uint64 RhoMatcher<M>::Properties(uint64 inprops) const { in Properties() argument
1007 auto outprops = matcher_->Properties(inprops); in Properties()
1204 auto outprops = matcher_->Properties(inprops); in Properties()
1480 uint64 Properties(uint64 inprops) const override { in Properties() argument
[all …]
H A Darc-map.h934 uint64 Properties(uint64 inprops) const { in Properties() argument
935 uint64 outprops = inprops & kOLabelInvariantProperties & in Properties()
1054 uint64 Properties(uint64 inprops) const { in Properties() argument
1055 uint64 outprops = inprops & kOLabelInvariantProperties & in Properties()
H A Dencode.h349 uint64 Properties(uint64 inprops) { in Properties() argument
350 uint64 outprops = inprops; in Properties()
/dports/math/openfst/openfst-1.8.1/src/include/fst/script/
H A Dencodemapper-class.h75 uint64 Properties(uint64 inprops) final { in Properties() argument
76 return mapper_.Properties(inprops); in Properties()
149 uint64 Properties(uint64 inprops) { return impl_->Properties(inprops); } in Properties() argument
/dports/comms/flamp/flamp-2.2.07/src/utils/
H A Dfile_io.cxx338 unsigned char inprops[LZMA_PROPS_SIZE]; in decompress_maybe() local
340 memcpy(inprops, in + strlen(LZMA_STR) + sizeof(uint32_t), LZMA_PROPS_SIZE); in decompress_maybe()
345 inprops, LZMA_PROPS_SIZE)) != SZ_OK) in decompress_maybe()
/dports/comms/flwrap/flwrap-1.3.5/src/
H A Dflwrap.cxx246 unsigned char inprops[LZMA_PROPS_SIZE]; in decompress_maybe() local
247 memcpy(inprops, in + strlen(LZMA_STR) + sizeof(uint32_t), LZMA_PROPS_SIZE); in decompress_maybe()
254 inprops, LZMA_PROPS_SIZE)) != SZ_OK) { in decompress_maybe()
/dports/comms/flmsg/flmsg-4.0.19/src/utils/
H A Dwrap.cxx384 unsigned char inprops[LZMA_PROPS_SIZE]; in decompress_maybe() local
385 memcpy(inprops, in + strlen(LZMA_STR) + sizeof(uint32_t), LZMA_PROPS_SIZE); in decompress_maybe()
390 inprops, LZMA_PROPS_SIZE)) != SZ_OK) in decompress_maybe()
/dports/math/openfst/openfst-1.8.1/src/include/fst/extensions/mpdt/
H A Dexpand.h51 inline uint64 MPdtExpandProperties(uint64 inprops) { in MPdtExpandProperties() argument
52 return inprops & (kAcceptor | kAcyclic | kInitialAcyclic | kUnweighted); in MPdtExpandProperties()

12