HomeSort by relevance Sort by last modified time
    Searched defs:host_to_le32 (Results 1 - 4 of 4) 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_6/wpa_supplicant/src/utils/
common.h 217 #define host_to_le32(n) ((__force le32) (u32) (n)) macro
  /external/wpa_supplicant_8/src/utils/
common.h 195 #define host_to_le32(n) ((__force le32) (u32) (n)) macro

Completed in 218 milliseconds