Home
last modified time | relevance | path

Searched refs:minSymbol (Results 1 – 22 of 22) sorted by relevance

/dports/devel/upp/upp/uppsrc/CppBase/
H A Dcpplex.cpp36 minSymbol(0) in LexSymbolStat()
40 void LexSymbolStat::Reset(int minSymbol, int maxSymbol) in Reset() argument
42 ASSERT(minSymbol <= maxSymbol); in Reset()
44 this->minSymbol = minSymbol; in Reset()
45 v.SetCount(maxSymbol - minSymbol + 1, 0); in Reset()
50 int symbolIndex = symbol - minSymbol; in IncStat()
57 int symbolIndex = symbol - minSymbol; in GetStat()
74 minSymbol = other.minSymbol; in Merge()
78 ASSERT(other.minSymbol == minSymbol && other.v.GetCount() == v.GetCount()); in Merge()
H A DInternal.h178 void Reset(int minSymbol, int maxSymbol);
186 int minSymbol; variable
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfFastHuf.h86 int minSymbol,
H A DImfFastHuf.cpp66 int minSymbol, in FastHufDecoder() argument
128 for (Int64 symbol = minSymbol; symbol <= maxSymbol; symbol++) in FastHufDecoder()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfFastHuf.h86 int minSymbol,
H A DImfFastHuf.cpp66 int minSymbol, in FastHufDecoder() argument
128 for (Int64 symbol = minSymbol; symbol <= maxSymbol; symbol++) in FastHufDecoder()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfFastHuf.h88 int minSymbol,
H A DImfFastHuf.cpp66 int minSymbol, in FastHufDecoder() argument
128 for (Int64 symbol = minSymbol; symbol <= maxSymbol; symbol++) in FastHufDecoder()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfFastHuf.h59 int minSymbol,
H A DImfFastHuf.cpp38 int minSymbol, in FastHufDecoder() argument
100 …for (uint64_t symbol = static_cast<uint64_t>(minSymbol); symbol <= static_cast<uint64_t>(maxSymbol… in FastHufDecoder()
/dports/net/keycloak/keycloak-15.1.1/bin/
H A Dadd-user.properties.sample44 password.restriction.minSymbol=1
/dports/java/wildfly11/wildfly-11.0.0.Final/bin/
H A Dadd-user.properties44 password.restriction.minSymbol=1
/dports/java/wildfly14/wildfly-14.0.1.Final/bin/
H A Dadd-user.properties44 password.restriction.minSymbol=1
/dports/java/wildfly12/wildfly-12.0.0.Final/bin/
H A Dadd-user.properties44 password.restriction.minSymbol=1
/dports/java/wildfly90/wildfly-9.0.2.Final/bin/
H A Dadd-user.properties44 password.restriction.minSymbol=1
/dports/java/wildfly10/wildfly-10.1.0.Final/bin/
H A Dadd-user.properties44 password.restriction.minSymbol=1
/dports/java/wildfly18/wildfly-18.0.1.Final/bin/
H A Dadd-user.properties44 password.restriction.minSymbol=1
/dports/java/wildfly13/wildfly-13.0.0.Final/bin/
H A Dadd-user.properties44 password.restriction.minSymbol=1
/dports/java/wildfly16/wildfly-16.0.0.Final/bin/
H A Dadd-user.properties44 password.restriction.minSymbol=1
/dports/java/wildfly15/wildfly-15.0.1.Final/bin/
H A Dadd-user.properties44 password.restriction.minSymbol=1
/dports/java/wildfly17/wildfly-17.0.1.Final/bin/
H A Dadd-user.properties44 password.restriction.minSymbol=1
/dports/www/horde-passwd/passwd-5.0.7/docs/
H A DCHANGES123 [jan] Fix examples using 'minSymbols' instead of 'minSymbol' (Bug #8854).
171 [cjh] Add missing enforcement of minSymbol password policy