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

1 2 3

  /external/libmtp/src/
gphoto2-endian-intel.h 38 #ifndef be16toh
39 # define be16toh(x) ntohs(x) macro
48 #define BE16TOH(x) (x) = be16toh(x)
100 # define be16atoh(x) be16toh(*(uint16_t*)(x))
gphoto2-endian-ppc.h 38 #ifndef be16toh
39 # define be16toh(x) ntohs(x) macro
48 #define BE16TOH(x) (x) = be16toh(x)
  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 54 #define be16toh(x) bswap16((x)) macro
68 #define be16toh(x) ((uint16_t)(x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 23 # define be16toh(x) __bswap_16 (x) macro
38 # define be16toh(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 66 # define be16toh(x) __bswap_16 (x) macro
81 # define be16toh(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 66 # define be16toh(x) __bswap_16 (x) macro
81 # define be16toh(x) (x) macro
  /external/minijail/
elfparse.c 34 pHeader->e_phentsize = be16toh(pHeader->e_phentsize); \
35 pHeader->e_phnum = be16toh(pHeader->e_phnum); \
  /bionic/libc/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /development/ndk/platforms/android-21/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /development/ndk/platforms/android-3/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /hardware/bsp/intel/peripheral/libmraa/examples/
iio_driver.c 34 input = be16toh(input);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro

Completed in 3144 milliseconds

1 2 3