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

  /external/wpa_supplicant_8/src/utils/
platform.h 7 #define le16_to_cpu le_to_host16 macro
18 #define get_unaligned_le16(p) le16_to_cpu(get_unaligned((uint16_t *)(p)))
  /external/libsepol/src/
private.h 26 #define le16_to_cpu(x) (x) macro
33 #define le16_to_cpu(x) bswap_16(x) macro
  /external/qemu/distrib/ext4_utils/src/
ext4_utils.h 71 #define le16_to_cpu(x) (x) macro
  /system/extras/ext4_utils/
ext4_utils.h 71 #define le16_to_cpu(x) (x) macro
  /external/fio/os/
os.h 204 #define le16_to_cpu(val) ({ \ macro
  /external/f2fs-tools/include/
f2fs_fs.h 90 #define le16_to_cpu(x) ((__u16)(x)) macro
97 #define le16_to_cpu(x) bswap_16(x) macro
547 (le16_to_cpu((raw_sit)->vblocks) & SIT_VBLOCKS_MASK)
549 ((le16_to_cpu((raw_sit)->vblocks) & ~SIT_VBLOCKS_MASK) \

Completed in 757 milliseconds