Home
last modified time | relevance | path

Searched refs:lfs_ctz (Results 1 – 4 of 4) sorted by relevance

/littlefs-3.5.0-3.4.0/tests/
Dtest_evil.toml100 {LFS_MKTAG(LFS_TYPE_CTZSTRUCT, 1, sizeof(struct lfs_ctz)),
101 &(struct lfs_ctz){0xcccccccc, lfs_tole32(SIZE)}})) => 0;
149 struct lfs_ctz ctz;
152 LFS_MKTAG(LFS_TYPE_STRUCT, 1, sizeof(struct lfs_ctz)), &ctz)
153 => LFS_MKTAG(LFS_TYPE_CTZSTRUCT, 1, sizeof(struct lfs_ctz));
/littlefs-3.5.0-3.4.0/
Dlfs_util.h143 static inline uint32_t lfs_ctz(uint32_t a) { in lfs_ctz() function
Dlfs.h358 struct lfs_ctz { struct
Dlfs.c421 static void lfs_ctz_fromle32(struct lfs_ctz *ctz) { in lfs_ctz_fromle32()
427 static void lfs_ctz_tole32(struct lfs_ctz *ctz) { in lfs_ctz_tole32()
1282 struct lfs_ctz ctz; in lfs_dir_getinfo()
2678 lfs_ctz(current)); in lfs_ctz_find()
2757 lfs_size_t skips = lfs_ctz(index) + 1; in lfs_ctz_extend()
3218 struct lfs_ctz ctz;
4292 struct lfs_ctz ctz;