Home
last modified time | relevance | path

Searched refs:swap4 (Results 1 – 3 of 3) sorted by relevance

/external/vixl/examples/aarch64/
Dswap4.cc56 Label swap4; in main() local
57 masm.Bind(&swap4); in main()
77 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap4)); in main()
/external/vixl/test/aarch64/examples/
Dtest-examples.cc468 TEST(swap4) { in TEST() argument
471 Label swap4; in TEST() local
472 masm.Bind(&swap4); in TEST()
485 TEST_FUNCTION(swap4); in TEST()
/external/mesa3d/src/mesa/main/
Dpack.c1223 GLboolean flipBytes, swap2, swap4; in _mesa_unpack_image() local
1234 swap2 = swap4 = GL_FALSE; in _mesa_unpack_image()
1251 swap4 = (bytesPerComp == 4) && unpack->SwapBytes; in _mesa_unpack_image()
1339 else if (swap4) { in _mesa_unpack_image()