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

  /system/core/adb/
transport_usb.c 42 unsigned host_to_le32(unsigned n) function
48 unsigned host_to_le32(unsigned n) function
adb.h 394 unsigned host_to_le32(unsigned n);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 217 #define host_to_le32(n) ((__force le32) (u32) (n)) macro

Completed in 204 milliseconds