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

  /bootable/recovery/minadbd/
transport_usb.c 37 unsigned host_to_le32(unsigned n) function
43 unsigned host_to_le32(unsigned n) function
  /system/core/adb/
transport_usb.c 41 unsigned host_to_le32(unsigned n) function
47 unsigned host_to_le32(unsigned n) function
  /external/wpa_supplicant_8/src/utils/
common.h 195 #define host_to_le32(n) ((__force le32) (u32) (n)) macro
208 #define host_to_le32(n) bswap_32(n) macro

Completed in 386 milliseconds