Home
last modified time | relevance | path

Searched defs:chunkSize (Results 1 - 21 of 21) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-zlib-convenience-methods.js
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DChunkedCommandHandler.cpp33 size_t chunkSize = std::min(size, mChunkedCommandRemainingSize); in HandleCommands() local
H A DChunkedCommandSerializer.cpp26 size_t chunkSize = std::min(remainingSize, mMaxAllocationSize); in SerializeChunkedCommand() local
/third_party/node/test/fixtures/wpt/encoding/resources/
H A Dencode-form-common.js12 var chunkSize = 400; variable
/third_party/skia/tools/
H A Dskpinfo.cpp86 uint32_t chunkSize; in main() local
[all...]
/third_party/pulseaudio/sonic/
H A Dwave.c199 int chunkSize = readInt(file); /* 16 or 18 - size of this chunk */ in readHeader() local
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DByteStringTest.java246 private void assertReadFromReluctantStream(byte[] bytes, int chunkSize) in assertReadFromReluctantStream() argument
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DByteStringTest.java359 private void assertReadFromReluctantStream(byte[] bytes, int chunkSize) throws IOException { in assertReadFromReluctantStream() argument
/third_party/musl/Benchmark/musl/
H A Dlibc_unistd.cpp57 size_t chunkSize = state.range(0); in ReadWriteTest() local
87 size_t chunkSize = state.range(0); in PreadWriteTest() local
[all...]
/third_party/skia/src/codec/
H A DSkHeifCodec.cpp36 uint64_t chunkSize = SkEndian_SwapBE32(ptr[0]); in IsSupported() local
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_ldm.c532 size_t const chunkSize = chunkEnd - chunkStart; in ZSTD_ldm_generateSequences() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DBinaryWriter.java73 private final int chunkSize; field in BinaryWriter
90 public static BinaryWriter newHeapInstance(BufferAllocator alloc, int chunkSize) { in newHeapInstance() argument
108 public static BinaryWriter newDirectInstance(BufferAllocator alloc, int chunkSize) { in newDirectInstance() argument
122 static BinaryWriter newSafeHeapInstance(BufferAllocator alloc, int chunkSize) { in newSafeHeapInstance() argument
126 newUnsafeHeapInstance(BufferAllocator alloc, int chunkSize) newUnsafeHeapInstance() argument
133 newSafeDirectInstance(BufferAllocator alloc, int chunkSize) newSafeDirectInstance() argument
137 newUnsafeDirectInstance(BufferAllocator alloc, int chunkSize) newUnsafeDirectInstance() argument
145 BinaryWriter(BufferAllocator alloc, int chunkSize) BinaryWriter() argument
927 SafeHeapWriter(BufferAllocator alloc, int chunkSize) SafeHeapWriter() argument
1456 UnsafeHeapWriter(BufferAllocator alloc, int chunkSize) UnsafeHeapWriter() argument
1991 SafeDirectWriter(BufferAllocator alloc, int chunkSize) SafeDirectWriter() argument
2540 UnsafeDirectWriter(BufferAllocator alloc, int chunkSize) UnsafeDirectWriter() argument
[all...]
H A DByteString.java504 public static ByteString readFrom(InputStream streamToDrain, int chunkSize) throws IOException { in readFrom() argument
536 private static ByteString readChunk(InputStream in, final int chunkSize) throw argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp222 const VkDeviceSize chunkSize = std::max(memoryRequirements.alignment, static_cast<VkDeviceSize>(deAlign64(minChunkSize, memoryRequirements.alignment))); in build() local
919 const VkDeviceSize chunkSize = sparseAllocation->resourceSize / sparseAllocation->numResourceChunks; iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp222 const VkDeviceSize chunkSize = std::max(memoryRequirements.alignment, static_cast<VkDeviceSize>(deAlign64(minChunkSize, memoryRequirements.alignment))); in build() local
919 const VkDeviceSize chunkSize = sparseAllocation->resourceSize / sparseAllocation->numResourceChunks; iterate() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dccapitst.c2285 convertExStreaming(UConverter *srcCnv, UConverter *targetCnv, const char *src, int32_t srcLength, const char *expectTarget, int32_t expectTargetLength, int32_t chunkSize, const char *testName, UErrorCode expectCode) convertExStreaming() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.cpp791 size_t chunkSize = UnsignedCeilDivide(static_cast<unsigned int>(compressedData.size()), in CompressAndStorePipelineCacheVk() local
891 size_t chunkSize = keySize - kBlobHeaderSize; in GetAndDecompressPipelineCacheVk() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp1363 const VkDeviceSize chunkSize = bufBytes / chunkCount; in generateSizesList() local
2177 const VkDeviceSize chunkSize = bufBytes / chunkCount; in generateSizesList() local
2375 const VkDeviceSize chunkSize in generateSizesList() local
[all...]
/third_party/node/deps/npm/node_modules/jsbn/
H A Dindex.js
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp1472 const VkDeviceSize chunkSize = bufBytes / chunkCount; in generateSizesList() local
2544 const VkDeviceSize chunkSize = bufBytes / chunkCount; in generateSizesList() local
2742 const VkDeviceSize chunkSize in generateSizesList() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmovenc.c4815 uint64_t chunkSize = chunk->size; local

Completed in 47 milliseconds