Home
last modified time | relevance | path

Searched full:16 (Results 1 – 13 of 13) sorted by relevance

/littlefs-2.7.6/tests/
Dtest_files.toml24 define.CHUNKSIZE = [31, 16, 33, 1, 1023]
63 define.CHUNKSIZE = [31, 16, 1]
145 define.CHUNKSIZE = [31, 16, 1]
222 define.CHUNKSIZE = [31, 16, 1]
290 define.CHUNKSIZE = [31, 16, 65]
339 {MODE='LFS_O_APPEND', SIZE=[32, 0, 7, 2049], CHUNKSIZE=[31, 16, 65]},
341 {MODE='LFS_O_TRUNC', SIZE=[32, 0, 7, 200], CHUNKSIZE=[31, 16, 65]},
343 {MODE=0, SIZE=[32, 0, 7, 200], CHUNKSIZE=[31, 16, 65]},
Dtest_relocations.toml8 // fill up filesystem so only ~16 blocks are left
12 while (LFS_BLOCK_COUNT - lfs_fs_size(&lfs) > 16) {
74 // fill up filesystem so only ~16 blocks are left
78 while (LFS_BLOCK_COUNT - lfs_fs_size(&lfs) > 16) {
/littlefs-2.7.6/
DREADME.md50 .read_size = 16,
51 .prog_size = 16,
54 .cache_size = 16,
55 .lookahead_size = 16,
Dlfs_util.c15 static const uint32_t rtable[16] = { in lfs_crc()
Dlfs_util.h209 (((uint8_t*)&a)[2] << 16) | in lfs_fromle32()
232 (((uint8_t*)&a)[1] << 16) | in lfs_frombe32()
Dlfs.h25 #define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16))
32 #define LFS_DISK_VERSION_MAJOR (0xffff & (LFS_DISK_VERSION >> 16))
DSPEC.md387 is encoded in a 32-bit value with the upper 16-bits containing the major
388 version, and the lower 16-bits containing the minor version.
D.travis.yml308 LFS_VERSION_MAJOR=$((0xffff & ($LFS_VERSION >> 16)))
Dlfs.c3732 uint16_t major_version = (0xffff & (superblock.version >> 16)); in lfs_mount()
4260 #define LFS1_VERSION_MAJOR (0xffff & (LFS1_VERSION >> 16))
4267 #define LFS1_DISK_VERSION_MAJOR (0xffff & (LFS1_DISK_VERSION >> 16))
4650 uint16_t major_version = (0xffff & (superblock.d.version >> 16)); in lfs1_mount()
DDESIGN.md1432 theoretical 16 bytes on disk.
1435 inline files stored in metadata pair, 4 bytes costs ~16 bytes
1445 ||----------------| | / 16 bytes
/littlefs-2.7.6/scripts/
Dreadmdir.py293 for i in range(0, len(tag.data), 16):
294 f.write(" %08x: %-47s %-16s\n" % (
296 ' '.join('%02x' % c for c in tag.data[i:i+16]),
298 for c in map(chr, tag.data[i:i+16]))))
Dexplode_asserts.py8 MAXWIDTH = 16
137 def mkdecls(outf, maxwidth=16):
Dtest.py46 'LFS_READ_SIZE': 16,
52 'LFS_LOOKAHEAD_SIZE': 16,