/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_crc32.c | 73 int SDLTest_Crc32Calc(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, CrcUint3… in SDLTest_Crc32Calc() argument 79 if (SDLTest_Crc32CalcBuffer(crcContext, inBuf, inLen, crc32)) { in SDLTest_Crc32Calc() 128 int SDLTest_Crc32CalcBuffer(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, Cr… in SDLTest_Crc32CalcBuffer() argument 146 for (p = inBuf; inLen > 0; ++p, --inLen) { in SDLTest_Crc32CalcBuffer()
|
D | SDL_test_md5.c | 132 unsigned int inLen) in SDLTest_Md5Update() argument 139 if (inBuf == NULL || inLen < 1) return; in SDLTest_Md5Update() 149 if ((mdContext->i[0] + ((MD5UINT4) inLen << 3)) < mdContext->i[0]) in SDLTest_Md5Update() 151 mdContext->i[0] += ((MD5UINT4) inLen << 3); in SDLTest_Md5Update() 152 mdContext->i[1] += ((MD5UINT4) inLen >> 29); in SDLTest_Md5Update() 154 while (inLen--) { in SDLTest_Md5Update()
|
/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/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_test_crc32.h | 96 int SDLTest_crc32Calc(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, CrcUint3… 101 int SDLTest_Crc32CalcBuffer(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, Cr…
|
D | SDL_test_md5.h | 105 unsigned int inLen);
|
/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/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/node/doc/guides/ |
D | writing-and-running-benchmarks.md | 294 …string_decoder/string-decoder.js n=2500000 chunkLen=16 inLen=128 encoding='ascii' … 295 …string_decoder/string-decoder.js n=2500000 chunkLen=16 inLen=128 encoding='utf8' … 296 …string_decoder/string-decoder.js n=2500000 chunkLen=16 inLen=32 encoding='ascii' … 297 …string_decoder/string-decoder.js n=2500000 chunkLen=16 inLen=32 encoding='base64-ascii' … 334 …string_decoder/string-decoder.js n=2500000 chunkLen=16 inLen=128 encoding='ascii' *** … 335 …string_decoder/string-decoder.js n=2500000 chunkLen=16 inLen=32 encoding='ascii' *** … 336 …string_decoder/string-decoder.js n=2500000 chunkLen=16 inLen=4096 encoding='ascii' *** … 337 …string_decoder/string-decoder.js n=2500000 chunkLen=256 inLen=1024 encoding='ascii' *** … 363 aggregating variable: inLen
|
/third_party/icu/icu4c/source/test/iotest/ |
D | filetst.c | 955 size_t inLen =0; in TestCodepageFlush() 977 inLen = fread(inBuf, 1, 200, myCFile); in TestCodepageFlush() 980 if(inLen<=0) { in TestCodepageFlush() 986 for(i=0;i<(int32_t)inLen;i++) { in TestCodepageFlush() 1002 if(inLen != 12) { in TestCodepageFlush() 1003 log_err("Expected 12 bytes, read %d\n", inLen); in TestCodepageFlush() 1005 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/flutter/skia/tests/ |
D | PathOpsExtendedTest.cpp | 762 size_t inLen = inData.count(); in initializeTests() local 763 inFile.read(inData.begin(), inLen); in initializeTests()
|