Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dcompiler.h78 #define _uswap_64(x, sfx) \ macro
88 # define uswap_64(x) _uswap_64(x, ull)
90 # define uswap_64(x) _uswap_64(x, )