/third_party/lzma/C/ |
D | LzFind.c | 875 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 …]
|
D | LzFindOpt.c | 272 const Byte *maxLen = cur + _maxLen; in GetMatchesSpecN_2() local
|
/third_party/node/test/parallel/ |
D | test-string-decoder-fuzz.js | 15 function randBuf(maxLen) { argument
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDebugMarkerTests.cpp | 75 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/ |
D | uni2name.cpp | 78 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local
|
D | name2uni.cpp | 116 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uni2name.cpp | 78 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local
|
D | name2uni.cpp | 116 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | uni2name.cpp | 78 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local
|
D | name2uni.cpp | 116 int32_t maxLen = uprv_getMaxCharNameLength(); in handleTransliterate() local
|
/third_party/node/deps/npm/lib/utils/ |
D | npm-usage.js | 62 let maxLen = 0 variable
|
D | explain-dep.js | 90 const maxLen = 50 constant
|
/third_party/vk-gl-cts/execserver/ |
D | xsExecutionServer.cpp | 344 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/ |
D | test_utils.cpp | 40 bool ReadEntireFileToString(const char *filePath, char *contentsOut, uint32_t maxLen) in ReadEntireFileToString()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | NameUnicodeTransliterator.java | 53 …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/ |
D | NameUnicodeTransliterator.java | 54 …int maxLen = UCharacterName.INSTANCE.getMaxCharNameLength() + 1; // allow for temporary trailing s… in handleTransliterate() local
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
D | test_utils_win32.cpp | 45 size_t maxLen = _TRUNCATE; in OnCallstackEntry() local
|
/third_party/lzma/CPP/Common/ |
D | CommandLineParser.cpp | 76 int maxLen = -1; in ParseString() local
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
D | console_printer.py | 71 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/ |
D | UnicodeSetCloseOver.java | 292 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/ |
D | StackWalker.cpp | 230 #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/ |
D | CommandLineParser.cs | 27 int minLen, int maxLen, string postCharSet) in SwitchForm()
|
/third_party/toybox/toys/other/ |
D | bzcat.c | 66 char minLen, maxLen; member 229 int minLen, maxLen, pp; in read_block_header() local
|
/third_party/bounds_checking_function/src/ |
D | securecutil.h | 162 #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/ |
D | BinTree.java | 136 int maxLen = kStartMaxLen; // to avoid items for len < hashSize; in GetMatches() local
|