Searched refs:__int64 (Results 1 - 25 of 231) sorted by relevance

12345678910

/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dstdint.h24 typedef __int64 int64_t;
28 typedef unsigned __int64 uint64_t;
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_getunique_np.c43 unsigned __int64
/external/e2fsprogs/include/nonunix/linux/
H A Dtypes.h12 typedef signed __int64 __s64;
13 typedef unsigned __int64 __u64;
21 typedef signed __int64 __s64;
22 typedef unsigned __int64 __u64;
/external/clang/lib/Headers/
H A DIntrin.h65 __int64 __emul(int, int);
66 unsigned __int64 __emulu(unsigned int, unsigned int);
83 unsigned __int64 __ll_lshift(unsigned __int64, int);
84 __int64 __ll_rshift(__int64, int);
122 unsigned __int64 __readfsqword(unsigned long);
127 unsigned __int64 __readmsr(unsigned long);
128 unsigned __int64 __readpmc(unsigned long);
146 unsigned __int64 __ull_rshif
[all...]
/external/chromium_org/ppapi/c/
H A Dpp_stdint.h48 typedef __int64 int64_t;
51 typedef unsigned __int64 uint64_t;
/external/chromium_org/v8/include/
H A Dv8stdint.h23 typedef __int64 int64_t;
24 typedef unsigned __int64 uint64_t;
/external/libhevc/common/
H A Dihevc_typedefs.h60 typedef unsigned __int64 ULWORD64;
61 typedef __int64 LWORD64;
/external/clang/test/Lexer/
H A Dms-extensions.c8 __int64 x5 = 0x42i64;
9 __int64 x6 = 0x42I64;
13 __int64 x4 = 70000000i128;
15 __int64 y = 0x42i64u; // expected-error {{invalid suffix}}
16 __int64 w = 0x43ui64;
17 __int64 z = 9Li64; // expected-error {{invalid suffix}}
18 __int64 q = 10lli64; // expected-error {{invalid suffix}}
/external/chromium_org/tools/traceline/traceline/
H A Drdtsc.h34 double MsFromStart(void* procid, __int64 stamp) {
39 __int64 freq_;
40 __int64 start_;
/external/chromium_org/tools/gyp/test/win/compiler-flags/
H A Dwarning-level3.cc6 struct __declspec(align(8)) C8 { __int64 i; };
/external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
H A Dsbc_types.h42 typedef __int64 SINT64;
50 typedef __int64 SINT64;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_stdint.h45 typedef signed __int64 int64_t;
46 typedef unsigned __int64 uint64_t;
/external/chromium_org/third_party/skia/tools/timer/
H A DSysTimer_windows.h22 unsigned __int64 fStartWall;
/external/netperf/
H A Dnetcpu.h11 typedef unsigned __int64 uint64_t;
/external/libpcap/
H A Dpcap-stdinc.h72 typedef unsigned __int64 uintptr_t;
81 typedef __int64 intptr_t;
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h28 typedef signed __int64 int64_t;
29 typedef unsigned __int64 uint64_t;
/external/chromium_org/third_party/qcms/src/
H A Dqcmstypes.h54 typedef __int64 int64_t;
55 typedef unsigned __int64 uint64_t;
57 typedef unsigned __int64 uintptr_t;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dptypes.h110 typedef signed __int64 int64_t;
118 typedef unsigned __int64 uint64_t;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_integer.h37 typedef signed __int64 int64_t;
38 typedef unsigned __int64 uint64_t;
/external/flac/include/FLAC/
H A Dordinals.h45 typedef __int64 FLAC__int64;
48 typedef unsigned __int64 FLAC__uint64;
/external/icu/icu4c/source/common/unicode/
H A Dptypes.h110 typedef signed __int64 int64_t;
118 typedef unsigned __int64 uint64_t;
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h38 typedef __int64 intptr_t;
51 typedef unsigned __int64 uintptr_t;
64 typedef __int64 ptrdiff_t;
94 typedef __int64 int64_t;
95 typedef unsigned __int64 uint64_t;
104 typedef __int64 int_least64_t;
105 typedef unsigned __int64 uint_least64_t;
117 typedef __int64 int_fast64_t;
118 typedef unsigned __int64 uint_fast64_t;
121 typedef __int64 intmax_
[all...]
/external/bison/darwin-lib/sys/
H A Dtypes.h36 # define off_t __int64
/external/bison/lib/
H A Dsys_types.in.h35 # define off_t __int64
/external/bison/linux-lib/sys/
H A Dtypes.h36 # define off_t __int64

Completed in 1356 milliseconds

12345678910