Searched refs:tmpA (Results 1 – 1 of 1) sorted by relevance
258 u32* tmpA = reinterpret_cast<u32*>(&(returnValue)); in UDS_BE2LE64() local261 tmpA[0] = UDS_BE2LE32(tmpB[1]); in UDS_BE2LE64()262 tmpA[1] = UDS_BE2LE32(tmpB[0]); in UDS_BE2LE64()280 u32* tmpA = reinterpret_cast<u32*>(&(returnValue)); in UDS_LE2BE64() local283 tmpA[0] = UDS_LE2BE32(tmpB[1]); in UDS_LE2BE64()284 tmpA[1] = UDS_LE2BE32(tmpB[0]); in UDS_LE2BE64()