Home
last modified time | relevance | path

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

12

/third_party/lzma/C/
DLzFind.c875 UInt32 *d, unsigned maxLen) in Hc_GetMatchesSpec()
957 UInt32 *d, UInt32 maxLen) in GetMatchesSpec1()
1165 unsigned maxLen; in Bt3_MatchFinder_GetMatches() local
1183 maxLen = 2; in Bt3_MatchFinder_GetMatches() local
1206 unsigned maxLen; in Bt4_MatchFinder_GetMatches() local
1225 maxLen = 3; in Bt4_MatchFinder_GetMatches() local
1273 UInt32 h2, h3, d2, d3, maxLen, pos; in Bt5_MatchFinder_GetMatches() local
1295 maxLen = 4; in Bt5_MatchFinder_GetMatches() local
1346 unsigned maxLen; in Hc4_MatchFinder_GetMatches() local
1365 maxLen = 3; in Hc4_MatchFinder_GetMatches() local
[all …]
DLzFindOpt.c272 const Byte *maxLen = cur + _maxLen; in GetMatchesSpecN_2() local
/third_party/node/test/parallel/
Dtest-string-decoder-fuzz.js15 function randBuf(maxLen) { argument
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDebugMarkerTests.cpp75 void getSimpleRndString (vector<char>& dst, de::Random& rnd, int maxLen) in getSimpleRndString()
85 void getComplexRndString (vector<char>& dst, de::Random& rnd, int maxLen) in getComplexRndString()
/third_party/icu/icu4c/source/i18n/
Duni2name.cpp78 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local
Dname2uni.cpp116 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local
/third_party/skia/third_party/externals/icu/source/i18n/
Duni2name.cpp78 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local
Dname2uni.cpp116 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local
/third_party/node/deps/icu-small/source/i18n/
Duni2name.cpp78 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local
Dname2uni.cpp116 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local
/third_party/node/deps/npm/lib/utils/
Dnpm-usage.js62 let maxLen = 0 variable
Dexplain-dep.js90 const maxLen = 50 constant
/third_party/vk-gl-cts/execserver/
DxsExecutionServer.cpp344 size_t maxLen = de::min(m_sendRecvTmpBuf.size(), (size_t)m_bufferIn.getNumFree()); in receive() local
375 size_t maxLen = de::min(m_sendRecvTmpBuf.size(), (size_t)m_bufferOut.getNumElements()); in send() local
/third_party/skia/third_party/externals/angle2/util/
Dtest_utils.cpp40 bool ReadEntireFileToString(const char *filePath, char *contentsOut, uint32_t maxLen) in ReadEntireFileToString()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DNameUnicodeTransliterator.java53 …int maxLen = UCharacterName.INSTANCE.getMaxCharNameLength() + 1; // allow for temporary trailing s… in handleTransliterate() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNameUnicodeTransliterator.java54 …int maxLen = UCharacterName.INSTANCE.getMaxCharNameLength() + 1; // allow for temporary trailing s… in handleTransliterate() local
/third_party/skia/third_party/externals/angle2/util/windows/win32/
Dtest_utils_win32.cpp45 size_t maxLen = _TRUNCATE; in OnCallstackEntry() local
/third_party/lzma/CPP/Common/
DCommandLineParser.cpp76 int maxLen = -1; in ParseString() local
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dconsole_printer.py71 line, start, end, highlightStart=None, highlightEnd=None, maxLen=120, replacement=None): argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DUnicodeSetCloseOver.java292 int maxLen = 0; // Maximum encoded length of any class, including zeros in generateCaseData() local
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp230 #define strncpy_s(dst, len, src, maxLen) strncpy(dst, len, src) argument
1363 size_t maxLen = STACKWALK_MAX_NAMELEN; in OnLoadModule() local
1388 size_t maxLen = STACKWALK_MAX_NAMELEN; in OnCallstackEntry() local
1419 size_t maxLen = STACKWALK_MAX_NAMELEN; in OnDbgHelpErr() local
1432 size_t maxLen = STACKWALK_MAX_NAMELEN; in OnSymInit() local
/third_party/lzma/CS/7zip/Common/
DCommandLineParser.cs27 int minLen, int maxLen, string postCharSet) in SwitchForm()
/third_party/toybox/toys/other/
Dbzcat.c66 char minLen, maxLen; member
229 int minLen, maxLen, pp; in read_block_header() local
/third_party/bounds_checking_function/src/
Dsecurecutil.h162 #define SECUREC_CALC_STR_LEN(str, maxLen, outLen) do { \ argument
165 #define SECUREC_CALC_STR_LEN_OPT(str, maxLen, outLen) do { \ argument
196 #define SECUREC_CALC_STR_LEN(str, maxLen, outLen) do { \ argument
208 #define SECUREC_CALC_WSTR_LEN(str, maxLen, outLen) do { \ argument
/third_party/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java136 int maxLen = kStartMaxLen; // to avoid items for len < hashSize; in GetMatches() local

12