Searched refs:seed (Results 1 – 3 of 3) sorted by relevance
/littlefs-3.5.0-3.4.0/tests/ |
D | test_exhaustion.toml | 23 // 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/ |
D | lfs.h | 398 uint32_t seed; member
|
D | lfs.c | 1111 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;
|