Home
last modified time | relevance | path

Searched defs:maxLen (Results 1 – 25 of 2428) sorted by relevance

12345678910>>...98

/dports/devel/pecl-xdebug/xdebug-3.1.2/contrib/
H A Dxt.vim43 command -nargs=+ HiLink hi link <args>
48 HiLink begin Label
51 HiLink assignment Label
/dports/graphics/jogamp-jogl/gluegen/src/java/com/jogamp/common/nio/
H A DByteBufferInputStream.java143 final int maxLen = Math.min(totalRem, len); in read() local
145 System.arraycopy(buf.array(), buf.arrayOffset() + buf.position(), b, off, maxLen); in read() local
166 final int maxLen = Math.min(remaining, len); in read() local
168 …uf.array(), buf.arrayOffset() + buf.position(), b.array(), b.arrayOffset() + b.position(), maxLen); in read() local
/dports/www/mod_php80/php-8.0.15/sapi/fuzzer/
H A Dgenerate_execute_corpus.php14 $maxLen = (int) $argv[3]; variable
16 $maxLen = 8 * 1024; variable
/dports/lang/php80/php-8.0.15/sapi/fuzzer/
H A Dgenerate_execute_corpus.php14 $maxLen = (int) $argv[3]; variable
16 $maxLen = 8 * 1024; variable
/dports/graphics/qgis/qgis-3.22.3/external/odbccpp/src/odbc/
H A DDatabaseMetaData.cpp27 size_t maxLen = (1 << 8*sizeof(SQLSMALLINT)) - 1; in getColumns() local
55 size_t maxLen = (1 << 8 * sizeof(SQLSMALLINT)) - 1; in getColumnPrivileges() local
82 size_t maxLen = (1 << 8*sizeof(SQLSMALLINT)) - 1; in getPrimaryKeys() local
121 size_t maxLen = (1 << 8 * sizeof(SQLSMALLINT)) - 1; in getSpecialColumns() local
176 size_t maxLen = (1 << 8 * sizeof(SQLSMALLINT)) - 1; in getStatistics() local
228 size_t maxLen = (1 << 8 * sizeof(SQLSMALLINT)) - 1; in getTables() local
H A DDatabaseMetaDataUnicode.cpp37 size_t maxLen = (1 << 8*sizeof(SQLSMALLINT)) - 1; in getColumns() local
66 size_t maxLen = (1 << 8 * sizeof(SQLSMALLINT)) - 1; in getColumnPrivileges() local
94 size_t maxLen = (1 << 8*sizeof(SQLSMALLINT)) - 1; in getPrimaryKeys() local
133 size_t maxLen = (1 << 8 * sizeof(SQLSMALLINT)) - 1; in getSpecialColumns() local
188 size_t maxLen = (1 << 8 * sizeof(SQLSMALLINT)) - 1; in getStatistics() local
241 size_t maxLen = (1 << 8 * sizeof(SQLSMALLINT)) - 1; in getTables() local
/dports/games/retroarch/RetroArch-1.9.7/deps/discord-rpc/src/
H A Dserialization.cpp80 size_t maxLen, in JsonWriteRichPresenceObj()
170 size_t JsonWriteHandshakeObj(char* dest, size_t maxLen, int version, const char* applicationId) in JsonWriteHandshakeObj()
185 size_t JsonWriteSubscribeCommand(char* dest, size_t maxLen, int nonce, const char* evtName) in JsonWriteSubscribeCommand()
204 size_t JsonWriteUnsubscribeCommand(char* dest, size_t maxLen, int nonce, const char* evtName) in JsonWriteUnsubscribeCommand()
223 size_t JsonWriteJoinReply(char* dest, size_t maxLen, const char* userId, int reply, int nonce) in JsonWriteJoinReply()
/dports/biology/bbmap/bbmap/current/sketch/
H A DSketchHeap.java151 public final int maxLen(){ in maxLen() method
156 int maxLen=maxLen(); in toSketchArray() local
161 int maxLen=maxLen(); in toSketchArray_minCount() local
165 final long[] toSketchArray_maxLen(int maxLen){ in toSketchArray_maxLen()
169 private final long[] toSketchArrayOld(int maxLen){//Destructive in toSketchArrayOld()
184 private final long[] toSketchArray(int maxLen, int minKeyOccuranceCount_){//Non-destructive in toSketchArray()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/discord/src/
H A Dserialization.cpp84 size_t maxLen, in JsonWriteRichPresenceObj()
166 size_t JsonWriteHandshakeObj(char* dest, size_t maxLen, int version, const char* applicationId) in JsonWriteHandshakeObj()
181 size_t JsonWriteSubscribeCommand(char* dest, size_t maxLen, int nonce, const char* evtName) in JsonWriteSubscribeCommand()
200 size_t JsonWriteUnsubscribeCommand(char* dest, size_t maxLen, int nonce, const char* evtName) in JsonWriteUnsubscribeCommand()
219 size_t JsonWriteJoinReply(char* dest, size_t maxLen, const char* userId, int reply, int nonce) in JsonWriteJoinReply()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/src/
H A Dserialization.cpp84 size_t maxLen, in JsonWriteRichPresenceObj()
165 size_t JsonWriteHandshakeObj(char* dest, size_t maxLen, int version, const char* applicationId) in JsonWriteHandshakeObj()
180 size_t JsonWriteSubscribeCommand(char* dest, size_t maxLen, int nonce, const char* evtName) in JsonWriteSubscribeCommand()
199 size_t JsonWriteUnsubscribeCommand(char* dest, size_t maxLen, int nonce, const char* evtName) in JsonWriteUnsubscribeCommand()
218 size_t JsonWriteJoinReply(char* dest, size_t maxLen, const char* userId, int reply, int nonce) in JsonWriteJoinReply()
/dports/emulators/mgba/mgba-0.9.2/src/third-party/discord-rpc/src/
H A Dserialization.cpp84 size_t maxLen, in JsonWriteRichPresenceObj()
165 size_t JsonWriteHandshakeObj(char* dest, size_t maxLen, int version, const char* applicationId) in JsonWriteHandshakeObj()
180 size_t JsonWriteSubscribeCommand(char* dest, size_t maxLen, int nonce, const char* evtName) in JsonWriteSubscribeCommand()
199 size_t JsonWriteUnsubscribeCommand(char* dest, size_t maxLen, int nonce, const char* evtName) in JsonWriteUnsubscribeCommand()
218 size_t JsonWriteJoinReply(char* dest, size_t maxLen, const char* userId, int reply, int nonce) in JsonWriteJoinReply()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/discord-rpc/src/
H A Dserialization.cpp84 size_t maxLen, in JsonWriteRichPresenceObj()
165 size_t JsonWriteHandshakeObj(char* dest, size_t maxLen, int version, const char* applicationId) in JsonWriteHandshakeObj()
180 size_t JsonWriteSubscribeCommand(char* dest, size_t maxLen, int nonce, const char* evtName) in JsonWriteSubscribeCommand()
199 size_t JsonWriteUnsubscribeCommand(char* dest, size_t maxLen, int nonce, const char* evtName) in JsonWriteUnsubscribeCommand()
218 size_t JsonWriteJoinReply(char* dest, size_t maxLen, const char* userId, int reply, int nonce) in JsonWriteJoinReply()
/dports/games/warzone2100/warzone2100/3rdparty/discord-rpc/src/
H A Dserialization.cpp84 size_t maxLen, in JsonWriteRichPresenceObj()
165 size_t JsonWriteHandshakeObj(char* dest, size_t maxLen, int version, const char* applicationId) in JsonWriteHandshakeObj()
180 size_t JsonWriteSubscribeCommand(char* dest, size_t maxLen, int nonce, const char* evtName) in JsonWriteSubscribeCommand()
199 size_t JsonWriteUnsubscribeCommand(char* dest, size_t maxLen, int nonce, const char* evtName) in JsonWriteUnsubscribeCommand()
218 size_t JsonWriteJoinReply(char* dest, size_t maxLen, const char* userId, int reply, int nonce) in JsonWriteJoinReply()
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/discord-rpc/src/
H A Dserialization.cpp84 size_t maxLen, in JsonWriteRichPresenceObj()
165 size_t JsonWriteHandshakeObj(char* dest, size_t maxLen, int version, const char* applicationId) in JsonWriteHandshakeObj()
180 size_t JsonWriteSubscribeCommand(char* dest, size_t maxLen, int nonce, const char* evtName) in JsonWriteSubscribeCommand()
199 size_t JsonWriteUnsubscribeCommand(char* dest, size_t maxLen, int nonce, const char* evtName) in JsonWriteUnsubscribeCommand()
218 size_t JsonWriteJoinReply(char* dest, size_t maxLen, const char* userId, int reply, int nonce) in JsonWriteJoinReply()
/dports/databases/cego/cego-2.47.11/src/
H A DCegoOutput.cc128 int maxLen = 0; in headOut() local
274 int maxLen = CegoQueryHelper::maxFieldSize(pF2); in rowOut() local
354 int maxLen = CegoQueryHelper::maxFieldSize(pF2); in rowOut() local
406 int maxLen = 0; in tailOut() local
450 Chain CegoOutput::formatCell(int i, const Chain& s, int maxLen, bool printSep) in formatCell()
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dksfilereader.cpp19 KSFileReader::KSFileReader(qint64 maxLen) : QTextStream(), m_maxLen(maxLen) in KSFileReader()
23 KSFileReader::KSFileReader(QFile &file, qint64 maxLen) in KSFileReader()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/kbanking/
H A Dgwenkdegui.cpp86 int maxLen, in getPasswordText()
101 int maxLen, in getPasswordHhd()
149 int maxLen, in getPasswordPhoto()
199 int minLen, int maxLen, in getPassword()
/dports/www/bolt/bolt-2.2.24/vendor/guzzlehttp/streams/src/
H A DUtils.php56 public static function copyToString(StreamInterface $stream, $maxLen = -1)
96 $maxLen = -1
/dports/finance/prestashop/prestashop/vendor/guzzlehttp/streams/src/
H A DUtils.php56 public static function copyToString(StreamInterface $stream, $maxLen = -1)
96 $maxLen = -1
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/guzzlehttp/streams/src/
H A DUtils.php56 public static function copyToString(StreamInterface $stream, $maxLen = -1)
96 $maxLen = -1
/dports/www/owncloud/owncloud/updater/vendor/guzzlehttp/streams/src/
H A DUtils.php56 public static function copyToString(StreamInterface $stream, $maxLen = -1)
96 $maxLen = -1
/dports/www/owncloud/owncloud/lib/composer/guzzlehttp/streams/src/
H A DUtils.php56 public static function copyToString(StreamInterface $stream, $maxLen = -1)
96 $maxLen = -1
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/bzip2/
H A Dhuffman.c106 Int32 maxLen ) in BZ2_hbMakeCodeLengths()
178 Int32 maxLen, in BZ2_hbAssignCodes()
198 Int32 maxLen, in BZ2_hbCreateDecodeTables()
/dports/lang/perl5.30/perl-5.30.3/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dhuffman.c66 Int32 maxLen ) in BZ2_hbMakeCodeLengths()
155 Int32 maxLen, in BZ2_hbAssignCodes()
175 Int32 maxLen, in BZ2_hbCreateDecodeTables()
/dports/lang/perl5.32/perl-5.32.1/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dhuffman.c66 Int32 maxLen ) in BZ2_hbMakeCodeLengths()
155 Int32 maxLen, in BZ2_hbAssignCodes()
175 Int32 maxLen, in BZ2_hbCreateDecodeTables()

12345678910>>...98