Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpack.c1206 GLboolean flipBytes, swap2, swap4; in _mesa_unpack_image() local
1217 swap2 = swap4 = GL_FALSE; in _mesa_unpack_image()
1233 swap2 = (bytesPerComp == 2) && unpack->SwapBytes; in _mesa_unpack_image()
1319 else if (swap2) { in _mesa_unpack_image()
/external/icu/icu4c/source/common/
Dunistr.cpp1675 UChar swap2; in doReverse() local
1680 if(U16_IS_TRAIL(swap = *left) && U16_IS_LEAD(swap2 = *(left + 1))) { in doReverse()
1681 *left++ = swap2; in doReverse()