/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Input.cpp | 62 size_t nRead = 0; in read() local 101 ++nRead; in read() 107 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read() 119 maxRead = nRead + size; // Stop reading right before the backslash. in read() 122 std::memcpy(buf + nRead, mString[mReadLoc.sIndex] + mReadLoc.cIndex, size); in read() 123 nRead += size; in read() 133 return nRead; in read()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | Input.cpp | 54 size_t nRead = 0; in read() local 93 ++nRead; in read() 99 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read() 111 maxRead = nRead + size; // Stop reading right before the backslash. in read() 114 std::memcpy(buf + nRead, mString[mReadLoc.sIndex] + mReadLoc.cIndex, size); in read() 115 nRead += size; in read() 125 return nRead; in read()
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | Input.cpp | 54 size_t nRead = 0; in read() local 93 ++nRead; in read() 99 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read() 111 maxRead = nRead + size; // Stop reading right before the backslash. in read() 114 std::memcpy(buf + nRead, mString[mReadLoc.sIndex] + mReadLoc.cIndex, size); in read() 115 nRead += size; in read() 125 return nRead; in read()
|
/third_party/node/test/parallel/ |
D | test-fs-read.js | 61 const nRead = fs.readSync(fd, Buffer.alloc(1), 0, 1, pos); constant 62 assert.strictEqual(nRead, 0); 64 fs.read(fd, Buffer.alloc(1), 0, 1, pos, common.mustSucceed((nRead) => { 65 assert.strictEqual(nRead, 0);
|
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/ |
D | mztools.c | 259 int nRead; variable 261 while ( (nRead = (int)fread(buffer, 1, sizeof(buffer), fpOutCD)) > 0) { 262 if ((int)fwrite(buffer, 1, nRead, fpOut) != nRead) {
|
/third_party/zlib/contrib/minizip/ |
D | mztools.c | 259 int nRead; variable 261 while ( (nRead = (int)fread(buffer, 1, sizeof(buffer), fpOutCD)) > 0) { 262 if ((int)fwrite(buffer, 1, nRead, fpOut) != nRead) {
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/ |
D | mztools.c | 259 int nRead; variable 261 while ( (nRead = (int)fread(buffer, 1, sizeof(buffer), fpOutCD)) > 0) { 262 if ((int)fwrite(buffer, 1, nRead, fpOut) != nRead) {
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
D | mztools.c | 259 int nRead; variable 261 while ( (nRead = (int)fread(buffer, 1, sizeof(buffer), fpOutCD)) > 0) { 262 if ((int)fwrite(buffer, 1, nRead, fpOut) != nRead) {
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/ |
D | mztools.c | 259 int nRead; variable 261 while ( (nRead = (int)fread(buffer, 1, sizeof(buffer), fpOutCD)) > 0) { 262 if ((int)fwrite(buffer, 1, nRead, fpOut) != nRead) {
|
/third_party/sqlite/src/ |
D | shell.c | 7263 int nRead, /* Number of bytes to read */ in zipfileReadData() argument 7269 n = fread(aRead, 1, nRead, pFile); in zipfileReadData() 7270 if( (int)n!=nRead ){ in zipfileReadData() 7882 int nRead; /* Bytes to read from file */ in zipfileReadEOCD() local 7894 nRead = (int)(MIN(szFile, ZIPFILE_BUFFER_SIZE)); in zipfileReadEOCD() 7895 iOff = szFile - nRead; in zipfileReadEOCD() 7896 rc = zipfileReadData(pFile, aRead, nRead, iOff, &pTab->base.zErrMsg); in zipfileReadEOCD() 7898 nRead = (int)(MIN(nBlob, ZIPFILE_BUFFER_SIZE)); in zipfileReadEOCD() 7899 aRead = (u8*)&aBlob[nBlob-nRead]; in zipfileReadEOCD() 7906 for(i=nRead-20; i>=0; i--){ in zipfileReadEOCD() [all …]
|
D | sqlite3.c | 45188 DWORD nRead; /* Number of bytes actually read from file */ 45224 while( !osReadFile(pFile->h, pBuf, amt, &nRead, 0) ){ 45229 while( !osReadFile(pFile->h, pBuf, amt, &nRead, &overlapped) && 45241 if( nRead<(DWORD)amt ){ 45243 memset(&((char*)pBuf)[nRead], 0, amt-nRead); 53462 int nRead; /* Database pages read */ 55848 PAGER_INCR(pPager->nRead); 59625 a[9] = pPager->nRead; 82348 int nRead = 0; 82354 if( p->bIsReader ) nRead++; [all …]
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 115664 int nRead; /* Total number of blocks read */ 154056 int nRead; /* Total number of blocks read */ 159984 int nRead; /* Total number of blocks read */
|