HomeSort by relevance Sort by last modified time
    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