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

1 2 3 4 5

  /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/kmod/port-gnu/
endian-darwin.h 25 # define htole16(x) OSSwapHostToLittleInt16(x) macro
69 # define htole16(x) (x) macro
87 # define htole16(x) __builtin_bswap16(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)
  /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-9/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/sys/
endian.h 85 #define htole16(x) (x) macro
101 #define le16toh(x) htole16(x)

Completed in 1431 milliseconds

1 2 3 4 5