Searched refs:inLen (Results 1 – 8 of 8) sorted by relevance
/third_party/node/benchmark/string_decoder/ |
D | string-decoder.js | 7 inLen: [32, 128, 1024, 4096], property 16 function main({ encoding, inLen, chunkLen, n }) { property 35 for (let i = 0; i < inLen; ++i) {
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 226 int inLen = 0; in encode() local 231 in[inLen++]=ch; in encode() 239 rc = encode(inLen,in,case_flags, outLen, output); in encode()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 229 int inLen = 0; in encode() local 234 in[inLen++]=ch; in encode() 242 rc = encode(inLen,in,case_flags, outLen, output); in encode()
|
/third_party/node/doc/contributing/ |
D | writing-and-running-benchmarks.md | 305 …string_decoder/string-decoder.js n=2500000 chunkLen=16 inLen=128 encoding='ascii' … 306 …string_decoder/string-decoder.js n=2500000 chunkLen=16 inLen=128 encoding='utf8' … 307 …string_decoder/string-decoder.js n=2500000 chunkLen=16 inLen=32 encoding='ascii' … 308 …string_decoder/string-decoder.js n=2500000 chunkLen=16 inLen=32 encoding='base64-ascii' … 346 …string_decoder/string-decoder.js n=2500000 chunkLen=16 inLen=128 encoding='ascii' *** … 347 …string_decoder/string-decoder.js n=2500000 chunkLen=16 inLen=32 encoding='ascii' *** … 348 …string_decoder/string-decoder.js n=2500000 chunkLen=16 inLen=4096 encoding='ascii' *** … 349 …string_decoder/string-decoder.js n=2500000 chunkLen=256 inLen=1024 encoding='ascii' *** … 375 aggregating variable: inLen
|
/third_party/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 839 SizeT inLen = inSize - inPos; 848 xzu.InBuf + inPos, &inLen, 849 (inLen == 0), // srcFinished 862 inPos += inLen; 865 packRem -= inLen; 869 if ((inLen == 0 && outLen == 0) || blockFinished)
|
/third_party/icu/icu4c/source/test/iotest/ |
D | filetst.c | 956 size_t inLen =0; in TestCodepageFlush() 978 inLen = fread(inBuf, 1, 200, myCFile); in TestCodepageFlush() 981 if(inLen<=0) { in TestCodepageFlush() 987 for(i=0;i<(int32_t)inLen;i++) { in TestCodepageFlush() 1003 if(inLen != 12) { in TestCodepageFlush() 1004 log_err("Expected 12 bytes, read %d\n", inLen); in TestCodepageFlush() 1006 log_verbose("OK: read %d bytes\n", inLen); in TestCodepageFlush()
|
/third_party/skia/tests/ |
D | PathOpsExtendedTest.cpp | 645 size_t inLen = inData.count(); in initializeTests() local 646 inFile.read(inData.begin(), inLen); in initializeTests()
|
/third_party/astc-encoder/Source/ |
D | tinyexr.h | 9371 size_t tmpBufSize, size_t inLen, int num_channels, in DecompressPiz() argument 9374 if (inLen == tmpBufSize) { in DecompressPiz() 9376 memcpy(outPtr, inPtr, inLen); in DecompressPiz() 9423 if (size_t((ptr - inPtr) + length) > inLen) { in DecompressPiz()
|