Home
last modified time | relevance | path

Searched full:p (Results 1 – 10 of 10) sorted by relevance

/littlefs-2.7.6/scripts/
Dexplode_asserts.py205 p = '|'.join('(?P<%s>%s)' % (n, '|'.join(l))
207 p = re.compile(p, re.DOTALL)
211 m = p.search(data)
250 def passert(p): argument
251 def pastr(p): argument
252 p.expect('assert') ; p.accept('ws') ; p.expect('(') ; p.accept('ws')
253 p.expect('strcmp') ; p.accept('ws') ; p.expect('(') ; p.accept('ws')
254 lh = pexpr(p) ; p.accept('ws')
255 p.expect(',') ; p.accept('ws')
256 rh = pexpr(p) ; p.accept('ws')
[all …]
Dreadtree.py38 mdir.blocks = tuple(blocks[id(p.data)] for p in mdir.pair)
Dtest.py758 parser.add_argument('-p', '--persist', choices=['erase', 'noerase'],
/littlefs-2.7.6/bd/
Dlfs_rambd.c11 LFS_RAMBD_TRACE("lfs_rambd_createcfg(%p {.context=%p, " in lfs_rambd_createcfg()
12 ".read=%p, .prog=%p, .erase=%p, .sync=%p, " in lfs_rambd_createcfg()
15 "%p {.erase_value=%"PRId32", .buffer=%p})", in lfs_rambd_createcfg()
46 LFS_RAMBD_TRACE("lfs_rambd_create(%p {.context=%p, " in lfs_rambd_create()
47 ".read=%p, .prog=%p, .erase=%p, .sync=%p, " in lfs_rambd_create()
61 LFS_RAMBD_TRACE("lfs_rambd_destroy(%p)", (void*)cfg); in lfs_rambd_destroy()
73 LFS_RAMBD_TRACE("lfs_rambd_read(%p, " in lfs_rambd_read()
74 "0x%"PRIx32", %"PRIu32", %p, %"PRIu32")", in lfs_rambd_read()
92 LFS_RAMBD_TRACE("lfs_rambd_prog(%p, " in lfs_rambd_prog()
93 "0x%"PRIx32", %"PRIu32", %p, %"PRIu32")", in lfs_rambd_prog()
[all …]
Dlfs_testbd.c15 LFS_TESTBD_TRACE("lfs_testbd_createcfg(%p {.context=%p, " in lfs_testbd_createcfg()
16 ".read=%p, .prog=%p, .erase=%p, .sync=%p, " in lfs_testbd_createcfg()
20 "%p {.erase_value=%"PRId32", .erase_cycles=%"PRIu32", " in lfs_testbd_createcfg()
22 ".buffer=%p, .wear_buffer=%p})", in lfs_testbd_createcfg()
71 LFS_TESTBD_TRACE("lfs_testbd_create(%p {.context=%p, " in lfs_testbd_create()
72 ".read=%p, .prog=%p, .erase=%p, .sync=%p, " in lfs_testbd_create()
88 LFS_TESTBD_TRACE("lfs_testbd_destroy(%p)", (void*)cfg); in lfs_testbd_destroy()
148 LFS_TESTBD_TRACE("lfs_testbd_read(%p, " in lfs_testbd_read()
149 "0x%"PRIx32", %"PRIu32", %p, %"PRIu32")", in lfs_testbd_read()
173 LFS_TESTBD_TRACE("lfs_testbd_prog(%p, " in lfs_testbd_prog()
[all …]
Dlfs_filebd.c15 LFS_FILEBD_TRACE("lfs_filebd_createcfg(%p {.context=%p, " in lfs_filebd_createcfg()
16 ".read=%p, .prog=%p, .erase=%p, .sync=%p, " in lfs_filebd_createcfg()
20 "%p {.erase_value=%"PRId32"})", in lfs_filebd_createcfg()
42 LFS_FILEBD_TRACE("lfs_filebd_create(%p {.context=%p, " in lfs_filebd_create()
43 ".read=%p, .prog=%p, .erase=%p, .sync=%p, " in lfs_filebd_create()
59 LFS_FILEBD_TRACE("lfs_filebd_destroy(%p)", (void*)cfg); in lfs_filebd_destroy()
73 LFS_FILEBD_TRACE("lfs_filebd_read(%p, " in lfs_filebd_read()
74 "0x%"PRIx32", %"PRIu32", %p, %"PRIu32")", in lfs_filebd_read()
110 LFS_FILEBD_TRACE("lfs_filebd_prog(%p, 0x%"PRIx32", %"PRIu32", %p, %"PRIu32")", in lfs_filebd_prog()
163 LFS_FILEBD_TRACE("lfs_filebd_erase(%p, 0x%"PRIx32")", (void*)cfg, block); in lfs_filebd_erase()
[all …]
/littlefs-2.7.6/
Dlfs.c443 static int lfs_alloc_lookahead(void *p, lfs_block_t block) { in lfs_alloc_lookahead() argument
444 lfs_t *lfs = (lfs_t*)p; in lfs_alloc_lookahead()
645 static int lfs_dir_traverse_filter(void *p, in lfs_dir_traverse_filter() argument
647 lfs_tag_t *filtertag = p; in lfs_dir_traverse_filter()
1446 static int lfs_dir_commit_size(void *p, lfs_tag_t tag, const void *buffer) { in lfs_dir_commit_size() argument
1447 lfs_size_t *size = p; in lfs_dir_commit_size()
1459 static int lfs_dir_commit_commit(void *p, lfs_tag_t tag, const void *buffer) { in lfs_dir_commit_commit() argument
1460 struct lfs_dir_commit_commit *commit = p; in lfs_dir_commit_commit()
1910 LFS_TRACE("lfs_mkdir(%p, \"%s\")", (void*)lfs, path); in lfs_mkdir()
2009 LFS_TRACE("lfs_dir_open(%p, %p, \"%s\")", (void*)lfs, (void*)dir, path); in lfs_dir_open()
[all …]
Dlfs_util.h257 static inline void lfs_free(void *p) { in lfs_free() argument
259 free(p); in lfs_free()
261 (void)p; in lfs_free()
D.travis.yml26 - sed -n '/``` c/,/```/{/```/d; p}' README.md > test.c &&
314 | sed -n '/^Link/{s/.*<\(.*\)>; rel="last"/\1/;p;q0};$q1' \
338 $(git rev-parse --verify -q FETCH_HEAD | sed -e 's/^/-p /') \
339 -p HEAD \
DSPEC.md506 | A |<-| D |<-| G |<-| J |<-| M |<-| P |