Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dpack.c1208 GLboolean flipBytes, swap2, swap4; in _mesa_unpack_image() local
1219 swap2 = swap4 = GL_FALSE; in _mesa_unpack_image()
1235 swap2 = (bytesPerComp == 2) && unpack->SwapBytes; in _mesa_unpack_image()
1321 else if (swap2) { in _mesa_unpack_image()
/third_party/icu/icu4c/source/common/
Dunistr.cpp1678 UChar swap2; in doReverse() local
1683 if(U16_IS_TRAIL(swap = *left) && U16_IS_LEAD(swap2 = *(left + 1))) { in doReverse()
1684 *left++ = swap2; in doReverse()
/third_party/node/deps/icu-small/source/common/
Dunistr.cpp1678 UChar swap2; in doReverse() local
1683 if(U16_IS_TRAIL(swap = *left) && U16_IS_LEAD(swap2 = *(left + 1))) { in doReverse()
1684 *left++ = swap2; in doReverse()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunistr.cpp1678 UChar swap2; in doReverse() local
1683 if(U16_IS_TRAIL(swap = *left) && U16_IS_LEAD(swap2 = *(left + 1))) { in doReverse()
1684 *left++ = swap2; in doReverse()
/third_party/skia/third_party/externals/icu/source/common/
Dunistr.cpp1678 UChar swap2; in doReverse() local
1683 if(U16_IS_TRAIL(swap = *left) && U16_IS_LEAD(swap2 = *(left + 1))) { in doReverse()
1684 *left++ = swap2; in doReverse()
/third_party/quickjs/
Dquickjs-opcode.h96 DEF( swap2, 1, 4, 4, none) /* a b c d -> c d a b */