Home
last modified time | relevance | path

Searched defs:crc (Results 1 – 4 of 4) sorted by relevance

/littlefs-latest/
Dlfs_util.c17 uint32_t lfs_crc(uint32_t crc, const void *buffer, size_t size) { in lfs_crc()
Dlfs_util.h234 uint32_t lfs_crc(uint32_t crc, const void *buffer, size_t size) { in lfs_crc()
Dlfs.c159 lfs_block_t block, lfs_off_t off, lfs_size_t size, uint32_t *crc) { in lfs_bd_crc()
464 uint32_t crc; member
1169 uint32_t crc = lfs_crc(0xffffffff, &dir->rev, sizeof(dir->rev)); in lfs_dir_fetchmatch() local
1604 uint32_t crc; member
1747 uint32_t crc; in lfs_dir_commitcrc() member
1791 uint32_t crc = 0xffffffff; in lfs_dir_commitcrc() local
5365 static void lfs1_crc(uint32_t *crc, const void *buffer, size_t size) {
5378 lfs_off_t off, lfs_size_t size, uint32_t *crc) {
5459 uint32_t crc = 0xffffffff; local
/littlefs-latest/bd/
Dlfs_emubd.c547 lfs_block_t block, uint32_t *crc) { in lfs_emubd_crc_()
572 lfs_block_t block, uint32_t *crc) { in lfs_emubd_crc()
580 int lfs_emubd_bdcrc(const struct lfs_config *cfg, uint32_t *crc) { in lfs_emubd_bdcrc()