Home | History | Annotate | Download | only in MSP430

Lines Matching refs:reverse

328       // Reverse the order of the pieces to agree with the "big endian" format
331 std::reverse(B, B + Parts);
356 // Reverse splitted return values to get the "big endian" format required
358 std::reverse(RVLocs.begin(), RVLocs.end());