Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/modules/littlefs/
Dzephyr_lfs_crc.c16 static const uint32_t rtable[16] = { in lfs_crc() local
26 crc = (crc >> 4) ^ rtable[(crc ^ (data[i] >> 0)) & 0xf]; in lfs_crc()
27 crc = (crc >> 4) ^ rtable[(crc ^ (data[i] >> 4)) & 0xf]; in lfs_crc()