Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h319 #define NULLUsefulBuf {NULL, 0} macro
321 #define NULLUsefulBuf ((UsefulBuf) {NULL, 0}) macro
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c3027 UsefulBuf ReturnValue = NULLUsefulBuf; in MemPool_Function()