OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWAP_BE32
(Results
1 - 2
of
2
) sorted by null
/external/toybox/lib/
portability.h
196
#define
SWAP_BE32
(x) (x)
204
#define
SWAP_BE32
(x) bswap_32(x)
/external/toybox/toys/other/
nbd_client.c
65
flags =
SWAP_BE32
(*(int *)(toybuf+24));
Completed in 79 milliseconds