OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__int64
(Results
26 - 50
of
230
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/bluetooth/glib/glib/gnulib/
printf-args.c
74
ap->a.a_int64 = va_arg (args,
__int64
);
77
ap->a.a_uint64 = va_arg (args, unsigned
__int64
);
/external/expat/lib/
expat_external.h
100
typedef
__int64
XML_Index;
101
typedef unsigned
__int64
XML_Size;
/external/libvpx/vpx_ports/
vpxtypes.h
91
typedef
__int64
vpxs64;
92
typedef unsigned
__int64
vpxu64;
/external/srec/srec/include/
comp_stats.h
33
typedef
__int64
CS_TIME;
34
typedef
__int64
CS_ACC_TIME;
/external/tremolo/Tremolo/
os_types.h
61
typedef
__int64
ogg_int64_t;
69
typedef
__int64
ogg_int64_t;
/external/webkit/Source/WebCore/platform/text/
TextStream.cpp
116
TextStream& TextStream::operator<<(
__int64
i)
122
TextStream& TextStream::operator<<(unsigned
__int64
i)
/frameworks/base/media/libstagefright/codecs/aacenc/basic_op/
typedefs.h
89
typedef
__int64
Word64;
90
typedef unsigned
__int64
UWord64;
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/include/
expat_external.h
100
typedef
__int64
XML_Index;
101
typedef unsigned
__int64
XML_Size;
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/include/
expat_external.h
100
typedef
__int64
XML_Index;
101
typedef unsigned
__int64
XML_Size;
/external/freetype/src/raster/
ftmisc.h
87
typedef
__int64
FT_Int64;
/external/libvpx/vp8/common/
type_aliases.h
99
typedef
__int64
INT64;
duck_io.h
20
typedef
__int64
int64_t;
/external/srec/srec/cfront/
himul32.h
100
__int64
full;
109
__int64
x = factor1;
110
__int64
y = factor2;
/external/webkit/Source/JavaScriptCore/wtf/
CurrentTime.cpp
97
__int64
qpcElapsed = ((qpc.QuadPart - qpcLast.QuadPart) * 1000) / qpcFrequency.QuadPart;
98
__int64
tickCountElapsed;
103
__int64
tickCountLarge = tickCount + 0x100000000ULL;
105
__int64
tickCountLarge = tickCount + 0x100000000I64;
112
__int64
diff = tickCountElapsed - qpcElapsed;
/external/bluetooth/glib/build/win32/dirent/
dirent.h
29
#define INTPTR
__int64
/external/stlport/stlport/stl/config/
_bc.h
96
#define _STLP_LONG_LONG
__int64
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h
96
#define _STLP_LONG_LONG
__int64
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h
96
#define _STLP_LONG_LONG
__int64
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h
96
#define _STLP_LONG_LONG
__int64
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h
96
#define _STLP_LONG_LONG
__int64
/external/chromium/third_party/libevent/
evutil.h
59
#define ev_uint64_t unsigned
__int64
60
#define ev_int64_t signed
__int64
/external/clang/test/Parser/
MicrosoftExtensions.cpp
168
__int64
x7 =
__int64
(0);
/external/dbus/cmake/
ConfigureChecks.cmake
51
check_type_size("
__int64
" SIZEOF___INT64)
68
set (DBUS_INT64_TYPE "
__int64
")
/external/libpcap/
pcap-dos.h
64
typedef unsigned
__int64
uint64;
65
typedef unsigned
__int64
QWORD;
/external/llvm/include/llvm/Support/
DataTypes.h.cmake
105
typedef
__int64
int64_t;
106
typedef unsigned
__int64
uint64_t;
Completed in 2468 milliseconds
1
2
3
4
5
6
7
8
9
10