Home
last modified time | relevance | path

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

/external/vixl/examples/
Dswap4.cc59 Label swap4; in main() local
60 masm.Bind(&swap4); in main()
78 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap4)); in main()
/external/vixl/test/examples/
Dtest-examples.cc452 TEST(swap4) { in TEST() argument
455 Label swap4; in TEST() local
456 masm.Bind(&swap4); in TEST()
469 TEST_FUNCTION(swap4); in TEST()
/external/vixl/
DSConstruct83 examples/swap4.cc
/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()
5873 swap4 = (bytesPerComp == 4) && unpack->SwapBytes; in _mesa_unpack_image()
5961 else if (swap4) { in _mesa_unpack_image()