Lines Matching refs:buffer
16 uint8_t buffer[CHUNK_SIZE];
26 buffer[k] = BENCH_PRNG(&file_prng);
28 lfs_file_write(&lfs, &file, buffer, CHUNK_SIZE) => CHUNK_SIZE;
48 lfs_file_read(&lfs, &file, buffer, CHUNK_SIZE) => CHUNK_SIZE;
50 assert(buffer[k] == BENCH_PRNG(&file_prng));
77 uint8_t buffer[CHUNK_SIZE];
91 buffer[k] = BENCH_PRNG(&file_prng);
93 lfs_file_write(&lfs, &file, buffer, CHUNK_SIZE) => CHUNK_SIZE;
118 uint8_t buffer[CHUNK_SIZE];
128 buffer[k] = BENCH_PRNG(&file_prng);
130 lfs_file_write(&lfs, &file, buffer, CHUNK_SIZE) => CHUNK_SIZE;
164 uint8_t buffer[CHUNK_SIZE];
174 buffer[k] = BENCH_PRNG(&file_prng);
176 lfs_file_write(&lfs, &file, buffer, CHUNK_SIZE) => CHUNK_SIZE;