OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__int64
(Results
126 - 150
of
547
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/lzma_sdk/
Types.h
78
typedef
__int64
Int64;
79
typedef unsigned
__int64
UInt64;
/external/chromium_org/third_party/ots/include/
opentype-sanitiser.h
16
typedef
__int64
int64_t;
17
typedef unsigned
__int64
uint64_t;
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h
79
typedef
__int64
Int64;
80
typedef unsigned
__int64
UInt64;
/external/chromium_org/third_party/skia/include/gpu/
GrConfig.h
54
typedef
__int64
int64_t;
55
typedef unsigned
__int64
uint64_t;
/external/libpcap/
pcap-dos.h
64
typedef unsigned
__int64
uint64;
65
typedef unsigned
__int64
QWORD;
/external/llvm/include/llvm/Support/
DataTypes.h
106
typedef
__int64
int64_t;
107
typedef unsigned
__int64
uint64_t;
/external/lzma/C/
Types.h
78
typedef
__int64
Int64;
79
typedef unsigned
__int64
UInt64;
/external/openssl/crypto/modes/
modes_lcl.h
12
typedef
__int64
i64;
13
typedef unsigned
__int64
u64;
/external/skia/include/gpu/
GrConfig.h
50
typedef
__int64
int64_t;
51
typedef unsigned
__int64
uint64_t;
/external/srtp/
config.hw
187
typedef unsigned
__int64
uint64_t;
191
typedef
__int64
int64_t;
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
typedefs.h
87
typedef
__int64
Word64;
88
typedef unsigned
__int64
UWord64;
/frameworks/av/media/libstagefright/codecs/common/include/
voType.h
97
typedef unsigned
__int64
VO_U64;
99
typedef signed
__int64
VO_S64;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes.h
98
typedef
__int64
OMX_S64; /** Signed 64-bit integer */
99
typedef unsigned
__int64
OMX_U64; /** Unsigned 64-bit integer */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h
98
typedef
__int64
OMX_S64; /** Signed 64-bit integer */
99
typedef unsigned
__int64
OMX_U64; /** Unsigned 64-bit integer */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h
98
typedef
__int64
OMX_S64; /** Signed 64-bit integer */
99
typedef unsigned
__int64
OMX_U64; /** Unsigned 64-bit integer */
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
make_unsigned.hpp
77
unsigned
__int64
101
unsigned
__int64
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h
39
__GNU_EXTENSION typedef unsigned
__int64
STREAM_SYSTEM_TIME, *PSTREAM_SYSTEM_TIME;
40
__GNU_EXTENSION typedef unsigned
__int64
STREAM_TIMESTAMP, *PSTREAM_TIMESTAMP;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
newapis.h
27
*(
__int64
*)pliQuota = Int32x32To64(dwBytesPerClus,dwFreeClus);
31
*(
__int64
*)pliTotal = Int32x32To64(dwBytesPerClus,dwTotalClus);
yvals.h
171
#define _LONGLONG /* __MINGW_EXTENSION */
__int64
172
#define _ULONGLONG /* __MINGW_EXTENSION */ unsigned
__int64
winbase.h
[
all
...]
/external/openssl/crypto/bn/
bn_lcl.h
276
unsigned
__int64
__umulh (unsigned
__int64
a,unsigned
__int64
b);
277
unsigned
__int64
_umul128 (unsigned
__int64
a,unsigned
__int64
b,
278
unsigned
__int64
*h);
/external/bison/m4/
inttypes.m4
49
I64) gltype1='
__int64
';;
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
global.c
58
unsigned
__int64
ptw32_threadSeqNumber = 0;
/external/chromium_org/third_party/WebKit/public/platform/
WebCommon.h
86
typedef unsigned
__int64
uint64_t;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtypes.h
346
typedef
__int64
PRInt64;
347
typedef unsigned
__int64
PRUint64;
349
typedef
__int64
PRInt64;
350
typedef unsigned
__int64
PRUint64;
Completed in 1008 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>