Home
last modified time | relevance | path

Searched refs: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
1991 pBytes = &uTmp; in UsefulOutBuf_InsertUint16()
1994 uint16_t uTmp = __builtin_bswap16(uInteger16); in UsefulOutBuf_InsertUint16() local
1995 pBytes = &uTmp; in UsefulOutBuf_InsertUint16()
2022 uint32_t uTmp = htonl(uInteger32); in UsefulOutBuf_InsertUint32() local
2023 pBytes = &uTmp; in UsefulOutBuf_InsertUint32()
2026 uint32_t uTmp = __builtin_bswap32(uInteger32); in UsefulOutBuf_InsertUint32() local
2028 pBytes = &uTmp; in UsefulOutBuf_InsertUint32()
2066 uint64_t uTmp = htonll(uInteger64); in UsefulOutBuf_InsertUint64() local
2068 pBytes = &uTmp; in UsefulOutBuf_InsertUint64()
[all …]