Home
last modified time | relevance | path

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

/zcbor-latest/src/
Dzcbor_decode.c94 static void endian_copy(uint8_t *dst, const uint8_t *src, size_t src_len) in endian_copy() argument
97 memcpy(dst, src, src_len); in endian_copy()
100 dst[i] = src[src_len - 1 - i]; in endian_copy()