Searched defs:byteswap16 (Results 1 – 2 of 2) sorted by relevance
69 # define byteswap16(num) __builtin_bswap16(num) macro 77 # define byteswap16(num) bswap_16(num) macro 89 # define byteswap16( global() macro 97 # define byteswap16( global() macro 126 # define byteswap16( global() macro
114 byteswap16(unsigned char *buf) in byteswap16() function