Home
last modified time | relevance | path

Searched full:prefix (Results 1 – 4 of 4) sorted by relevance

/littlefs-2.7.6/scripts/
Dexplode_asserts.py7 PREFIX = 'LFS' variable
10 ASSERT = "__{PREFIX}_ASSERT_{TYPE}_{COMP}"
13 static void __{prefix}_assert_fail_{type}(
18 __{prefix}_assert_print_{type}(lh, lsize);
20 __{prefix}_assert_print_{type}(rh, rsize);
42 static void __{prefix}_assert_print_{type}({ctype} v, size_t size) {{
48 #define __{PREFIX}_ASSERT_{TYPE}_{COMP}(file, line, lh, rh)
53 __{prefix}_assert_fail_{type}(file, line, "{comp}",
64 static void __{prefix}_assert_print_{type}({ctype} v, size_t size) {{
70 #define __{PREFIX}_ASSERT_{TYPE}_{COMP}(file, line, lh, rh)
[all …]
Dreadmdir.py122 for prefix in range(12):
123 mask = 0x7ff & ~((1 << prefix)-1)
126 if prefix > 0:
128 type, prefix//4, self.type & ((1 << prefix)-1))
Dprefix.py8 # $ ./scripts/prefix.py lfs2
/littlefs-2.7.6/
D.travis.yml215 if: branch !~ -prefix$
250 if: branch !~ -prefix$
330 # Create major prefix branch
334 --depth=50 v$LFS_VERSION_MAJOR-prefix || true
335 ./scripts/prefix.py lfs$LFS_VERSION_MAJOR
336 git branch v$LFS_VERSION_MAJOR-prefix $( \
342 # Update major version branches (vN and vN-prefix)
345 v$LFS_VERSION_MAJOR-prefix