Home
last modified time | relevance | path

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

/third_party/toybox/lib/
H A Dportability.h159 #define SWAP_BE16(x) (x) macro
167 #define SWAP_BE16(x) bswap_16(x) macro

Completed in 2 milliseconds