Searched refs:seed (Results 1 – 3 of 3) sorted by relevance
/littlefs-latest/tests/ |
D | test_exhaustion.toml | 25 // 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/ |
D | lfs.h | 446 uint32_t seed; member
|
D | lfs.c | 1227 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;
|