Searched refs:CHUNKSIZE (Results 1 – 3 of 3) sorted by relevance
/third_party/littlefs/tests/ |
D | test_files.toml | 24 define.CHUNKSIZE = [31, 16, 33, 1, 1023] 33 for (lfs_size_t i = 0; i < SIZE; i += CHUNKSIZE) { 34 lfs_size_t chunk = lfs_min(CHUNKSIZE, SIZE-i); 48 for (lfs_size_t i = 0; i < SIZE; i += CHUNKSIZE) { 49 lfs_size_t chunk = lfs_min(CHUNKSIZE, SIZE-i); 55 lfs_file_read(&lfs, &file, buffer, CHUNKSIZE) => 0; 63 define.CHUNKSIZE = [31, 16, 1] 72 for (lfs_size_t i = 0; i < SIZE1; i += CHUNKSIZE) { 73 lfs_size_t chunk = lfs_min(CHUNKSIZE, SIZE1-i); 87 for (lfs_size_t i = 0; i < SIZE1; i += CHUNKSIZE) { [all …]
|
/third_party/elfutils/src/ |
D | strings.c | 504 #define CHUNKSIZE 65536 in read_block_no_mmap() macro 505 unsigned char *buf = xmalloc (CHUNKSIZE + min_len_bytes in read_block_no_mmap() 512 MIN (fdlen, CHUNKSIZE))); in read_block_no_mmap()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 50 #define CHUNKSIZE (8500) /* this is out of vorbisfile */ macro 2360 ogg->chunk_size = CHUNKSIZE; in gst_ogg_demux_init() 2415 ogg->chunk_size = CHUNKSIZE; in gst_ogg_demux_reset_streams()
|