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

  /external/libsepol/src/
private.h 25 #define cpu_to_le16(x) (x) macro
32 #define cpu_to_le16(x) bswap_16(x) macro
  /bootable/recovery/minadbd/
usb_linux_client.c 37 #define cpu_to_le16(x) htole16(x) macro
139 cpu_to_le16(0x0409), /* en-us */
  /external/qemu/distrib/ext4_utils/src/
ext4_utils.h 69 #define cpu_to_le16(x) (x) macro
  /system/core/adb/
usb_linux_client.c 37 #define cpu_to_le16(x) htole16(x) macro
142 cpu_to_le16(0x0409), /* en-us */
  /system/core/fastbootd/
usb_linux_client.c 40 #define cpu_to_le16(x) htole16(x) macro
156 cpu_to_le16(0x0409), /* en-us */
  /system/extras/ext4_utils/
ext4_utils.h 69 #define cpu_to_le16(x) (x) macro
  /external/fio/os/
os.h 215 #define cpu_to_le16(val) ({ \ macro
  /external/f2fs-tools/include/
f2fs_fs.h 33 #define cpu_to_le16(x) ((__u16)(x)) macro
40 #define cpu_to_le16(x) bswap_16(x) macro
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 1529 static inline uint16_t cpu_to_le16(uint16_t x) function
    [all...]

Completed in 419 milliseconds