Home
last modified time | relevance | path

Searched defs:uswap_64 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dcompiler.h85 # define uswap_64(x) _uswap_64(x, ull) macro
87 # define uswap_64(x) _uswap_64(x, ) macro
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h66 # define uswap_64(x) _uswap_64(x, ull) macro
68 # define uswap_64(x) _uswap_64(x, ) macro
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h50 #define uswap_64(x) _uswap_64(x, ull) macro
52 #define uswap_64(x) _uswap_64(x, ) macro