Home
last modified time | relevance | path

Searched defs:UB (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h689 UsefulBuf UB; in UsefulBufC_Unconst() local
844 UsefulBuf UB; /* Memory that is being output to */ member
1429 UsefulBufC UB; /* Data being parsed */ member
1733 static inline int UsefulBuf_IsNULL(UsefulBuf UB) in UsefulBuf_IsNULL()
1739 static inline int UsefulBuf_IsNULLC(UsefulBufC UB) in UsefulBuf_IsNULLC()
1745 static inline int UsefulBuf_IsEmpty(UsefulBuf UB) in UsefulBuf_IsEmpty()
1751 static inline int UsefulBuf_IsEmptyC(UsefulBufC UB) in UsefulBuf_IsEmptyC()
1757 static inline int UsefulBuf_IsNULLOrEmpty(UsefulBuf UB) in UsefulBuf_IsNULLOrEmpty()
1763 static inline int UsefulBuf_IsNULLOrEmptyC(UsefulBufC UB) in UsefulBuf_IsNULLOrEmptyC()
1769 static inline UsefulBufC UsefulBuf_Const(const UsefulBuf UB) in UsefulBuf_Const()
[all …]
/optee_os/core/lib/qcbor/src/
H A DUsefulBuf.c113 size_t UsefulBuf_IsValue(const UsefulBufC UB, uint8_t uValue) in UsefulBuf_IsValue()