Searched refs:lookahead_size (Results 1 - 5 of 5) sorted by relevance
/third_party/littlefs/runners/ |
H A D | test_runner.c | 1348 .lookahead_size = LOOKAHEAD_SIZE, in run_powerloss_none() 1424 .lookahead_size = LOOKAHEAD_SIZE, in run_powerloss_linear() 1517 .lookahead_size = LOOKAHEAD_SIZE, in run_powerloss_log() 1608 .lookahead_size = LOOKAHEAD_SIZE, in run_powerloss_cycles() 1797 .lookahead_size = LOOKAHEAD_SIZE, in run_powerloss_exhaustive()
|
H A D | bench_runner.c | 1323 .lookahead_size = LOOKAHEAD_SIZE, in perm_run()
|
/third_party/littlefs/ |
H A D | lfs.h | 230 lfs_size_t lookahead_size; member 240 // Optional statically allocated lookahead buffer. Must be lookahead_size
|
H A D | lfs.c | 630 lfs->free.size = lfs_min(8*lfs->cfg->lookahead_size, lfs->free.ack); in lfs_fs_rawgc() 634 memset(lfs->free.buffer, 0, lfs->cfg->lookahead_size); in lfs_fs_rawgc() 4184 LFS_ASSERT(lfs->cfg->lookahead_size > 0); 4185 LFS_ASSERT(lfs->cfg->lookahead_size % 8 == 0 && 4190 lfs->free.buffer = lfs_malloc(lfs->cfg->lookahead_size); 4268 memset(lfs->free.buffer, 0, lfs->cfg->lookahead_size); 4270 lfs->free.size = lfs_min(8*lfs->cfg->lookahead_size, 5763 ".lookahead_size=%"PRIu32", .read_buffer=%p, " 5771 cfg->block_cycles, cfg->cache_size, cfg->lookahead_size, 5793 ".lookahead_size [all...] |
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 3884 lookahead_size = d->m_lookahead_size, dict_size = d->m_dict_size, in tdefl_compress_fast() local 3890 while ((d->m_src_buf_left) || ((d->m_flush) && (lookahead_size))) { in tdefl_compress_fast() 3893 (lookahead_pos + lookahead_size) & TDEFL_LZ_DICT_SIZE_MASK; in tdefl_compress_fast() 3895 d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - lookahead_size); in tdefl_compress_fast() 3897 lookahead_size += num_bytes_to_process; in tdefl_compress_fast() 3910 dict_size = MZ_MIN(TDEFL_LZ_DICT_SIZE - lookahead_size, dict_size); in tdefl_compress_fast() 3911 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) in tdefl_compress_fast() 3914 while (lookahead_size >= 4) { in tdefl_compress_fast() 3956 cur_match_len = MZ_MIN(cur_match_len, lookahead_size); in tdefl_compress_fast() 3991 MZ_ASSERT(lookahead_size > in tdefl_compress_fast() [all...] |
Completed in 26 milliseconds