Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h1073 uint64_t uInteger64,
1206 uint64_t uInteger64);
2045 uint64_t uInteger64, in UsefulOutBuf_InsertUint64() argument
2056 pBytes = &uInteger64; in UsefulOutBuf_InsertUint64()
2066 uint64_t uTmp = htonll(uInteger64); in UsefulOutBuf_InsertUint64()
2076 uint64_t uTmp = __builtin_bswap64(uInteger64); in UsefulOutBuf_InsertUint64()
2087 aTmp[0] = (uint8_t)((uInteger64 & 0xff00000000000000) >> 56); in UsefulOutBuf_InsertUint64()
2088 aTmp[1] = (uint8_t)((uInteger64 & 0xff000000000000) >> 48); in UsefulOutBuf_InsertUint64()
2089 aTmp[2] = (uint8_t)((uInteger64 & 0xff0000000000) >> 40); in UsefulOutBuf_InsertUint64()
2090 aTmp[3] = (uint8_t)((uInteger64 & 0xff00000000) >> 32); in UsefulOutBuf_InsertUint64()
[all …]