Searched refs:x (Results 1 – 6 of 6) sorted by relevance
| /zcbor-latest/tests/decode/test8_suit12/src/ |
| D | main.c | 740 #define FUZZ(x) fuzz_one_input(x, sizeof(x)) argument
|
| /zcbor-latest/tests/decode/test3_simple/src/ |
| D | main.c | 455 #define FUZZ(x) fuzz_one_input(x, sizeof(x)) argument
|
| /zcbor-latest/include/ |
| D | zcbor_common.h | 20 #define ZCBOR_STRINGIFY_PRE(x) #x argument 509 static inline size_t zcbor_round_up(size_t x, size_t align) in zcbor_round_up() argument 511 return (((x) + (align) - 1) / (align) * (align)); in zcbor_round_up()
|
| /zcbor-latest/tests/fuzz/ |
| D | test-afl.sh | 23 exit $(find build-afl/output/default/crashes/ -type f -printf x | wc -c)
|
| /zcbor-latest/ |
| D | RELEASE_NOTES.md | 67 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported. 100 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported. 172 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported. 228 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported. 267 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported. 296 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported. 334 * zcbor.py: Fix bug when adding tagged (#6.x) items to larger types, e.g. lists. 349 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported. 452 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported. 470 * Change CDDL quantifier syntax from `x**y` to `x*y` [all …]
|
| D | README.md | 317 …- `x*y`: Between x and y times, inclusive. E.g. `Foo = {4*8(int => bstr)}` where Foo is a map with… 335 * Representation Types (`#x.y`), except for tags (`#6.y(foo)`) which are supported.
|