HomeSort by relevance Sort by last modified time
    Searched defs:htole16 (Results 1 - 25 of 58) sorted by null

1 2 3

  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 50 #define htole16(x) ((uint16_t)(x)) macro
64 #define htole16(x) bswap16((x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 22 # define htole16(x) (x) macro
37 # define htole16(x) __bswap_16 (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 65 # define htole16(x) (x) macro
80 # define htole16(x) __bswap_16 (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 65 # define htole16(x) (x) macro
80 # define htole16(x) __bswap_16 (x) macro
  /external/libmtp/src/
gphoto2-endian-intel.h 51 #ifndef htole16
52 # define htole16(x) (x) macro
70 #define HTOLE16(x) (void) (x)
128 # define htole16a(a,x) *(uint16_t*)(a) = htole16(x)
gphoto2-endian-ppc.h 51 #ifndef htole16
52 # define htole16(x) swap16(x) macro
74 #define HTOLE16(x) (x) = htole16(x)
  /bionic/libc/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /development/ndk/platforms/android-21/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /development/ndk/platforms/android-3/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)

Completed in 2631 milliseconds

1 2 3