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

1 2 3 4 5

  /external/kmod/shared/
missing.h 51 #define be32toh(x) bswap_32 (x) macro
53 #define be32toh(x) (x) macro
  /external/kmod/port-gnu/
endian-darwin.h 31 # define be32toh(x) OSSwapBigToHostInt32(x) macro
55 # define be32toh(x) betoh32(x) macro
75 # define be32toh(x) ntohl(x) macro
93 # define be32toh(x) (x) macro
  /external/libese/libese-sysdeps/
android-sysdeps.c 30 return be32toh(big_endian_32bits);
  /system/netd/server/
WakeupController.cpp 60 timestampNs = be32toh(timespec.tv_nsec) + (be32toh(timespec.tv_sec) * kNsPerS);
69 uid = be32toh(uid);
73 gid = be32toh(gid);
  /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
  /system/core/base/include/android-base/
endian.h 40 #define betoh32(x) be32toh(x)
81 #define be32toh(x) __builtin_bswap32(x) macro
  /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-9/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro

Completed in 363 milliseconds

1 2 3 4 5