Home
last modified time | relevance | path

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

/external/rust/crates/ppv-lite86/src/
Dsoft.rs152 fwd_unop_x2!(swap2);
340 fwd_unop_x4!(swap2);
Dtypes.rs94 fn swap2(self) -> Self; in swap2() method
Dgeneric.rs257 fn swap2(self) -> Self {
/external/mesa3d/src/mesa/main/
Dpack.c1207 GLboolean flipBytes, swap2, swap4; in _mesa_unpack_image() local
1218 swap2 = swap4 = GL_FALSE; in _mesa_unpack_image()
1234 swap2 = (bytesPerComp == 2) && unpack->SwapBytes; in _mesa_unpack_image()
1320 else if (swap2) { in _mesa_unpack_image()
/external/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()
/external/rust/crates/ppv-lite86/src/x86_64/
Dsse2.rs799 fn swap2(self) -> Self { in swap2() method
835 fn swap2(self) -> Self { in swap2() method
/external/mesa3d/prebuilt-intermediates/bifrost/
Dbi_generated_pack.h8361 unsigned swap2 = swap2_temp; in pan_pack_add_mux_v2i16() local
8362 assert(swap2 < 2); in pan_pack_add_mux_v2i16()
8380 …return 0x70000 | (src0 << 0) | (src1 << 3) | (src2 << 6) | (mux << 9) | (swap2 << 11) | (swap1 << … in pan_pack_add_mux_v2i16()
Dbifrost_gen_disasm.c10263 const char *swap2 = swap2_table[_BITS(bits, 11, 1)]; in bi_disasm_add_mux_v2i16() local
10289 fputs(swap2, fp); in bi_disasm_add_mux_v2i16()