Home | History | Annotate | Download | only in processor

Lines Matching defs:value32

139   uint32_t* value32 = reinterpret_cast<uint32_t*>(value);
140 Swap(&value32[0]);
141 Swap(&value32[1]);
142 uint32_t temp = value32[0];
143 value32[0] = value32[1];
144 value32[1] = temp;