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

1 2 3 4 5

  /external/avb/test/
avb_util_unittest.cc 50 h.key_num_bits = htobe32(n32);
52 h.n0inv = htobe32(n32);
76 h.version_major = htobe32(AVB_FOOTER_VERSION_MAJOR);
77 h.version_minor = htobe32(AVB_FOOTER_VERSION_MINOR);
101 h.version_minor = htobe32(AVB_FOOTER_VERSION_MINOR + 1);
111 bad.version_major = htobe32(AVB_FOOTER_VERSION_MAJOR + 1);
126 h.kernel_cmdline_length = htobe32(40);
129 h.flags = htobe32(n32);
149 bad.kernel_cmdline_length = htobe32(41);
165 h.partition_name_len = htobe32(10)
    [all...]
  /external/libese/libese-sysdeps/
android-sysdeps.c 33 uint32_t ese_htobe32(uint32_t host_32bits) { return htobe32(host_32bits); }
  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 48 #define htobe32(x) bswap32((x)) macro
62 #define htobe32(x) ((uint32_t)(x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 26 # define htobe32(x) __bswap_32 (x) macro
41 # define htobe32(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 69 # define htobe32(x) __bswap_32 (x) macro
84 # define htobe32(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 69 # define htobe32(x) __bswap_32 (x) macro
84 # define htobe32(x) (x) macro
  /system/netd/server/
WakeupControllerTest.cpp 99 msg.uid = htobe32(kUid);
103 msg.gid = htobe32(kGid);
107 msg.ts.tv_sec = htobe32(kTsNs / kNsPerS);
108 msg.ts.tv_nsec = htobe32(kTsNs % kNsPerS);
143 msg.uid = htobe32(kUid);
152 msg.gid = htobe32(kGid);
156 msg.ts.tv_sec = htobe32(kTsNs / kNsPerS);
157 msg.ts.tv_nsec = htobe32(kTsNs % kNsPerS);
  /external/kmod/port-gnu/
endian-darwin.h 29 # define htobe32(x) OSSwapHostToBigInt32(x) macro
73 # define htobe32(x) htonl(x) macro
91 # define htobe32(x) (x) macro
  /bionic/libc/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /development/ndk/platforms/android-21/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /development/ndk/platforms/android-9/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
endian.h 79 #define htobe32 __swap32 macro
99 #define be32toh(x) htobe32(x)

Completed in 1024 milliseconds

1 2 3 4 5