OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__swap_uint32
(Results
1 - 1
of
1
) sorted by null
/system/core/adb/
file_sync_service.h
21
static inline unsigned
__swap_uint32
(unsigned x)
function
28
#define htoll(x)
__swap_uint32
(x)
29
#define ltohl(x)
__swap_uint32
(x)
Completed in 289 milliseconds