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

  /external/ltp/tools/pounder21/src/memxfer5b/
memxfer5b.c 22 #define __int64 long long macro
47 "\"__int64 *\"",
75 __int64 *llp, *llq;
217 llp = (__int64 *) p1;
218 llq = (__int64 *) p2;
219 for (j = 0; j < size; j += sizeof(__int64))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 413 __MINGW_EXTENSION _variant_t(__int64 i8Src) throw();
414 __MINGW_EXTENSION _variant_t(unsigned __int64 ui8Src) throw();
433 __MINGW_EXTENSION operator __int64() const;
434 __MINGW_EXTENSION operator unsigned __int64() const;
456 __MINGW_EXTENSION _variant_t &operator=(__int64 i8Src);
457 __MINGW_EXTENSION _variant_t &operator=(unsigned __int64 ui8Src);
607 __MINGW_EXTENSION inline _variant_t::_variant_t(__int64 i8Src) throw() {
611 __MINGW_EXTENSION inline _variant_t::_variant_t(unsigned __int64 ui8Src) throw() {
728 __MINGW_EXTENSION inline _variant_t::operator __int64() const {
734 __MINGW_EXTENSION inline _variant_t::operator unsigned __int64() const
    [all...]
_mingw.h 234 #define __int64 long long macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
mmintrin.h 38 typedef unsigned long long __m64, __int64; typedef
51 /* "Convert" __m64 and __int64 into each other. */
53 _mm_cvtsi64_m64 (__int64 __i)
58 static __inline __int64
65 _mm_cvtsi64_si32 (__int64 __i)
70 static __inline __int64
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
mmintrin.h 38 typedef unsigned long long __m64, __int64; typedef
51 /* "Convert" __m64 and __int64 into each other. */
53 _mm_cvtsi64_m64 (__int64 __i)
58 static __inline __int64
65 _mm_cvtsi64_si32 (__int64 __i)
70 static __inline __int64
    [all...]

Completed in 148 milliseconds