Home
last modified time | relevance | path

Searched defs:read_chunk (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_kvs/
Dflash_partition_stream_test.cc122 ByteSpan read_chunk = std::span(source_buffer_).first(chunk_size); in DoReadInChunks() local
214 ByteSpan read_chunk = std::span(source_buffer_).first(kSeekReadSizeBytes); in TEST_F() local
241 ByteSpan read_chunk = std::span(source_buffer_).first(kSeekReadSizeBytes); in TEST_F() local
258 ByteSpan read_chunk = std::span(source_buffer_).first(kSeekReadSizeBytes); in TEST_F() local
276 ByteSpan read_chunk = std::span(source_buffer_) in TEST_F() local
307 ByteSpan read_chunk = std::span(source_buffer_); in TEST_F() local
321 ByteSpan read_chunk = std::span(source_buffer_); in TEST_F() local
341 ByteSpan read_chunk = std::span(source_buffer_); in TEST_F() local
/external/python/cpython2/Tools/scripts/
Dlogmerge.py72 def read_chunk(fp): function
/external/toybox/toys/posix/
Dtail.c50 static struct line_list *read_chunk(int fd, int len) in read_chunk() function
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system.cc612 StringPiece read_chunk; in NewAppendableFile() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c140 static uint32_t *read_chunk(uint32_t *ptr, void **data, unsigned *size) in read_chunk() function
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc1316 StringPiece read_chunk; in NewAppendableFile() local
/external/libpng/contrib/tools/
Dpngfix.c3082 read_chunk(struct file *file) in read_chunk() function