Home
last modified time | relevance | path

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

/third_party/littlefs/tests/
Dtest_evil.toml109 {LFS_MKTAG(LFS_TYPE_CTZSTRUCT, 1, sizeof(struct lfs_ctz)),
110 &(struct lfs_ctz){0xcccccccc, lfs_tole32(SIZE)}})) => 0;
162 struct lfs_ctz ctz;
165 LFS_MKTAG(LFS_TYPE_STRUCT, 1, sizeof(struct lfs_ctz)), &ctz)
166 => LFS_MKTAG(LFS_TYPE_CTZSTRUCT, 1, sizeof(struct lfs_ctz));
/third_party/littlefs/
Dlfs_util.h143 static inline uint32_t lfs_ctz(uint32_t a) { in lfs_ctz() function
Dlfs.h387 struct lfs_ctz { struct
Dlfs.c462 static void lfs_ctz_fromle32(struct lfs_ctz *ctz) { in lfs_ctz_fromle32()
468 static void lfs_ctz_tole32(struct lfs_ctz *ctz) { in lfs_ctz_tole32()
1394 struct lfs_ctz ctz; in lfs_dir_getinfo()
2844 lfs_ctz(current)); in lfs_ctz_find()
2923 lfs_size_t skips = lfs_ctz(index) + 1; in lfs_ctz_extend()
3386 struct lfs_ctz ctz;
4587 struct lfs_ctz ctz;