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

  /external/stlport/src/details/
fstream_unistd.cpp 27 # define __int64 long long macro
fstream_stdio.cpp 27 # define __int64 long long macro
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 27 # define __int64 long long macro
fstream_stdio.cpp 27 # define __int64 long long macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 409 __MINGW_EXTENSION _variant_t(__int64 i8Src) throw();
410 __MINGW_EXTENSION _variant_t(unsigned __int64 ui8Src) throw();
429 __MINGW_EXTENSION operator __int64() const;
430 __MINGW_EXTENSION operator unsigned __int64() const;
452 __MINGW_EXTENSION _variant_t &operator=(__int64 i8Src);
453 __MINGW_EXTENSION _variant_t &operator=(unsigned __int64 ui8Src);
603 __MINGW_EXTENSION inline _variant_t::_variant_t(__int64 i8Src) throw() {
607 __MINGW_EXTENSION inline _variant_t::_variant_t(unsigned __int64 ui8Src) throw() {
724 __MINGW_EXTENSION inline _variant_t::operator __int64() const {
730 __MINGW_EXTENSION inline _variant_t::operator unsigned __int64() const
    [all...]
_mingw.h 238 #define __int64 long long macro
377 __MINGW_EXTENSION typedef unsigned __int64 size_t;
387 __MINGW_EXTENSION typedef __int64 ssize_t;
399 __MINGW_EXTENSION typedef __int64 intptr_t;
412 __MINGW_EXTENSION typedef unsigned __int64 uintptr_t;
425 __MINGW_EXTENSION typedef __int64 ptrdiff_t;
473 __MINGW_EXTENSION typedef __int64 __time64_t;
  /external/openssl/crypto/threads/
mttest.c 81 #if !defined __int64
82 # define __int64 long long macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/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/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/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-eabi-4.8/lib/gcc/arm-eabi/4.8/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.8/lib/gcc/arm-linux-androideabi/4.8/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 1962 milliseconds