Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/uds/CTR/
Duds_Type.h277 u32* tmpA = reinterpret_cast<u32*>(&(returnValue)); in UDS_BE2LE64() local
280 tmpA[0] = UDS_BE2LE32(tmpB[1]); in UDS_BE2LE64()
281 tmpA[1] = UDS_BE2LE32(tmpB[0]); in UDS_BE2LE64()
299 u32* tmpA = reinterpret_cast<u32*>(&(returnValue)); in UDS_LE2BE64() local
302 tmpA[0] = UDS_LE2BE32(tmpB[1]); in UDS_LE2BE64()
303 tmpA[1] = UDS_LE2BE32(tmpB[0]); in UDS_LE2BE64()