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

  /external/kmod/shared/
missing.h 51 #define be32toh(x) bswap_32 (x) macro
53 #define be32toh(x) (x) macro
  /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
  /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
  /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
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h 76 #define be32toh(x) bswap32((x)) macro
90 #define be32toh(x) ((uint32_t)(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
  /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]);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 183 #define be32toh(x) htobe32(x) macro
190 #define BE32TOH(x) HTOBE32(x)

Completed in 280 milliseconds