Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h362 static inline int UsefulBuf_IsEmpty(UsefulBuf UB);
1745 static inline int UsefulBuf_IsEmpty(UsefulBuf UB) in UsefulBuf_IsEmpty() function
1759 return UsefulBuf_IsEmpty(UB) || UsefulBuf_IsNULL(UB); in UsefulBuf_IsNULLOrEmpty()