Home
last modified time | relevance | path

Searched refs:aLen (Results 76 – 100 of 2418) sorted by relevance

12345678910>>...97

/dports/graphics/apngasm/apngasm-2.91/7z/
H A DHuffmanEncoder.cc113 UINT32 aLen = m_Items[m_Items[aSymbol].Dad].Len + 1; in GenerateBitLen() local
114 if (aLen > m_MaxLength) in GenerateBitLen()
116 aLen = m_MaxLength; in GenerateBitLen()
119 m_Items[aSymbol].Len = aLen; // We overwrite m_Items[aSymbol].Dad which is no longer needed in GenerateBitLen()
122 m_BitLenCounters[aLen]++; in GenerateBitLen()
128 m_BlockBitLength += (m_Items[aSymbol].Freq * (aLen + anExtraBits)); in GenerateBitLen()
197 int aLen = m_Items[n].Len; in GenerateCodes() local
198 if (aLen == 0) in GenerateCodes()
200 m_Items[n].Code = aNextCodes[aLen]++; in GenerateCodes()
H A DLZMAEncoder.cc235 return aLen; in GetOptimum()
321 INT aLen; in GetOptimum() local
322 for(aLen = 2; aLen <= aLenMain; aLen++) in GetOptimum()
324 m_Optimum[aLen].PosPrev = 0; in GetOptimum()
325 m_Optimum[aLen].BackPrev = m_MatchDistances[aLen] + kNumRepDistances; in GetOptimum()
327 GetPosLenPrice(m_MatchDistances[aLen], aLen, aPosState); in GetOptimum()
334 for (; aLen <= aLenMain; aLen++) in GetOptimum()
760 INT aLen; in CodeReal() local
788 if(aLen == 1) in CodeReal()
804 if (aLen == 1) in CodeReal()
[all …]
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/7z/
H A DHuffmanEncoder.cc113 UINT32 aLen = m_Items[m_Items[aSymbol].Dad].Len + 1; in GenerateBitLen() local
114 if (aLen > m_MaxLength) in GenerateBitLen()
116 aLen = m_MaxLength; in GenerateBitLen()
119 m_Items[aSymbol].Len = aLen; // We overwrite m_Items[aSymbol].Dad which is no longer needed in GenerateBitLen()
122 m_BitLenCounters[aLen]++; in GenerateBitLen()
128 m_BlockBitLength += (m_Items[aSymbol].Freq * (aLen + anExtraBits)); in GenerateBitLen()
197 int aLen = m_Items[n].Len; in GenerateCodes() local
198 if (aLen == 0) in GenerateCodes()
200 m_Items[n].Code = aNextCodes[aLen]++; in GenerateCodes()
H A DLZMAEncoder.cc235 return aLen; in GetOptimum()
321 INT aLen; in GetOptimum() local
322 for(aLen = 2; aLen <= aLenMain; aLen++) in GetOptimum()
324 m_Optimum[aLen].PosPrev = 0; in GetOptimum()
325 m_Optimum[aLen].BackPrev = m_MatchDistances[aLen] + kNumRepDistances; in GetOptimum()
327 GetPosLenPrice(m_MatchDistances[aLen], aLen, aPosState); in GetOptimum()
334 for (; aLen <= aLenMain; aLen++) in GetOptimum()
760 INT aLen; in CodeReal() local
788 if(aLen == 1) in CodeReal()
804 if (aLen == 1) in CodeReal()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/string/
H A DnsLiteralString.h23 constexpr auto operator""_ns(const char* aStr, std::size_t aLen) {
24 return nsLiteralCString{aStr, aLen};
27 constexpr auto operator""_ns(const char16_t* aStr, std::size_t aLen) {
28 return nsLiteralString{aStr, aLen};
/dports/www/firefox/firefox-99.0/xpcom/string/
H A DnsLiteralString.h23 constexpr auto operator""_ns(const char* aStr, std::size_t aLen) {
24 return nsLiteralCString{aStr, aLen};
27 constexpr auto operator""_ns(const char16_t* aStr, std::size_t aLen) {
28 return nsLiteralString{aStr, aLen};
/dports/www/firefox-esr/firefox-91.8.0/xpcom/string/
H A DnsLiteralString.h23 constexpr auto operator""_ns(const char* aStr, std::size_t aLen) {
24 return nsLiteralCString{aStr, aLen};
27 constexpr auto operator""_ns(const char16_t* aStr, std::size_t aLen) {
28 return nsLiteralString{aStr, aLen};
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/chardet/
H A DnsCyrillicDetector.cpp21 void nsCyrillicDetector::HandleData(const char* aBuf, uint32_t aLen) in NS_IMPL_ISUPPORTS()
28 for(i=0, b=aBuf;i<aLen;i++,b++) in NS_IMPL_ISUPPORTS()
101 const char* aBuf, uint32_t aLen, bool* oDontFeedMe) in DoIt() argument
108 this->HandleData(aBuf, aLen); in DoIt()
148 NS_IMETHODIMP nsCyrXPCOMStringDetector::DoIt(const char* aBuf, uint32_t aLen, in DoIt() argument
153 this->HandleData(aBuf, aLen); in DoIt()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/streamconv/converters/
H A DnsMultiMixedConv.h46 uint64_t aOffset, uint32_t aLen);
139 nsresult SendData(char *aBuffer, uint32_t aLen);
141 uint32_t &aLen, bool *_retval);
142 int32_t PushOverLine(char *&aPtr, uint32_t &aLen);
143 char *FindToken(char *aCursor, uint32_t aLen);
144 nsresult BufferData(char *aData, uint32_t aLen);
/dports/lang/spidermonkey60/firefox-60.9.0/intl/chardet/
H A DnsCyrillicDetector.cpp21 void nsCyrillicDetector::HandleData(const char* aBuf, uint32_t aLen) { in NS_IMPL_ISUPPORTS()
26 for (i = 0, b = aBuf; i < aLen; i++, b++) { in NS_IMPL_ISUPPORTS()
87 NS_IMETHODIMP nsCyrXPCOMDetector::DoIt(const char* aBuf, uint32_t aLen, in DoIt() argument
94 this->HandleData(aBuf, aLen); in DoIt()
126 NS_IMETHODIMP nsCyrXPCOMStringDetector::DoIt(const char* aBuf, uint32_t aLen, in DoIt() argument
131 this->HandleData(aBuf, aLen); in DoIt()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/string/
H A DnsLiteralString.h25 constexpr auto operator""_ns(const char* aStr, std::size_t aLen) {
26 return nsLiteralCString{aStr, aLen};
29 constexpr auto operator""_ns(const char16_t* aStr, std::size_t aLen) {
30 return nsLiteralString{aStr, aLen};
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/pkg/diff/myers/
H A Dmyers.go29 aLen := ab.LenA()
31 if aLen == 0 {
35 return edit.NewScript(edit.Range{HighA: aLen})
38 max := aLen + bLen
69 for x < aLen && y < bLen && ab.Equal(x, y) {
75 if x == aLen && y == bLen {
84 return edit.NewScript(edit.Range{HighA: aLen}, edit.Range{HighB: bLen})
88 x := aLen
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_SurfaceRangeLocalizeData.cxx188 Standard_Integer aLen = myUParams->Length(); in SetFrame() local
191 for (i = 1; i <= aLen; i++) { in SetFrame()
195 aLmI = aLen - i + 1; in SetFrame()
202 myUIndMin = aLen + 1; in SetFrame()
205 aLen = myVParams->Length(); in SetFrame()
207 for (i = 1; i <= aLen; i++) { in SetFrame()
211 aLmI = aLen - i + 1; in SetFrame()
218 myVIndMin = aLen + 1; in SetFrame()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/obfs4.git/transports/scramblesuit/
H A Dhkdf_expand.go59 aLen := digestSz
61 aLen = toAppend
63 okm = append(okm, t[:aLen]...)
64 toAppend -= aLen
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/gitlab.com/yawning/obfs4.git/transports/scramblesuit/
H A Dhkdf_expand.go59 aLen := digestSz
61 aLen = toAppend
63 okm = append(okm, t[:aLen]...)
64 toAppend -= aLen
/dports/security/obfs4proxy-tor/transports/scramblesuit/
H A Dhkdf_expand.go59 aLen := digestSz
61 aLen = toAppend
63 okm = append(okm, t[:aLen]...)
64 toAppend -= aLen
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/splitter/
H A Dwe_splclient.cpp219 int aLen = (*aSbs).length(); in send() local
221 if (aLen > 0) in send()
224 setBytesTx(getBytesTx() + aLen); in send()
253 int aLen = 0; in recv() local
272 aLen = aSbs->length(); in recv()
276 aLen = 0; in recv()
279 if (aLen > 0) in recv()
282 setBytesRcv( getBytesRcv() + aLen); in recv()
285 else if ((aLen <= 0) && (!isTimeOut)) //disconnect in recv()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/splitter/
H A Dwe_splclient.cpp219 int aLen = (*aSbs).length(); in send() local
221 if (aLen > 0) in send()
224 setBytesTx(getBytesTx() + aLen); in send()
253 int aLen = 0; in recv() local
272 aLen = aSbs->length(); in recv()
276 aLen = 0; in recv()
279 if (aLen > 0) in recv()
282 setBytesRcv( getBytesRcv() + aLen); in recv()
285 else if ((aLen <= 0) && (!isTimeOut)) //disconnect in recv()
/dports/cad/opencascade/opencascade-7.6.0/src/LDOM/
H A DLDOM_XmlWriter.cxx134 Standard_Integer aLen = 0; in getEncodingName() local
135 while (anEncoding[aLen++] != chNull); in getEncodingName()
137 char * aResult = new char [aLen]; in getEncodingName()
138 memcpy (aResult, anEncoding, aLen * sizeof (char)); in getEncodingName()
344 const Standard_Size aLen = strlen (aStr); in Write() local
345 if (aLen > 0) in Write()
347 theOStream.write(aStr, aLen); in Write()
358 Standard_Integer aLen; in Write() local
359 char* encStr = LDOM_CharReference::Encode (aStr, aLen, Standard_False); in Write()
360 if (aLen > 0) in Write()
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/turbopower_ipro/
H A Dipstrms.pas959 aLen := aEndPos - aStartPos;
986 aLen := aEndPos - aStartPos;
1174 if (StLen > aLen) then
1175 StLen := aLen;
1181 if (Len > aLen) then
1182 Len := aLen;
1500 aLen := 0;
1505 FillChar(FFixedLine[aLen], FixedLineLength-aLen, ' ');
1506 if (aLen > 0) then
1512 if (aLen > 0) then
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/turbopower_ipro/
H A Dipstrms.pas959 aLen := aEndPos - aStartPos;
986 aLen := aEndPos - aStartPos;
1174 if (StLen > aLen) then
1175 StLen := aLen;
1181 if (Len > aLen) then
1182 Len := aLen;
1500 aLen := 0;
1505 FillChar(FFixedLine[aLen], FixedLineLength-aLen, ' ');
1506 if (aLen > 0) then
1512 if (aLen > 0) then
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/libucd/src/
H A DnsEUCKRProber.cpp18 nsProbingState nsEUCKRProber::HandleData(const char* aBuf, PRUint32 aLen) in HandleData() argument
20 NS_ASSERTION(aLen, "HandleData called with empty buffer"); in HandleData()
23 for (PRUint32 i = 0; i < aLen; i++) in HandleData()
45 mLastChar[0] = aBuf[aLen-1]; in HandleData()
H A DnsEUCTWProber.cpp18 nsProbingState nsEUCTWProber::HandleData(const char* aBuf, PRUint32 aLen) in HandleData() argument
20 NS_ASSERTION(aLen, "HandleData called with empty buffer"); in HandleData()
23 for (PRUint32 i = 0; i < aLen; i++) in HandleData()
45 mLastChar[0] = aBuf[aLen-1]; in HandleData()
H A DnsGB2312Prober.cpp23 nsProbingState nsGB18030Prober::HandleData(const char* aBuf, PRUint32 aLen) in HandleData() argument
25 NS_ASSERTION(aLen, "HandleData called with empty buffer"); in HandleData()
28 for (PRUint32 i = 0; i < aLen; i++) in HandleData()
50 mLastChar[0] = aBuf[aLen-1]; in HandleData()
H A DnsBig5Prober.cpp17 nsProbingState nsBig5Prober::HandleData(const char* aBuf, PRUint32 aLen) in HandleData() argument
19 NS_ASSERTION(aLen, "HandleData called with empty buffer"); in HandleData()
22 for (PRUint32 i = 0; i < aLen; i++) in HandleData()
44 mLastChar[0] = aBuf[aLen-1]; in HandleData()

12345678910>>...97