HomeSort by relevance Sort by last modified time
    Searched refs:ByteSwap_64 (Results 1 - 22 of 22) sorted by null

  /external/swiftshader/third_party/LLVM/unittests/Support/
MathExtrasTest.cpp 36 TEST(MathExtras, ByteSwap_64) {
37 EXPECT_EQ(0x8877665544332211ULL, ByteSwap_64(0x1122334455667788LL));
38 EXPECT_EQ(0x1100FFEEDDCCBBAAULL, ByteSwap_64(0xAABBCCDDEEFF0011LL));
  /external/llvm/unittests/Support/
MathExtrasTest.cpp 168 TEST(MathExtras, ByteSwap_64) {
169 EXPECT_EQ(0x8877665544332211ULL, ByteSwap_64(0x1122334455667788LL));
170 EXPECT_EQ(0x1100FFEEDDCCBBAAULL, ByteSwap_64(0xAABBCCDDEEFF0011LL));
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 136 /// ByteSwap_64 - This function returns a byte-swapped representation of the
138 inline uint64_t ByteSwap_64(uint64_t Value) {
  /external/llvm/include/llvm/Support/
MathExtras.h 399 /// ByteSwap_64 - This function returns a byte-swapped representation of the
401 inline uint64_t ByteSwap_64(uint64_t Value) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 421 /// ByteSwap_64 - This function returns a byte-swapped representation of the
423 inline uint64_t ByteSwap_64(uint64_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 421 /// ByteSwap_64 - This function returns a byte-swapped representation of the
423 inline uint64_t ByteSwap_64(uint64_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
MathExtras.h 441 inline uint64_t ByteSwap_64(uint64_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
MathExtras.h 441 inline uint64_t ByteSwap_64(uint64_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
MathExtras.h 441 inline uint64_t ByteSwap_64(uint64_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
MathExtras.h 441 inline uint64_t ByteSwap_64(uint64_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
MathExtras.h 441 inline uint64_t ByteSwap_64(uint64_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
MathExtras.h 441 inline uint64_t ByteSwap_64(uint64_t Value) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 421 /// ByteSwap_64 - This function returns a byte-swapped representation of the
423 inline uint64_t ByteSwap_64(uint64_t Value) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
MathExtras.h 441 inline uint64_t ByteSwap_64(uint64_t Value) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
MathExtras.h 441 inline uint64_t ByteSwap_64(uint64_t Value) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
MathExtras.h 441 inline uint64_t ByteSwap_64(uint64_t Value) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
MathExtras.h 441 inline uint64_t ByteSwap_64(uint64_t Value) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
MathExtras.h 441 inline uint64_t ByteSwap_64(uint64_t Value) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
MathExtras.h 441 inline uint64_t ByteSwap_64(uint64_t Value) {
  /external/llvm/lib/Support/
APInt.cpp 780 return APInt(BitWidth, ByteSwap_64(VAL));
784 Result.pVal[I] = ByteSwap_64(pVal[N - I - 1]);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 758 return APInt(BitWidth, ByteSwap_64(VAL));
762 Result.pVal[I] = ByteSwap_64(pVal[N - I - 1]);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp 886 return APInt(BitWidth, ByteSwap_64(VAL));
    [all...]

Completed in 709 milliseconds