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

  /bionic/tests/
endian_test.cpp 23 static constexpr uint64_t le64 = 0x123456789abcdef0; variable
47 ASSERT_EQ(be64, htonq(le64));
57 ASSERT_EQ(le64, ntohq(be64));
66 ASSERT_EQ(be64, htobe64(le64));
72 ASSERT_EQ(le64, htole64(le64));
78 ASSERT_EQ(le64, be64toh(be64));
84 ASSERT_EQ(le64, le64toh(le64));
91 ASSERT_EQ(le64, betoh64(be64))
    [all...]
netinet_in_test.cpp 27 static constexpr uint64_t le64 = 0x123456789abcdef0; variable
58 ASSERT_EQ(be64, htonq(le64));
74 ASSERT_EQ(le64, ntohq(be64));
76 UNUSED(le64);
  /system/core/base/
endian_test.cpp 32 static constexpr uint64_t le64 = 0x123456789abcdef0; local
40 ASSERT_EQ(be64, htonq(le64));
44 ASSERT_EQ(le64, ntohq(be64));
48 ASSERT_EQ(be64, htobe64(le64));
52 ASSERT_EQ(le64, betoh64(be64));
56 ASSERT_EQ(le64, htole64(le64));
60 ASSERT_EQ(le64, letoh64(le64));
64 ASSERT_EQ(le64, be64toh(be64))
    [all...]
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
proto.go 174 func le64(p []byte) uint64 { func
215 b.u64 = le64(data[:8])
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
proto.go 174 func le64(p []byte) uint64 { func
215 b.u64 = le64(data[:8])
  /external/wpa_supplicant_8/src/utils/
common.h 173 #define le_to_host64(n) ((__force u64) (le64) (n))
174 #define host_to_le64(n) ((__force le64) (u64) (n))
434 typedef u64 __bitwise le64; typedef
  /external/llvm/include/llvm/ADT/
Triple.h 80 le64, // le64: generic little-endian 64-bit CPU (PNaCl) enumerator in enum:llvm::Triple::ArchType

Completed in 124 milliseconds