HomeSort by relevance Sort by last modified time
    Searched defs:htoll (Results 1 - 2 of 2) sorted by null

  /system/core/adb/
file_sync_service.h 28 #define htoll(x) __swap_uint32(x) macro
32 #define htoll(x) (x) macro
  /external/libpcap/
pcap-usb-linux.c 83 #define htoll(l) l macro
87 #define htoll(l) bswap_32(l) macro

Completed in 87 milliseconds