Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunistr.cpp1639 UChar swap2; in doReverse() local
1644 if(U16_IS_TRAIL(swap = *left) && U16_IS_LEAD(swap2 = *(left + 1))) { in doReverse()
1645 *left++ = swap2; in doReverse()
/external/mesa3d/src/mesa/main/
Dpack.c5845 GLboolean flipBytes, swap2, swap4; in _mesa_unpack_image() local
5856 swap2 = swap4 = GL_FALSE; in _mesa_unpack_image()
5872 swap2 = (bytesPerComp == 2) && unpack->SwapBytes; in _mesa_unpack_image()
5958 else if (swap2) { in _mesa_unpack_image()