Searched refs:__rev16 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Darm_acle.h186 __rev16(uint32_t __t) { function
192 return (((uint64_t)__rev16(__t >> 32)) << 32) | __rev16(__t);
198 return __rev16(__t);

Completed in 693 milliseconds