Searched refs:unused (Results 1 – 6 of 6) sorted by relevance
| /zcbor-latest/include/ |
| D | zcbor_encode.h | 69 bool zcbor_nil_put(zcbor_state_t *state, const void *unused); /* 'nil' CBOR simple value */ 70 bool zcbor_undefined_put(zcbor_state_t *state, const void *unused); /* 'undefined' CBOR simple valu…
|
| D | zcbor_decode.h | 104 bool zcbor_nil_expect(zcbor_state_t *state, void *unused); /* 'nil' CBOR simple value */ 105 bool zcbor_undefined_expect(zcbor_state_t *state, void *unused); /* 'undefined' CBOR simple value */ 273 bool zcbor_any_skip(zcbor_state_t *state, void *unused);
|
| /zcbor-latest/src/ |
| D | zcbor_encode.c | 466 bool zcbor_nil_put(zcbor_state_t *state, const void *unused) argument 468 (void)unused; 473 bool zcbor_undefined_put(zcbor_state_t *state, const void *unused) argument 475 (void)unused;
|
| D | zcbor_decode.c | 1147 bool zcbor_nil_expect(zcbor_state_t *state, void *unused) in zcbor_nil_expect() argument 1150 (void)unused; in zcbor_nil_expect() 1155 bool zcbor_undefined_expect(zcbor_state_t *state, void *unused) in zcbor_undefined_expect() argument 1158 (void)unused; in zcbor_undefined_expect()
|
| /zcbor-latest/tests/decode/test5_corner_cases/src/ |
| D | main.c | 845 static bool my_decode_EmptyMap(zcbor_state_t *state, void *unused) in my_decode_EmptyMap() argument
|
| /zcbor-latest/ |
| D | README.md | 179 …l make a number of optimizations, e.g. inlining code for small types and removing unused functions.
|