Home
last modified time | relevance | path

Searched refs:SWAP_BE32 (Results 1 - 2 of 2) 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
/third_party/toybox/toys/other/
H A Dnbd_client.c65 flags = SWAP_BE32(*(int *)(toybuf+24)); in nbd_client_main()

Completed in 2 milliseconds