Searched full:16 (Results 1 – 13 of 13) sorted by relevance
/littlefs-2.7.6/tests/ |
D | test_files.toml | 24 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]},
|
D | test_relocations.toml | 8 // 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/ |
D | README.md | 50 .read_size = 16, 51 .prog_size = 16, 54 .cache_size = 16, 55 .lookahead_size = 16,
|
D | lfs_util.c | 15 static const uint32_t rtable[16] = { in lfs_crc()
|
D | lfs_util.h | 209 (((uint8_t*)&a)[2] << 16) | in lfs_fromle32() 232 (((uint8_t*)&a)[1] << 16) | in lfs_frombe32()
|
D | lfs.h | 25 #define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16)) 32 #define LFS_DISK_VERSION_MAJOR (0xffff & (LFS_DISK_VERSION >> 16))
|
D | SPEC.md | 387 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.yml | 308 LFS_VERSION_MAJOR=$((0xffff & ($LFS_VERSION >> 16)))
|
D | lfs.c | 3732 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()
|
D | DESIGN.md | 1432 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/ |
D | readmdir.py | 293 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]))))
|
D | explode_asserts.py | 8 MAXWIDTH = 16 137 def mkdecls(outf, maxwidth=16):
|
D | test.py | 46 'LFS_READ_SIZE': 16, 52 'LFS_LOOKAHEAD_SIZE': 16,
|