Home
last modified time | relevance | path

Searched refs:start (Results 1 – 3 of 3) sorted by relevance

/zcbor-latest/src/
Dzcbor_encode.c400 const uint8_t *start = state->payload + max_header_len - header_len; local
401 size_t body_size = (size_t)payload - (size_t)start;
403 memmove(state->payload_mut, start, body_size);
/zcbor-latest/tests/scripts/
Dtest_repo_files.py190 t.start()
/zcbor-latest/
DRELEASE_NOTES.md336 …* zcbor.py: "union_int" optimization: If all union members start with an integer, the optimization…