Searched refs:x (Results 1 – 6 of 6) sorted by relevance
/zcbor-3.7.0/tests/decode/test8_suit12/src/ |
D | main.c | 740 #define FUZZ(x) fuzz_one_input(x, sizeof(x)) argument
|
/zcbor-3.7.0/tests/decode/test3_simple/src/ |
D | main.c | 455 #define FUZZ(x) fuzz_one_input(x, sizeof(x)) argument
|
/zcbor-3.7.0/include/ |
D | zcbor_common.h | 20 #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.7.0/tests/fuzz/ |
D | test-afl.sh | 23 exit $(find build-afl/output/default/crashes/ -type f -printf x | wc -c)
|
/zcbor-3.7.0/ |
D | RELEASE_NOTES.md | 23 * 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.
|
D | README.md | 312 …- `x*y`: Between x and y times, inclusive. E.g. `Foo = {4*8(int => bstr)}` where Foo is a map with…
|