Home
last modified time | relevance | path

Searched refs:lists (Results 1 – 4 of 4) sorted by relevance

/zcbor-latest/tests/include/
Dcommon_test.h22 #define STR_LEN(len, lists) (len + lists) argument
33 #define STR_LEN(len, lists) (len) argument
/zcbor-latest/
DLICENSE57 communication on electronic mailing lists, source code control systems,
DREADME.md73 Backups are needed for _decoding_ if there are any lists, maps, or CBOR-encoded strings (`zcbor_bst…
74 Backups are needed for _encoding_ if there are any lists or maps *and* you are using canonical enco…
100 …AKA "deterministically encoded CBOR", ch 4.2.1 in RFC8949). When encoding lists and maps, do not u…
DRELEASE_NOTES.md47 * Fix a bug where empty groups and lists would give an error
334 * zcbor.py: Fix bug when adding tagged (#6.x) items to larger types, e.g. lists.