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

/external/elfutils/0.153/src/
H A Dunaligned.h42 # define target_bswap_32(n) (n) macro
46 # define target_bswap_32(n) bswap_32 (n) macro
74 (void) (((union u_4ubyte_unaligned *) (ptr))->u = target_bswap_32 (value))

Completed in 84 milliseconds