Searched defs:target_bswap_16 (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/src/
H A Dunaligned.h33 # define target_bswap_16(n) (n) macro
37 # define target_bswap_16(n) bswap_16 (n) macro
64 (void) (((union u_2ubyte_unaligned *) (ptr))->u = target_bswap_16 (value))

Completed in 53 milliseconds