Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/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-3.7.0-3.6.0/
Dlfs.h427 uint32_t seed; member
Dlfs.c1189 lfs->seed = lfs_crc(lfs->seed, &crc, sizeof(crc)); in lfs_dir_fetchmatch()
4227 lfs->seed = 0;
4486 lfs->free.off = lfs->seed % lfs->block_count;