Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dcompiler.h75 #define _uswap_64(x, sfx) \ macro
85 # define uswap_64(x) _uswap_64(x, ull)
87 # define uswap_64(x) _uswap_64(x, )
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h56 #define _uswap_64(x, sfx) \ macro
66 # define uswap_64(x) _uswap_64(x, ull)
68 # define uswap_64(x) _uswap_64(x, )
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h40 #define _uswap_64(x, sfx) \ macro
50 #define uswap_64(x) _uswap_64(x, ull)
52 #define uswap_64(x) _uswap_64(x, )