Searched refs:type1 (Results 1 – 3 of 3) sorted by relevance
/littlefs-3.5.0-3.4.0/ |
D | SPEC.md | 212 '------- type (type1) 240 abstract types. type1+chunk+id form a unique identifier for each tag in the 296 | '-------------- type1 (0x0) 563 | '-------------- type1 (0x3) 629 | '------------- type1 (0x6) 772 | '-------------- type1 (0x5)
|
D | lfs.c | 317 #define LFS_MKTAG_IF_ELSE(cond, type1, id1, size1, type2, id2, size2) \ argument 318 ((cond) ? LFS_MKTAG(type1, id1, size1) : LFS_MKTAG(type2, id2, size2))
|
/littlefs-3.5.0-3.4.0/scripts/ |
D | readmdir.py | 74 def type1(self): member in Tag
|