Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dbyteswap.h28 #define __bswap_constant_16(x) \ macro
34 ({ unsigned short int __bsx = (x); __bswap_constant_16 (__bsx); }))
39 return __bswap_constant_16 (__bsx); in __bswap_16()