Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/uds/CTR/
Duds_Type.h269 u32* tmpA = reinterpret_cast<u32*>(&(returnValue)); in UDS_BE2LE64() local
272 tmpA[0] = UDS_BE2LE32(tmpB[1]); in UDS_BE2LE64()
273 tmpA[1] = UDS_BE2LE32(tmpB[0]); in UDS_BE2LE64()
291 u32* tmpA = reinterpret_cast<u32*>(&(returnValue)); in UDS_LE2BE64() local
294 tmpA[0] = UDS_LE2BE32(tmpB[1]); in UDS_LE2BE64()
295 tmpA[1] = UDS_LE2BE32(tmpB[0]); in UDS_LE2BE64()