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

  /external/chromium_org/third_party/WebKit/Source/wtf/
ByteSwap.h 49 ALWAYS_INLINE uint64_t bswap64(uint64_t x) { return _byteswap_uint64(x); } function in namespace:WTF
55 ALWAYS_INLINE uint64_t bswap64(uint64_t x) { return __builtin_bswap64(x); } function in namespace:WTF
68 ALWAYS_INLINE size_t bswapuintptrt(size_t x) { return bswap64(x); }
  /external/qemu/
android-trace_common.h 96 #define bswap64(x) (((x) << 56) | (((x) & 0xff00) << 40) \ macro
114 #define hostToLE64(x) bswap64(x)
117 #define LE64ToHost(x) bswap64(x)
120 #define convert64(x) (x = bswap64(x))
bswap.h 62 static inline uint64_t bswap64(uint64_t x) function
81 *s = bswap64(*s);
cpu-all.h 58 return bswap64(s);
73 *s = bswap64(*s);
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 120 #ifdef bswap64
121 #undef bswap64 macro
142 /// bswap64 - byte swap 64-bit version
144 inline uint64_t bswap64(uint64_t pData) function in namespace:mcld
  /frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp 60 target_data = mcld::bswap64(target_data);
ELFReader.cpp 663 st_value = mcld::bswap64(symtab[idx].st_value);
664 st_size = mcld::bswap64(symtab[idx].st_size);
787 r_offset = mcld::bswap64(relaTab[idx].r_offset);
788 r_info = mcld::bswap64(relaTab[idx].r_info);
789 r_addend = mcld::bswap64(relaTab[idx].r_addend);
822 r_offset = mcld::bswap64(relTab[idx].r_offset);
823 r_info = mcld::bswap64(relTab[idx].r_info);
904 shoff = mcld::bswap64(ehdr->e_shoff);
936 sh_size = mcld::bswap64(shdr->sh_size);
961 sh_offset = mcld::bswap64(shdr->sh_offset)
    [all...]
  /external/chromium_org/base/
sys_byteorder.h 72 return bswap64(x);
  /sdk/emulator/qtools/
decoder.cpp 236 data = bswap64(data);
272 val64 = bswap64(data);
  /external/clang/test/CodeGen/
builtins.c 118 P(bswap64, (N));
  /frameworks/compile/mclinker/lib/Fragment/
FragmentLinker.cpp 253 tmp_data = mcld::bswap64(pReloc.target());
  /external/wpa_supplicant_8/src/utils/
common.h 33 #define bswap_64 bswap64
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 731 modules/arch/x86/tests/bswap64.asm \
732 modules/arch/x86/tests/bswap64.hex \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 731 modules/arch/x86/tests/bswap64.asm \
732 modules/arch/x86/tests/bswap64.hex \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 731 modules/arch/x86/tests/bswap64.asm \
732 modules/arch/x86/tests/bswap64.hex \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 731 modules/arch/x86/tests/bswap64.asm \
732 modules/arch/x86/tests/bswap64.hex \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 731 modules/arch/x86/tests/bswap64.asm \
732 modules/arch/x86/tests/bswap64.hex \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile 731 modules/arch/x86/tests/bswap64.asm \
732 modules/arch/x86/tests/bswap64.hex \
    [all...]

Completed in 319 milliseconds