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

1 2 3

  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 55 #define be32toh(x) bswap32((x)) macro
69 #define be32toh(x) ((uint32_t)(x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 28 # define be32toh(x) __bswap_32 (x) macro
43 # define be32toh(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 71 # define be32toh(x) __bswap_32 (x) macro
86 # define be32toh(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 71 # define be32toh(x) __bswap_32 (x) macro
86 # define be32toh(x) (x) macro
  /external/libmtp/src/
gphoto2-endian-intel.h 41 #ifndef be32toh
42 # define be32toh(x) ntohl(x) macro
47 #define BE32TOH(x) (x) = be32toh(x)
103 # define be32atoh(x) be32toh(*(uint32_t*)(x))
gphoto2-endian-ppc.h 41 #ifndef be32toh
42 # define be32toh(x) ntohl(x) macro
47 #define BE32TOH(x) (x) = be32toh(x)
  /bionic/libc/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /development/ndk/platforms/android-21/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /development/ndk/platforms/android-3/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c 40 #define be32toh(x) bswap32((x)) macro
217 rsa->num[RSA_LIMBS - i - 1] = be32toh(be32Buf[i]);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro

Completed in 1001 milliseconds

1 2 3