Home
last modified time | relevance | path

Searched refs:bufLength (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/crypt3/
H A Dcryptdefs.c132 if (cnt>bufLength) { in GWEN_Crypt__TransformFromBCD()
134 cnt, bufLength); in GWEN_Crypt__TransformFromBCD()
139 memset(buffer, 0, bufLength); in GWEN_Crypt__TransformFromBCD()
192 if (cnt>bufLength) { in GWEN_Crypt__TransformFromFPIN2()
194 cnt, bufLength); in GWEN_Crypt__TransformFromFPIN2()
290 if (cnt>bufLength) { in GWEN_Crypt__TransformToBCD()
321 if (8>bufLength) { in GWEN_Crypt__TransformToFPIN2()
323 bufLength); in GWEN_Crypt__TransformToFPIN2()
485 assert(bufLength); in GWEN_Crypt__KeyDataFromText()
487 switch (bufLength) { in GWEN_Crypt__KeyDataFromText()
[all …]
H A Dcryptdefs_p.h23 unsigned int bufLength,
27 unsigned int bufLength,
31 unsigned int bufLength,
35 unsigned int bufLength,
39 unsigned int bufLength,
43 unsigned int bufLength,
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/crypt3/
H A Dcryptdefs.c132 if (cnt>bufLength) { in GWEN_Crypt__TransformFromBCD()
134 cnt, bufLength); in GWEN_Crypt__TransformFromBCD()
139 memset(buffer, 0, bufLength); in GWEN_Crypt__TransformFromBCD()
192 if (cnt>bufLength) { in GWEN_Crypt__TransformFromFPIN2()
194 cnt, bufLength); in GWEN_Crypt__TransformFromFPIN2()
290 if (cnt>bufLength) { in GWEN_Crypt__TransformToBCD()
321 if (8>bufLength) { in GWEN_Crypt__TransformToFPIN2()
323 bufLength); in GWEN_Crypt__TransformToFPIN2()
485 assert(bufLength); in GWEN_Crypt__KeyDataFromText()
487 switch (bufLength) { in GWEN_Crypt__KeyDataFromText()
[all …]
H A Dcryptdefs_p.h23 unsigned int bufLength,
27 unsigned int bufLength,
31 unsigned int bufLength,
35 unsigned int bufLength,
39 unsigned int bufLength,
43 unsigned int bufLength,
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/crypt3/
H A Dcryptdefs.c132 if (cnt>bufLength) { in GWEN_Crypt__TransformFromBCD()
134 cnt, bufLength); in GWEN_Crypt__TransformFromBCD()
139 memset(buffer, 0, bufLength); in GWEN_Crypt__TransformFromBCD()
192 if (cnt>bufLength) { in GWEN_Crypt__TransformFromFPIN2()
194 cnt, bufLength); in GWEN_Crypt__TransformFromFPIN2()
290 if (cnt>bufLength) { in GWEN_Crypt__TransformToBCD()
321 if (8>bufLength) { in GWEN_Crypt__TransformToFPIN2()
323 bufLength); in GWEN_Crypt__TransformToFPIN2()
485 assert(bufLength); in GWEN_Crypt__KeyDataFromText()
487 switch (bufLength) { in GWEN_Crypt__KeyDataFromText()
[all …]
H A Dcryptdefs_p.h23 unsigned int bufLength,
27 unsigned int bufLength,
31 unsigned int bufLength,
35 unsigned int bufLength,
39 unsigned int bufLength,
43 unsigned int bufLength,
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/crypt3/
H A Dcryptdefs.c132 if (cnt>bufLength) { in GWEN_Crypt__TransformFromBCD()
134 cnt, bufLength); in GWEN_Crypt__TransformFromBCD()
139 memset(buffer, 0, bufLength); in GWEN_Crypt__TransformFromBCD()
192 if (cnt>bufLength) { in GWEN_Crypt__TransformFromFPIN2()
194 cnt, bufLength); in GWEN_Crypt__TransformFromFPIN2()
290 if (cnt>bufLength) { in GWEN_Crypt__TransformToBCD()
321 if (8>bufLength) { in GWEN_Crypt__TransformToFPIN2()
323 bufLength); in GWEN_Crypt__TransformToFPIN2()
485 assert(bufLength); in GWEN_Crypt__KeyDataFromText()
487 switch (bufLength) { in GWEN_Crypt__KeyDataFromText()
[all …]
H A Dcryptdefs_p.h23 unsigned int bufLength,
27 unsigned int bufLength,
31 unsigned int bufLength,
35 unsigned int bufLength,
39 unsigned int bufLength,
43 unsigned int bufLength,
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/crypt3/
H A Dcryptdefs.c132 if (cnt>bufLength) { in GWEN_Crypt__TransformFromBCD()
134 cnt, bufLength); in GWEN_Crypt__TransformFromBCD()
139 memset(buffer, 0, bufLength); in GWEN_Crypt__TransformFromBCD()
192 if (cnt>bufLength) { in GWEN_Crypt__TransformFromFPIN2()
194 cnt, bufLength); in GWEN_Crypt__TransformFromFPIN2()
290 if (cnt>bufLength) { in GWEN_Crypt__TransformToBCD()
321 if (8>bufLength) { in GWEN_Crypt__TransformToFPIN2()
323 bufLength); in GWEN_Crypt__TransformToFPIN2()
485 assert(bufLength); in GWEN_Crypt__KeyDataFromText()
487 switch (bufLength) { in GWEN_Crypt__KeyDataFromText()
[all …]
H A Dcryptdefs_p.h23 unsigned int bufLength,
27 unsigned int bufLength,
31 unsigned int bufLength,
35 unsigned int bufLength,
39 unsigned int bufLength,
43 unsigned int bufLength,
/dports/games/spring/spring_98.0/rts/System/Net/
H A DProtocolDef.cpp28 int ProtocolDef::PacketLength(const unsigned char* const buf, const unsigned bufLength) const in PacketLength()
30 if (bufLength == 0) { in PacketLength()
44 if (bufLength < 2) in PacketLength()
49 if (bufLength < 3) { in PacketLength()
59 bool ProtocolDef::IsValidLength(const int pktLength, const unsigned bufLength) const in IsValidLength()
61 return (pktLength > 0) && (bufLength >= (unsigned)pktLength); in IsValidLength()
64 bool ProtocolDef::IsValidPacket(const unsigned char* const buf, const unsigned bufLength) const in IsValidPacket()
66 return IsValidLength(PacketLength(buf, bufLength), bufLength); in IsValidPacket()
H A DProtocolDef.h21 int PacketLength(const unsigned char* const buf, const unsigned bufLength) const;
22 bool IsValidLength(const int pktLength, const unsigned bufLength) const;
23 bool IsValidPacket(const unsigned char* const buf, const unsigned bufLength) const;
/dports/multimedia/mpeg_stat/mpeg_stat/
H A Dutil.h63 extern int bufLength;
81 bufLength--; \
93 bufLength--; \
113 bufLength--; \
263 if (bufLength < 2) { \
334 bufLength--; \
347 bufLength--; \
361 if (bufLength < 2) { \
368 bufLength--; \
378 if (bufLength < 2) { \
[all …]
H A Dutil.c56 int bufLength; variable
125 int init_length = bufLength; in correct_underflow()
130 &bufLength, &bitBuffer); in correct_underflow()
133 bp < (bitBuffer + bufLength); in correct_underflow()
153 else if ((status == 0) && (bufLength < 1)) { in correct_underflow()
323 if (bufLength < 4) { in next_start_code()
341 while(bufLength > 0) { in next_start_code()
345 if (bufLength < 4) { in next_start_code()
385 bufLength++; in next_start_code()
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/Crypto/Polyfill/
H A DGmac.php19 protected $bufLength = 0; variable in Aws\\Crypto\\Polyfill\\Gmac
73 if (($blocks->count() + $this->bufLength) < self::BLOCK_SIZE) {
75 $this->buf->set($blocks, $this->bufLength);
76 $this->bufLength += $blocks->count();
81 if ($this->bufLength > 0) {
84 $tmp->set($this->buf->slice(0, $this->bufLength));
85 $remainingBlockLength = self::BLOCK_SIZE - $this->bufLength;
88 $this->bufLength = 0;
108 $this->bufLength += ($blocks->count() - $last);
214 if ($this->bufLength !== 0) {
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Polyfill/
H A DGmac.php19 protected $bufLength = 0; variable in Aws\\Crypto\\Polyfill\\Gmac
73 if (($blocks->count() + $this->bufLength) < self::BLOCK_SIZE) {
75 $this->buf->set($blocks, $this->bufLength);
76 $this->bufLength += $blocks->count();
81 if ($this->bufLength > 0) {
84 $tmp->set($this->buf->slice(0, $this->bufLength));
85 $remainingBlockLength = self::BLOCK_SIZE - $this->bufLength;
88 $this->bufLength = 0;
108 $this->bufLength += ($blocks->count() - $last);
214 if ($this->bufLength !== 0) {
[all …]
/dports/devel/log4j/apache-log4j-1.2.17/contribs/JimMoore/
H A DLoggingOutputStream.java66 private int bufLength; field in LoggingOutputStream
111 bufLength = DEFAULT_BUFFER_LENGTH; in LoggingOutputStream()
154 if (count == bufLength) { in write()
156 final int newBufLength = bufLength+DEFAULT_BUFFER_LENGTH; in write()
159 System.arraycopy(buf, 0, newBuf, 0, bufLength); in write()
162 bufLength = newBufLength; in write()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/plugins/
H A DIOUGens.cpp460 int bufLength = world->mBufLength; in In_next_a_nova() local
485 int bufLength = world->mBufLength; in In_next_a_nova_64() local
511 int bufLength = world->mBufLength; in In_next_a() local
536 int bufLength = world->mBufLength; in vIn_next_a() local
660 int bufLength = world->mBufLength; in InFeedback_next_a() local
739 int bufLength = world->mBufLength; in ReplaceOut_next_a() local
787 int bufLength = world->mBufLength; in ReplaceOut_next_a_nova() local
811 int bufLength = world->mBufLength; in ReplaceOut_next_a_nova_64() local
862 int bufLength = world->mBufLength; in Out_next_a() local
893 int bufLength = world->mBufLength; in vOut_next_a() local
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/MPIIO/
H A Ddump_atom_mpiio.cpp551 int *mpifhStringCountPerThread, *bufOffset, *bufRange, *bufLength; in convert_image_omp() local
564 memory->create(bufLength, nthreads, "dump:bufLength"); in convert_image_omp()
571 bufLength[i] = DUMP_BUF_CHUNK_SIZE; in convert_image_omp()
578 bufLength[i] = DUMP_BUF_CHUNK_SIZE; in convert_image_omp()
582 #pragma omp parallel LMP_DEFAULT_NONE LMP_SHARED(bufOffset, bufRange, bufLength, \ in convert_image_omp()
616 memory->destroy(bufLength); in convert_image_omp()
647 int *mpifhStringCountPerThread, *bufOffset, *bufRange, *bufLength; in convert_noimage_omp() local
660 memory->create(bufLength, nthreads, "dump:bufLength"); in convert_noimage_omp()
667 bufLength[i] = DUMP_BUF_CHUNK_SIZE; in convert_noimage_omp()
674 bufLength[i] = DUMP_BUF_CHUNK_SIZE; in convert_noimage_omp()
[all …]
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/source/app/
H A DMLTextUtils.cpp971 const int bufLength = 16; in formatNumber() local
972 char numBuf[bufLength] = {0}; in formatNumber()
973 char format[bufLength] = {0}; in formatNumber()
995 snprintf(format, bufLength, "X-0%1d.%1df", m, p); in formatNumber()
998 snprintf(numBuf, bufLength, format, tweakedNumber); in formatNumber()
1009 snprintf(numBuf, bufLength, "%d/%d", a, b); in formatNumber()
1039 snprintf(format, bufLength, "X-0%1d.%1df", m, p); in formatNumber()
1042 snprintf(numBuf, bufLength, format, tweakedNumber); in formatNumber()
1057 snprintf(format, bufLength, "X-0%1d.%1df", m, p); in formatNumber()
1060 snprintf(numBuf, bufLength, format, tweakedNumber); in formatNumber()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/providers/hana/
H A Dqgshanaresultset.cpp201 const size_t bufLength = mResultSet->getBinaryLength( columnIndex ); in getGeometry() local
202 if ( bufLength == ResultSet::UNKNOWN_LENGTH ) in getGeometry()
213 else if ( bufLength != 0 && bufLength != odbc::ResultSet::NULL_DATA ) in getGeometry()
215 QByteArray wkbBytes( toWkbSize( bufLength ), '0' ); in getGeometry()
216 mResultSet->getBinaryData( columnIndex, wkbBytes.data(), bufLength ); in getGeometry()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/net/
H A DDatagramPacket.java70 int bufLength; field in DatagramPacket
304 this.bufLength = length; in setData()
399 this.bufLength = buf.length; in setData()
426 this.bufLength = this.length; in setLength()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/net/
H A DDatagramPacket.java70 int bufLength; field in DatagramPacket
304 this.bufLength = length; in setData()
398 this.bufLength = buf.length; in setData()
425 this.bufLength = this.length; in setLength()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/net/
H A DDatagramPacket.java70 int bufLength; field in DatagramPacket
304 this.bufLength = length; in setData()
399 this.bufLength = buf.length; in setData()
426 this.bufLength = this.length; in setLength()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/net/
H A DDatagramPacket.java60 int bufLength; field in DatagramPacket
265 this.bufLength = length; in setData()
348 this.bufLength = buf.length; in setData()
375 this.bufLength = this.length; in setLength()

12345678910>>...12