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

1 2 3

  /system/core/base/
endian_test.cpp 31 static constexpr uint32_t le32 = 0x12345678; local
39 ASSERT_EQ(be32, htonl(le32));
43 ASSERT_EQ(le32, ntohl(be32));
47 ASSERT_EQ(be32, htobe32(le32));
51 ASSERT_EQ(le32, betoh32(be32));
55 ASSERT_EQ(le32, htole32(le32));
59 ASSERT_EQ(le32, letoh32(le32));
63 ASSERT_EQ(le32, be32toh(be32))
    [all...]
  /external/valgrind/none/tests/ppc32/
ldstrev.stdout.exp 4 ld le32 0x78563412
8 st le32 0x2514cdab
  /bionic/tests/
endian_test.cpp 22 static constexpr uint32_t le32 = 0x12345678; variable
46 ASSERT_EQ(be32, htonl(le32));
56 ASSERT_EQ(le32, ntohl(be32));
65 ASSERT_EQ(be32, htobe32(le32));
71 ASSERT_EQ(le32, htole32(le32));
77 ASSERT_EQ(le32, be32toh(be32));
83 ASSERT_EQ(le32, le32toh(le32));
90 ASSERT_EQ(le32, betoh32(be32))
    [all...]
byteswap_test.cpp 22 static constexpr uint32_t le32 = 0x12345678; variable
35 EXPECT_EQ(le32, bswap_32(be32));
36 EXPECT_EQ(be32, bswap_32(le32));
netinet_in_test.cpp 26 static constexpr uint32_t le32 = 0x12345678; variable
53 ASSERT_EQ(be32, (htonl)(le32));
69 ASSERT_EQ(le32, (ntohl)(be32));
  /external/wpa_supplicant_8/src/fst/
fst_defs.h 37 le32 fsts_id;
50 le32 llt;
73 le32 fsts_id;
79 le32 fsts_id;
84 le32 fsts_id;
  /external/wpa_supplicant_8/src/utils/
platform.h 19 #define get_unaligned_le32(p) le32_to_cpu(get_unaligned((le32 *)(p)))
radiotap_iter.h 70 le32 *_next_bitmap;
radiotap.h 73 le32 it_present; /* A bitmap telling which
common.h 178 #define le_to_host32(n) ((__force u32) (le32) (n))
179 #define host_to_le32(n) ((__force le32) (u32) (n))
444 typedef u32 __bitwise le32; typedef
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 954 le32 tx_bf_capability_info;
982 le32 vht_capabilities_info;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 43 case le32: return "le32";
79 case le32: return "le32";
184 if (Name == "le32")
185 return le32;
268 if (Str == "le32")
269 return "le32";
329 else if (ArchName == "le32")
330 return le32;
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 54 case le32: return "le32";
121 case le32: return "le32";
273 .Case("le32", le32)
384 .Case("le32", Triple::le32)
593 case Triple::le32:
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 68 #define FT_RRB_TIMESTAMP 3 /* le32 unix seconds */
88 le32 dom;
89 le32 seq;
90 le32 ts;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 68 le32, // le32: generic little-endian 32-bit CPU (PNaCl / Emscripten) enumerator in enum:llvm::Triple::ArchType
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 57 case le32: return "le32";
124 case le32: return "le32";
286 .Case("le32", le32)
400 .Case("le32", Triple::le32)
615 case Triple::le32:
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
proto.go 182 func le32(p []byte) uint32 { func
235 b.u64 = uint64(le32(data[:4]))
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
proto.go 178 func le32(p []byte) uint32 { func
232 b.u64 = uint64(le32(data[:4]))
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
proto.go 182 func le32(p []byte) uint32 { func
235 b.u64 = uint64(le32(data[:4]))
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
proto.go 178 func le32(p []byte) uint32 { func
232 b.u64 = uint64(le32(data[:4]))
  /external/llvm/include/llvm/ADT/
Triple.h 79 le32, // le32: generic little-endian 32-bit CPU (PNaCl) enumerator in enum:llvm::Triple::ArchType
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 82 le32, // le32: generic little-endian 32-bit CPU (PNaCl) enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 82 le32, // le32: generic little-endian 32-bit CPU (PNaCl) enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 82 le32, // le32: generic little-endian 32-bit CPU (PNaCl) enumerator in enum:llvm::Triple::ArchType
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Triple.h 83 le32, // le32: generic little-endian 32-bit CPU (PNaCl) enumerator in enum:llvm::Triple::ArchType

Completed in 1512 milliseconds

1 2 3