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 = span(source_buffer_).first(chunk_size); in DoReadInChunks() local
214 ByteSpan read_chunk = span(source_buffer_).first(kSeekReadSizeBytes); in TEST_F() local
284 ByteSpan read_chunk = span(source_buffer_).first(kSeekReadSizeBytes); in TEST_F() local
301 ByteSpan read_chunk = span(source_buffer_).first(kSeekReadSizeBytes); in TEST_F() local
319 ByteSpan read_chunk = in TEST_F() local
349 ByteSpan read_chunk = in TEST_F() local
381 ByteSpan read_chunk = span(source_buffer_); in TEST_F() local
420 ByteSpan read_chunk = span(source_buffer_); in TEST_F() local
434 ByteSpan read_chunk = span(source_buffer_); in TEST_F() local
454 ByteSpan read_chunk = span(source_buffer_); in TEST_F() local
/external/python/cpython2/Tools/scripts/
Dlogmerge.py72 def read_chunk(fp): function
/external/toybox/toys/posix/
Dtail.c49 static struct line_list *read_chunk(int fd, int len) in read_chunk() function
/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
Dsi_state_shaders.cpp215 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.cc1320 StringPiece read_chunk; in NewAppendableFile() local
/external/libpng/contrib/tools/
Dpngfix.c3072 read_chunk(struct file *file) in read_chunk() function