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

1 2 3

  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 47 #define htobe16(x) bswap16((x)) macro
61 #define htobe16(x) ((uint16_t)(x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 21 # define htobe16(x) __bswap_16 (x) macro
36 # define htobe16(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 64 # define htobe16(x) __bswap_16 (x) macro
79 # define htobe16(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 64 # define htobe16(x) __bswap_16 (x) macro
79 # define htobe16(x) (x) macro
  /external/libmtp/src/
gphoto2-endian-intel.h 32 #ifndef htobe16
33 # define htobe16(x) htons(x) macro
45 #define HTOBE16(x) (x) = htobe16(x)
119 # define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
gphoto2-endian-ppc.h 32 #ifndef htobe16
33 # define htobe16(x) htons(x) macro
45 #define HTOBE16(x) (x) = htobe16(x)
  /bionic/libc/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /development/ndk/platforms/android-21/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /development/ndk/platforms/android-3/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/
endian.h 78 #define htobe16 __swap16 macro
98 #define be16toh(x) htobe16(x)

Completed in 584 milliseconds

1 2 3