OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__int64
(Results
276 - 300
of
547
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/bison/darwin-lib/
stdint.h
179
typedef
__int64
gl_int64_t;
200
typedef unsigned
__int64
gl_uint64_t;
/external/bison/lib/
printf-parse.c
430
/*
__int64
= long long */
435
/*
__int64
= long */
/external/bison/m4/
stdint.m4
405
i64) gltype1='
__int64
';;
409
ui64)gltype1='unsigned
__int64
';;
/external/chromium_org/third_party/khronos/KHR/
khrplatform.h
185
typedef
__int64
khronos_int64_t;
186
typedef unsigned
__int64
khronos_uint64_t;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h
109
typedef
__int64
int64_t;
113
typedef unsigned
__int64
uint64_t;
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h
106
typedef
__int64
int64_t;
110
typedef unsigned
__int64
uint64_t;
/external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h
260
unsigned char _BitScanForward64(unsigned long *index, unsigned
__int64
mask); // NOLINT
261
unsigned char _BitScanReverse64(unsigned long *index, unsigned
__int64
mask); // NOLINT
/external/libxml2/
timsort.h
28
typedef
__int64
int64_t;
29
typedef unsigned
__int64
uint64_t;
/external/llvm/include/llvm/IR/
TypeBuilder.h
172
DEFINE_INTEGRAL_TYPEBUILDER(
__int64
);
173
DEFINE_INTEGRAL_TYPEBUILDER(unsigned
__int64
);
/external/pcre/dist/sljit/
sljitConfigInternal.h
375
typedef unsigned
__int64
sljit_uw;
376
typedef
__int64
sljit_sw;
/frameworks/native/include/media/openmax/
OMX_Types.h
188
typedef unsigned
__int64
OMX_U64;
191
typedef signed
__int64
OMX_S64;
/hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Types.h
185
typedef unsigned
__int64
OMX_U64;
188
typedef signed
__int64
OMX_S64;
/ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h
146
typedef
__int64
gl_int64_t;
163
typedef unsigned
__int64
gl_uint64_t;
/ndk/sources/host-tools/sed-4.2.1/m4/
stdint.m4
401
i64) gltype1='
__int64
';;
405
ui64)gltype1='unsigned
__int64
';;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shellapi.h
339
__MINGW_EXTENSION
__int64
i64Size;
340
__MINGW_EXTENSION
__int64
i64NumItems;
/development/ndk/platforms/android-3/include/linux/
coda.h
32
typedef unsigned
__int64
u_quad_t;
/external/ceres-solver/include/ceres/internal/
fixed_array.h
73
typedef
__int64
ssize_t;
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.y
50
typedef
__int64
YYSTYPE;
/external/chromium_org/third_party/libyuv/util/
psnr.cc
26
typedef unsigned
__int64
uint64;
/external/chromium_org/third_party/skia/third_party/lua/src/
llimits.h
209
{
__int64
l; __asm {__asm fld n __asm fistp l} i = (unsigned int)l;}
/external/chromium_org/third_party/tcmalloc/chromium/src/
config.h.in
182
/* Define to 1 if the system has the type `
__int64
'. */
config_linux.h
178
/* Define to 1 if the system has the type `
__int64
'. */
/external/chromium_org/third_party/tcmalloc/vendor/src/
config.h.in
179
/* Define to 1 if the system has the type `
__int64
'. */
/external/jsoncpp/
NEWS.txt
63
to 64 bits integers on system that support them (based on
__int64
on
/external/openssl/crypto/sha/
sha.h
172
#define SHA_LONG64 unsigned
__int64
Completed in 559 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>