HomeSort by relevance Sort by last modified time
    Searched refs:le16toh (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/vboot_reference/cgpt/
cgpt_endian.h 14 #ifndef le16toh
24 # define le16toh(x) (x) macro
39 # define le16toh(x) __bswap_16 (x) macro
  /external/kmod/port-gnu/
endian-darwin.h 27 # define le16toh(x) OSSwapLittleToHostInt16(x) macro
53 # define le16toh(x) letoh16(x) macro
71 # define le16toh(x) (x) macro
89 # define le16toh(x) __builtin_bswap16(x) macro
  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 57 #define le16toh(x) ((uint16_t)(x)) macro
71 #define le16toh(x) bswap16((x)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 67 # define le16toh(x) (x) macro
82 # define le16toh(x) __bswap_16 (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 67 # define le16toh(x) (x) macro
82 # define le16toh(x) __bswap_16 (x) macro
  /external/minijail/
elfparse.c 30 pHeader->e_phentsize = le16toh(pHeader->e_phentsize); \
31 pHeader->e_phnum = le16toh(pHeader->e_phnum); \
  /external/vboot_reference/host/lib21/
host_misc.c 152 le16toh(guid->uuid.time_mid),
153 le16toh(guid->uuid.time_high_and_version),
  /bionic/libc/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /development/ndk/platforms/android-21/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /development/ndk/platforms/android-9/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro

Completed in 413 milliseconds

1 2 3 4 5