Searched defs:be32 (Results 1 – 13 of 13) sorted by relevance
103 uint32_t be32 = (uint32_t)val; in _write_positive() local120 uint32_t be32; in _write_double() local
35 static constexpr uint32_t be32 = 0x78563412; in TEST() local
26 static constexpr uint32_t be32 = 0x78563412; variable
33 static constexpr uint32_t be32 = 0x78563412; variable
9 #define BE32(be32) EMPTY_WRAP(\ argument
108 uint32_t be32; in vb2_hash_cbfs_compatibility_test() member
183 be32(uint32_t i, uint32_t *p32) in be32() function
24 typedef __be32 be32; typedef
32 typedef __be32 be32; typedef
468 typedef u32 __bitwise be32; typedef
239 NetworkOrderMessage(final int be16, final long be32, final BigInteger be64, in NetworkOrderMessage()