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

1 2 3 4 5 6 7 8 9

  /external/chromium/sdch/open-vcdiff/vsprojects/
stdint.h 24 typedef __int64 int64_t;
28 typedef unsigned __int64 uint64_t;
  /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/v8/include/
v8stdint.h 43 typedef __int64 int64_t;
44 typedef unsigned __int64 uint64_t;
  /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/libvpx/vpx/
vpx_integer.h 28 typedef signed __int64 int64_t;
29 typedef unsigned __int64 uint64_t;
  /external/netperf/
netcpu.h 11 typedef unsigned __int64 uint64_t;
  /external/webkit/Source/WebCore/platform/text/
TextStream.h 48 TextStream& operator<<(unsigned __int64);
49 TextStream& operator<<(__int64);
  /external/libyuv/files/include/libyuv/
basic_types.h 23 typedef __int64 int64;
32 typedef unsigned __int64 uint64;
33 typedef __int64 int64;
  /external/collada/include/dae/
daeWin32Platform.h 15 #define PLATFORM_INT64 __int64
19 #define PLATFORM_UINT64 unsigned __int64
  /external/flac/include/FLAC/
ordinals.h 45 typedef __int64 FLAC__int64;
48 typedef unsigned __int64 FLAC__uint64;
  /external/expat/lib/
expat_external.h 100 typedef __int64 XML_Index;
101 typedef unsigned __int64 XML_Size;
  /external/webkit/Source/JavaScriptCore/os-win32/
stdint.h 41 typedef __int64 int64_t;
42 typedef unsigned __int64 uint64_t;
  /external/webrtc/src/
typedefs.h 69 typedef __int64 WebRtc_Word64;
70 typedef unsigned __int64 WebRtc_UWord64;
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/include/
expat_external.h 100 typedef __int64 XML_Index;
101 typedef unsigned __int64 XML_Size;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/include/
expat_external.h 100 typedef __int64 XML_Index;
101 typedef unsigned __int64 XML_Size;
  /external/chromium/third_party/libjingle/overrides/talk/base/
basictypes.h 18 typedef __int64 int64;
22 typedef unsigned __int64 uint64;
23 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;
  /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/srec/srec/cfront/
himul32.h 100 __int64 full;
109 __int64 x = factor1;
110 __int64 y = factor2;
  /external/libvpx/vp8/common/
type_aliases.h 99 typedef __int64 INT64;
  /external/srtp/
config.hw 187 typedef unsigned __int64 uint64_t;
191 typedef __int64 int64_t;
  /development/ndk/platforms/android-4/include/KHR/
khrplatform.h 161 typedef __int64 khronos_int64_t;
162 typedef unsigned __int64 khronos_uint64_t;
  /external/bluetooth/glib/glib/gnulib/
printf-args.h 97 __int64 a_int64;
98 unsigned __int64 a_uint64;

Completed in 683 milliseconds

1 2 3 4 5 6 7 8 9