Home
last modified time | relevance | path

Searched defs:readSize (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/npm/node_modules/tar/lib/
Dextract.js76 const readSize = opt.maxReadSize || 16 * 1024 * 1024 constant
78 readSize: readSize, property
86 const readSize = opt.maxReadSize || 16 * 1024 * 1024 constant
100 readSize: readSize, property
Dlist.js90 const readSize = opt.maxReadSize || 16 * 1024 * 1024 constant
116 const readSize = opt.maxReadSize || 16 * 1024 * 1024 constant
128 readSize: readSize, property
/third_party/lz4/examples/
DframeCompress.c99 size_t const readSize = fread(inBuff, 1, inSize, f_unc); in compress_file_internal() local
110 size_t const readSize = fread(inBuff, 1, inSize, f_in); in compress_file_internal() local
217 size_t readSize = firstChunk ? filled : fread(src, 1, srcCapacity, f_in); firstChunk=0; in decompress_file_internal() local
260 { size_t const readSize = fread(src, 1, 1, f_in); in decompress_file_internal() local
282 size_t const readSize = fread(src, 1, srcCapacity, f_in); in decompress_file_allocDst() local
/third_party/lz4/ossfuzz/
Dround_trip_frame_uncompressed_fuzzer.c19 size_t dstCapacity, size_t readSize) { in decompress()
/third_party/node/deps/npm/node_modules/cacache/lib/content/
Dread.js41 readSize: MAX_SINGLE_READ_SIZE, property
/third_party/lz4/tests/
DabiTest.c165 { size_t const readSize = fread(buffer, 1, fileSize, f); in loadFile() local
DcheckFrame.c136 size_t readSize; in frameCheck() local
DroundTripTest.c193 { size_t const readSize = fread(buffer, 1, fileSize, f); in loadFile() local
Dfullbench.c478 size_t readSize; in fullSpeedBench() local
/third_party/node/test/parallel/
Dtest-stream2-basic.js113 let readSize = 1; variable
/third_party/lzma/CPP/7zip/Common/
DFilterCoder.cpp496 size_t readSize = _bufSize - _bufPos; in Z7_COM7F_IMF() local
DFileStreams.cpp150 UInt32 readSize = kClusterSize; in Z7_COM7F_IMF() local
/third_party/skia/tools/
Dremote_demo.cpp88 ssize_t readSize = ::read(fd, &size, sizeof(size)); in read_SkData() local
/third_party/lz4/programs/
Dbench.c323 size_t readSize = (size_t)srcSize; in LZ4F_decompress_binding() local
680 { size_t const readSize = fread(((char*)buffer)+pos, 1, (size_t)fileSize, f); in BMK_loadFiles() local
Dlz4io.c557 size_t readSize; in LZ4IO_createDict() local
673 size_t readSize; in LZ4IO_compressFilename_extRess() local
1095 size_t readSize; in LZ4IO_decompressLZ4F() local
/third_party/icu/icu4c/source/test/iotest/
Dfiletst.c475 int32_t readSize; in TestfgetsBuffers() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp77 Error RawCoverageReader::readSize(uint64_t &Result) { in readSize() function in RawCoverageReader
/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp353 UInt32 readSize = in FindAndReadSignature() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperationMultiQueueTests.cpp287 const int readSize = static_cast<int>(read->second.queue.size()); in getQueuesPairs() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationOperationMultiQueueTests.cpp275 const int readSize = static_cast<int>(read->second.queue.size()); in getQueuesPairs() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp62 gl::Extents readSize = sourceFramebuffer->getExtents(); in GetBlitFramebufferBounds() local
/third_party/glfw/src/
Dwl_window.c1324 const size_t readSize = 4096; in readDataOfferAsString() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp3604 const gl::Extents readSize(readRenderTarget->getWidth(), readRenderTarget->getHeight(), 1); in blitRenderbufferRect() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES2.cpp52 const Extents &readSize = readBuffer->getSize(); in IsPartialBlit() local