OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__int64
(Results
76 - 100
of
547
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher_test.cc
77
__int64
i2 = i + 1;
312
__int64
diff = 0;
317
diff = reinterpret_cast<
__int64
>(p1) - reinterpret_cast<
__int64
>(b1);
322
diff = reinterpret_cast<
__int64
>(p2) - reinterpret_cast<
__int64
>(b2);
preamble_patcher_with_stub.cc
116
__int64
replacement_target_offset = reinterpret_cast<
__int64
>(
117
replacement_function) - reinterpret_cast<
__int64
>(target) - 5;
122
__int64
trampoline_offset = reinterpret_cast<
__int64
>(preamble_stub)
123
- reinterpret_cast<
__int64
>(target) - 5;
/external/freetype/include/config/
ftconfig.h
271
/* this compiler provides the
__int64
type */
273
#define FT_INT64
__int64
274
#define FT_UINT64 unsigned
__int64
281
/* this compiler provides the
__int64
type */
283
#define FT_INT64
__int64
284
#define FT_UINT64 unsigned
__int64
/external/chromium_org/third_party/expat/files/lib/
expat_external.h
100
typedef
__int64
XML_Index;
101
typedef unsigned
__int64
XML_Size;
/external/chromium_org/third_party/icu/source/common/unicode/
ptypes.h
110
typedef signed
__int64
int64_t;
118
typedef unsigned
__int64
uint64_t;
/external/chromium_org/third_party/webrtc/base/
basictypes.h
29
typedef unsigned
__int64
uint64;
30
typedef
__int64
int64;
/external/chromium_org/third_party/webrtc/
typedefs.h
70
typedef
__int64
int64_t;
74
typedef unsigned
__int64
uint64_t;
/external/expat/lib/
expat_external.h
100
typedef
__int64
XML_Index;
101
typedef unsigned
__int64
XML_Size;
/external/icu/icu4c/source/common/unicode/
ptypes.h
110
typedef signed
__int64
int64_t;
118
typedef unsigned
__int64
uint64_t;
/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/webrtc/src/
typedefs.h
113
typedef
__int64
WebRtc_Word64;
114
typedef unsigned
__int64
WebRtc_UWord64;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
limits.hpp
26
# define BOOST_LLT
__int64
27
# define BOOST_ULLT unsigned
__int64
/external/bison/lib/
sys_types.in.h
35
# define off_t
__int64
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_getunique_np.c
43
unsigned
__int64
/external/libvpx/libvpx/
webmenc.h
18
typedef
__int64
off_t;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
webmenc.h
18
typedef
__int64
off_t;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/compiler/
clang.hpp
23
#if defined(
__int64
)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
timeb.h
37
__MINGW_EXTENSION typedef
__int64
__time64_t;
/external/srec/srec/cfront/
himul32.h
100
__int64
full;
109
__int64
x = factor1;
110
__int64
y = factor2;
/external/chromium_org/third_party/boringssl/src/crypto/bn/
internal.h
259
unsigned
__int64
__umulh (unsigned
__int64
a,unsigned
__int64
b);
260
unsigned
__int64
_umul128 (unsigned
__int64
a,unsigned
__int64
b,
261
unsigned
__int64
*h);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_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/chromium_org/third_party/freetype/include/freetype/config/
ftconfig.h
271
/* this compiler provides the
__int64
type */
273
#define FT_INT64
__int64
274
#define FT_UINT64 unsigned
__int64
281
/* this compiler provides the
__int64
type */
283
#define FT_INT64
__int64
284
#define FT_UINT64 unsigned
__int64
/external/pdfium/core/include/thirdparties/freetype/freetype/config/
ftconfig.h
271
/* this compiler provides the
__int64
type */
273
#define FT_INT64
__int64
274
#define FT_UINT64 unsigned
__int64
281
/* this compiler provides the
__int64
type */
283
#define FT_INT64
__int64
284
#define FT_UINT64 unsigned
__int64
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
ftconfig.h
271
/* this compiler provides the
__int64
type */
273
#define FT_INT64
__int64
274
#define FT_UINT64 unsigned
__int64
281
/* this compiler provides the
__int64
type */
283
#define FT_INT64
__int64
284
#define FT_UINT64 unsigned
__int64
Completed in 993 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>