Searched defs:state (Results 1 – 7 of 7) sorted by relevance
/littlefs-3.7.0-3.6.0/scripts/ |
D | prettyasserts.py | 254 def pop(self, state): argument
|
D | tracebd.py | 208 def __new__(cls, state=0, *, argument
|
/littlefs-3.7.0-3.6.0/runners/ |
D | bench_runner.h | 80 #define BENCH_PRNG(state) bench_prng(state) argument
|
D | test_runner.h | 73 #define TEST_PRNG(state) test_prng(state) argument
|
D | test_runner.c | 563 uint32_t test_prng(uint32_t *state) { in test_prng() 779 struct perm_count_state *state = data; in perm_count() local 1688 struct powerloss_exhaustive_state *state = c; in powerloss_exhaustive_branch() local 1720 struct powerloss_exhaustive_state state = { in run_powerloss_exhaustive_layer() local
|
D | bench_runner.c | 547 uint32_t bench_prng(uint32_t *state) { in bench_prng() 753 struct perm_count_state *state = data; in perm_count() local
|
/littlefs-3.7.0-3.6.0/ |
D | lfs.c | 2188 int state = 0; in lfs_dir_relocatingcommit() local 2378 int state = lfs_dir_relocatingcommit(lfs, &ldir, dir->pair, in lfs_dir_orphaningcommit() local 4893 lfs_stag_t state = lfs_dir_get(lfs, &parent, local 4956 int state = lfs_dir_orphaningcommit(lfs, &pdir, LFS_MKATTRS( local
|