Home
last modified time | relevance | path

Searched refs:seed (Results 1 – 3 of 3) sorted by relevance

/littlefs-latest/tests/
Dtest_exhaustion.toml25 // chose name, roughly random seed, and random 2^n size
115 // chose name, roughly random seed, and random 2^n size
214 // chose name, roughly random seed, and random 2^n size
311 // chose name, roughly random seed, and random 2^n size
404 // chose name, roughly random seed, and random 2^n size
/littlefs-latest/
Dlfs.h446 uint32_t seed; member
Dlfs.c1227 lfs->seed = lfs_crc(lfs->seed, &crc, sizeof(crc)); in lfs_dir_fetchmatch()
4358 lfs->seed = 0;
4639 lfs->lookahead.start = lfs->seed % lfs->block_count;