Home
last modified time | relevance | path

Searched refs:x (Results 1 – 6 of 6) sorted by relevance

/zcbor-3.6.0/tests/decode/test8_suit12/src/
Dmain.c740 #define FUZZ(x) fuzz_one_input(x, sizeof(x)) argument
/zcbor-3.6.0/tests/decode/test3_simple/src/
Dmain.c455 #define FUZZ(x) fuzz_one_input(x, sizeof(x)) argument
/zcbor-3.6.0/include/
Dzcbor_common.h20 #define ZCBOR_STRINGIFY_PRE(x) #x argument
476 static inline size_t zcbor_round_up(size_t x, size_t align) in zcbor_round_up() argument
478 return (((x) + (align) - 1) / (align) * (align)); in zcbor_round_up()
/zcbor-3.6.0/tests/fuzz/
Dtest-afl.sh23 exit $(find build-afl/output/default/crashes/ -type f -printf x | wc -c)
/zcbor-3.6.0/
DRELEASE_NOTES.md23 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported.
95 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported.
151 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported.
190 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported.
219 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported.
257 * zcbor.py: Fix bug when adding tagged (#6.x) items to larger types, e.g. lists.
272 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported.
375 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported.
393 * Change CDDL quantifier syntax from `x**y` to `x*y`
442 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported.
DREADME.md312 …- `x*y`: Between x and y times, inclusive. E.g. `Foo = {4*8(int => bstr)}` where Foo is a map with…