HomeSort by relevance Sort by last modified time
    Searched refs:__int64 (Results 1 - 25 of 252) 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/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 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/bluetooth/bluedroid/embdrv/sbc/encoder/include/
sbc_types.h 42 typedef __int64 SINT64;
50 typedef __int64 SINT64;
  /external/libvpx/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/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/libusb_aah/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/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 22 typedef unsigned __int64 uint64_t;
26 typedef __int64 int64_t;
  /external/expat/lib/
expat_external.h 100 typedef __int64 XML_Index;
101 typedef unsigned __int64 XML_Size;
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 23 typedef unsigned __int64 uint64;
24 typedef __int64 int64;
  /external/webkit/Source/JavaScriptCore/os-win32/
stdint.h 41 typedef __int64 int64_t;
42 typedef unsigned __int64 uint64_t;
  /external/webrtc/src/system_wrappers/source/
cpu_win.h 88 unsigned __int64* previous_processor_timestamp_;
92 unsigned __int64* previous_100ns_timestamp_;
  /frameworks/av/media/libstagefright/codecs/common/include/
voType.h 97 typedef unsigned __int64 VO_U64;
99 typedef signed __int64 VO_S64;
  /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.15/include/
SDL_config_win32.h 39 typedef signed __int64 int64_t;
40 typedef unsigned __int64 uint64_t;
43 typedef unsigned __int64 uintptr_t;
  /external/srec/srec/cfront/
himul32.h 100 __int64 full;
109 __int64 x = factor1;
110 __int64 y = factor2;
  /external/libvpx/libvpx/vp8/encoder/
boolhuff.c 15 unsigned __int64 Sectionbits[500];

Completed in 929 milliseconds

1 2 3 4 5 6 7 8 91011