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

1 2 3 4 5 6 7 8 910

  /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/clang/test/Lexer/
ms-extensions.c 6 __int64 x5 = 0x42i64;
7 __int64 x6 = 0x42I64;
8 __int64 x4 = 70000000i128;
10 __int64 y = 0x42i64u; // expected-error {{invalid suffix}}
11 __int64 w = 0x43ui64;
12 __int64 z = 9Li64; // expected-error {{invalid suffix}}
13 __int64 q = 10lli64; // expected-error {{invalid suffix}}
  /external/chromium/sdch/open-vcdiff/vsprojects/
stdint.h 24 typedef __int64 int64_t;
28 typedef unsigned __int64 uint64_t;
  /external/libyuv/files/include/libyuv/
basic_types.h 23 typedef __int64 int64;
32 typedef unsigned __int64 uint64;
33 typedef __int64 int64;
  /external/chromium/third_party/libjingle/overrides/talk/base/
basictypes.h 18 typedef __int64 int64;
22 typedef unsigned __int64 uint64;
23 typedef __int64 int64;
  /external/netperf/
netcpu.h 11 typedef unsigned __int64 uint64_t;
  /external/collada/include/dae/
daeWin32Platform.h 15 #define PLATFORM_INT64 __int64
19 #define PLATFORM_UINT64 unsigned __int64
  /external/libvpx/vpx/
vpx_integer.h 28 typedef signed __int64 int64_t;
29 typedef unsigned __int64 uint64_t;
  /external/v8/include/
v8stdint.h 43 typedef __int64 int64_t;
44 typedef unsigned __int64 uint64_t;
  /external/webkit/Source/JavaScriptCore/os-win32/
stdint.h 41 typedef __int64 int64_t;
42 typedef unsigned __int64 uint64_t;
  /external/webkit/Source/WebCore/platform/text/
TextStream.h 48 TextStream& operator<<(unsigned __int64);
49 TextStream& operator<<(__int64);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
hwint.h 50 Thus, we use that unless we have to use 'long long' or '__int64'
63 # define HOST_WIDE_INT __int64
114 # define HOST_WIDEST_INT __int64
130 should be "long long" or "__int64". This is no convenient way to
139 # define HOST_WIDEST_FAST_INT __int64
142 # error "Your host said it wanted to use long long or __int64 but neither"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
hwint.h 50 Thus, we use that unless we have to use 'long long' or '__int64'
63 # define HOST_WIDE_INT __int64
114 # define HOST_WIDEST_INT __int64
130 should be "long long" or "__int64". This is no convenient way to
139 # define HOST_WIDEST_FAST_INT __int64
142 # error "Your host said it wanted to use long long or __int64 but neither"
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
hwint.h 50 Thus, we use that unless we have to use 'long long' or '__int64'
63 # define HOST_WIDE_INT __int64
114 # define HOST_WIDEST_INT __int64
130 should be "long long" or "__int64". This is no convenient way to
139 # define HOST_WIDEST_FAST_INT __int64
142 # error "Your host said it wanted to use long long or __int64 but neither"
  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 44 typedef __int64 int64;
53 typedef unsigned __int64 uint64;
54 typedef __int64 int64;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_win32.h 39 typedef signed __int64 int64_t;
40 typedef unsigned __int64 uint64_t;
43 typedef unsigned __int64 uintptr_t;
  /external/bluetooth/glib/glib/gnulib/
printf-args.h 97 __int64 a_int64;
98 unsigned __int64 a_uint64;
README 23 to support printing of __int64 values with the I64 format modifier. This
  /external/flac/include/FLAC/
ordinals.h 45 typedef __int64 FLAC__int64;
48 typedef unsigned __int64 FLAC__uint64;
  /external/webrtc/src/
typedefs.h 69 typedef __int64 WebRtc_Word64;
70 typedef unsigned __int64 WebRtc_UWord64;
  /external/bluetooth/glib/
glibconfig.h.win32.in 49 typedef signed __int64 gint64;
50 typedef unsigned __int64 guint64;
128 typedef signed __int64 gintptr;
129 typedef unsigned __int64 guintptr;
  /external/clang/test/Parser/
MicrosoftExtensions.c 14 return((void * __ptr64) (unsigned __int64) (ULONG_PTR)p ); // expected-warning {{unknown attribute '__ptr64' ignored}}
  /external/mesa3d/include/c99/
stdint.h 89 typedef signed __int64 int64_t;
90 typedef unsigned __int64 uint64_t;
115 typedef signed __int64 intptr_t;
116 typedef unsigned __int64 uintptr_t;
  /external/skia/src/ports/
SkTime_win.cpp 44 __int64 t = li.QuadPart; /* In 100-nanosecond intervals */
  /external/srec/srec/crec/
comp_stats.c 120 c->last = kernelCPU.dwLowDateTime + ((__int64)kernelCPU.dwHighDateTime << 32) +
121 userCPU.dwLowDateTime + ((__int64)userCPU.dwHighDateTime << 32);
147 curr = kernelCPU.dwLowDateTime + ((__int64)kernelCPU.dwHighDateTime << 32) +
148 userCPU.dwLowDateTime + ((__int64)userCPU.dwHighDateTime << 32);

Completed in 995 milliseconds

1 2 3 4 5 6 7 8 910