Home
last modified time | relevance | path

Searched defs:swap4 (Results 1 – 6 of 6) sorted by relevance

/external/vixl/examples/aarch64/
Dswap4.cc59 Label swap4; in main() local
/external/vixl/test/aarch64/examples/
Dtest-examples.cc466 TEST(swap4) { in TEST() argument
469 Label swap4; in TEST() local
/external/rust/crates/ppv-lite86/src/
Dtypes.rs95 fn swap4(self) -> Self; in swap4() method
/external/rust/crates/ppv-lite86/src/x86_64/
Dsse2.rs803 fn swap4(self) -> Self { in swap4() method
839 fn swap4(self) -> Self { in swap4() method
/external/mesa3d/src/mesa/main/
Dpack.c1207 GLboolean flipBytes, swap2, swap4; in _mesa_unpack_image() local
/external/llvm-project/openmp/runtime/src/
Dkmp_lock.cpp2715 static inline kmp_uint32 swap4(kmp_uint32 volatile *p, kmp_uint32 v) { in swap4() function