Home
last modified time | relevance | path

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

/littlefs-3.5.0-3.4.0/tests/
Dtest_exhaustion.toml23 // chose name, roughly random seed, and random 2^n size
105 // chose name, roughly random seed, and random 2^n size
196 // chose name, roughly random seed, and random 2^n size
285 // chose name, roughly random seed, and random 2^n size
370 // chose name, roughly random seed, and random 2^n size
/littlefs-3.5.0-3.4.0/
Dlfs.h398 uint32_t seed; member
Dlfs.c1111 lfs->seed = lfs_crc(lfs->seed, &crc, sizeof(crc)); in lfs_dir_fetchmatch()
4006 lfs->seed = 0;
4235 lfs->free.off = lfs->seed % lfs->cfg->block_count;