Searched full:code (Results 1 – 24 of 24) sorted by relevance
/littlefs-2.7.6/ |
D | lfs.h | 408 // Returns a negative error code on failure. 418 // Returns a negative error code on failure. 424 // Returns a negative error code on failure. 432 // Returns a negative error code on failure. 440 // Returns a negative error code on failure. 446 // Returns a negative error code on failure. 457 // Returns the size of the attribute, or a negative error code on failure. 470 // Returns a negative error code on failure. 478 // Returns a negative error code on failure. 489 // Returns a negative error code on failure. [all …]
|
D | LICENSE.md | 6 - Redistributions of source code must retain the above copyright notice, this
|
D | README.md | 121 All littlefs calls have the potential to return a negative error code. The 128 code of these functions, instead all data is read back and checked for
|
D | .travis.yml | 63 # compile and find the code size with the smallest configuration 76 | capture(\"code size is (?<size>[0-9]+)\").size" \ 79 STATUS="Passed, code size is ${CURR}B"
|
D | lfs_util.h | 66 // code footprint
|
D | DESIGN.md | 28 Linux and most existing filesystems, requiring code written specifically with 39 systems to lose power at any time. Usually, microcontroller code is simple and 61 For ROM, this means we need to keep our design simple and reuse code paths 180 parallel, which comes with a code size cost. They also offer no protection 1233 As a tradeoff for code size and complexity, littlefs (currently) only provides 1834 This could easily break users' code and would only reveal itself in extreme
|
D | lfs.c | 1498 // it's not worth the code size in lfs_dir_compact()
|
/littlefs-2.7.6/tests/ |
D | test_superblocks.toml | 2 code = ''' 7 code = ''' 15 code = ''' 25 code = ''' 32 code = ''' 60 code = ''' 94 code = '''
|
D | test_paths.toml | 3 code = ''' 25 code = ''' 49 code = ''' 75 code = ''' 105 code = ''' 127 code = ''' 139 code = ''' 163 code = ''' 184 code = ''' 200 code = ''' [all …]
|
D | test_evil.toml | 10 code = ''' 32 code = ''' 78 code = ''' 126 code = ''' 188 code = ''' 214 code = ''' 233 code = ''' 263 code = '''
|
D | test_alloc.toml | 8 code = ''' 51 code = ''' 91 code = ''' 146 code = ''' 194 code = ''' 231 code = ''' 278 code = ''' 330 code = ''' 418 code = ''' 489 code = ''' [all …]
|
D | test_files.toml | 3 code = ''' 25 code = ''' 64 code = ''' 146 code = ''' 223 code = ''' 292 code = ''' 346 code = ''' 408 code = ''' 433 code = ''' 461 code = '''
|
D | test_dirs.toml | 2 code = ''' 19 code = ''' 50 code = ''' 100 code = ''' 160 code = ''' 239 code = ''' 272 code = ''' 324 code = ''' 386 code = ''' 464 code = ''' [all …]
|
D | test_badblocks.toml | 17 code = ''' 91 code = ''' 164 code = ''' 235 code = '''
|
D | test_seek.toml | 11 code = ''' 80 code = ''' 135 code = ''' 195 code = ''' 243 code = ''' 312 code = '''
|
D | test_truncate.toml | 4 code = ''' 48 code = ''' 97 code = ''' 151 code = ''' 204 code = ''' 270 code = '''
|
D | test_entries.toml | 9 code = ''' 98 code = ''' 187 code = ''' 260 code = ''' 349 code = ''' 453 code = ''' 551 code = ''' 576 code = '''
|
D | test_interspersed.toml | 5 code = ''' 65 code = ''' 117 code = ''' 179 code = '''
|
D | test_exhaustion.toml | 13 code = ''' 98 code = ''' 177 code = ''' 269 code = ''' 360 code = '''
|
D | test_relocations.toml | 6 code = ''' 72 code = ''' 157 code = ''' 219 code = '''
|
D | test_orphans.toml | 4 code = ''' 68 code = '''
|
D | test_attrs.toml | 2 code = ''' 80 code = ''' 157 code = ''' 264 code = '''
|
D | test_move.toml | 2 code = ''' 59 code = ''' 76 code = ''' 152 code = ''' 244 code = ''' 340 code = ''' 449 code = ''' 515 code = ''' 599 code = ''' 699 code = ''' [all …]
|
/littlefs-2.7.6/scripts/ |
D | test.py | 116 self.code = config['code'] 163 f.write(self.code) 337 # been hit n cycles. We exit with a special return code if the 370 if re.match(r'code\s*=\s*(\'\'\'|""")', line): 379 self.code = config.get('code', None) 380 if self.code is not None: 386 # code lineno? 387 if 'code' in case: 472 if self.code is not None: 474 tf.write(self.code)
|