Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h1990 uint16_t uTmp = htons(uInteger16); in UsefulOutBuf_InsertUint16() local
1994 uint16_t uTmp = __builtin_bswap16(uInteger16); in UsefulOutBuf_InsertUint16() local
2022 uint32_t uTmp = htonl(uInteger32); in UsefulOutBuf_InsertUint32() local
2026 uint32_t uTmp = __builtin_bswap32(uInteger32); in UsefulOutBuf_InsertUint32() local
2066 uint64_t uTmp = htonll(uInteger64); in UsefulOutBuf_InsertUint64() local
2076 uint64_t uTmp = __builtin_bswap64(uInteger64); in UsefulOutBuf_InsertUint64() local
2344 uint16_t uTmp; in UsefulInputBuf_GetUint16() local
2382 uint32_t uTmp; in UsefulInputBuf_GetUint32() local
2419 uint64_t uTmp; in UsefulInputBuf_GetUint64() local