Home
last modified time | relevance | path

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

/third_party/toybox/lib/
H A Dportability.h160 #define SWAP_BE32(x) (x) macro
168 #define SWAP_BE32(x) bswap_32(x) macro

Completed in 2 milliseconds