HomeSort by relevance Sort by last modified time
    Searched refs:__int64 (Results 1 - 25 of 383) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/sdch/open-vcdiff/vsprojects/
stdint.h 24 typedef __int64 int64_t;
28 typedef unsigned __int64 uint64_t;
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
stdint.h 24 typedef __int64 int64_t;
28 typedef unsigned __int64 uint64_t;
  /external/open-vcdiff/vsprojects/
stdint.h 24 typedef __int64 int64_t;
28 typedef unsigned __int64 uint64_t;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_getunique_np.c 43 unsigned __int64
  /external/e2fsprogs/include/nonunix/linux/
types.h 12 typedef signed __int64 __s64;
13 typedef unsigned __int64 __u64;
21 typedef signed __int64 __s64;
22 typedef unsigned __int64 __u64;
  /external/chromium_org/ppapi/c/
pp_stdint.h 48 typedef __int64 int64_t;
51 typedef unsigned __int64 uint64_t;
  /external/chromium_org/v8/include/
v8stdint.h 46 typedef __int64 int64_t;
47 typedef unsigned __int64 uint64_t;
  /external/v8/include/
v8stdint.h 44 typedef __int64 int64_t;
45 typedef unsigned __int64 uint64_t;
  /external/clang/test/Lexer/
ms-extensions.c 7 __int64 x5 = 0x42i64;
8 __int64 x6 = 0x42I64;
9 __int64 x4 = 70000000i128;
11 __int64 y = 0x42i64u; // expected-error {{invalid suffix}}
12 __int64 w = 0x43ui64;
13 __int64 z = 9Li64; // expected-error {{invalid suffix}}
14 __int64 q = 10lli64; // expected-error {{invalid suffix}}
  /external/chromium_org/tools/traceline/traceline/
rdtsc.h 34 double MsFromStart(void* procid, __int64 stamp) {
39 __int64 freq_;
40 __int64 start_;
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
warning-level3.cc 6 struct __declspec(align(8)) C8 { __int64 i; };
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
sbc_types.h 42 typedef __int64 SINT64;
50 typedef __int64 SINT64;
  /external/netperf/
netcpu.h 11 typedef unsigned __int64 uint64_t;
  /external/libvpx/libvpx/vpx/
vpx_integer.h 28 typedef signed __int64 int64_t;
29 typedef unsigned __int64 uint64_t;
  /external/flac/include/FLAC/
ordinals.h 45 typedef __int64 FLAC__int64;
48 typedef unsigned __int64 FLAC__uint64;
  /external/icu4c/common/unicode/
ptypes.h 110 typedef signed __int64 int64_t;
118 typedef unsigned __int64 uint64_t;
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 38 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_t
    [all...]
  /external/bison/darwin-lib/sys/
types.h 36 # define off_t __int64
  /external/bison/lib/
sys_types.in.h 35 # define off_t __int64
  /external/bison/linux-lib/sys/
types.h 36 # define off_t __int64
  /external/chromium_org/ppapi/api/
pp_stdint.idl 87 typedef __int64 int64_t;
90 typedef unsigned __int64 uint64_t;
  /external/chromium_org/third_party/angle/src/third_party/murmurhash/
MurmurHash3.h 17 typedef unsigned __int64 uint64_t;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcompiler.h 46 typedef __int64 int64_t;
47 typedef unsigned __int64 uint64_t;
50 typedef __int64 intptr_t;
51 typedef unsigned __int64 uintptr_t;
  /external/chromium_org/third_party/smhasher/src/
MurmurHash1.h 17 typedef unsigned __int64 uint64_t;
MurmurHash3.h 17 typedef unsigned __int64 uint64_t;

Completed in 752 milliseconds

1 2 3 4 5 6 7 8 91011>>