Home
last modified time | relevance | path

Searched refs:__int64 (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_bc.h96 #define _STLP_LONG_LONG __int64
D_msvc.h44 # define _STLP_LONG_LONG __int64
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h146 typedef __int64 gl_int64_t;
163 typedef unsigned __int64 gl_uint64_t;
/ndk/sources/cxx-stl/stlport/src/
Dlock_free_slist.h283 __int64 _M_align;
Dnum_get_float.cpp35 typedef unsigned __int64 uint64_t;
104 typedef unsigned __int64 uint64;
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp27 # define __int64 long long macro
Dfstream_unistd.cpp27 # define __int64 long long macro
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4401 i64) gltype1='__int64';;
405 ui64)gltype1='unsigned __int64';;