Home
last modified time | relevance | path

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

/third_party/toybox/lib/
Dportability.h161 #define SWAP_BE64(x) (x) macro
169 #define SWAP_BE64(x) bswap_64(x) macro