Home
last modified time | relevance | path

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

/trusty/user/base/lib/apploader_package/include/apploader/
Dcbor.h406 void encodeBstr(__UNUSED const uint8_t* src, const size_t srcsz) { in encodeBstr() argument
407 countBytes(encodedSizeOf(srcsz)); in encodeBstr()
408 countBytes(srcsz); in encodeBstr()
440 bool copyBytes(const uint8_t* src, const size_t srcsz) { in copyBytes() argument
441 countBytes(srcsz); in copyBytes()
642 bool copyBytes(const uint8_t* src, const size_t srcsz) { in copyBytes() argument
662 if (destsz < srcsz) { in copyBytes()
666 std::memcpy((void*)dest, src, srcsz); in copyBytes()
667 mOut.cursor += srcsz; in copyBytes()