HomeSort by relevance Sort by last modified time
    Searched full:__int64 (Results 51 - 75 of 547) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 40 __MINGW_EXTENSION __int64 size;
58 __MINGW_EXTENSION __int64 size;
99 __MINGW_EXTENSION __int64 size;
117 __MINGW_EXTENSION __int64 size;
153 __MINGW_EXTENSION typedef unsigned __int64 size_t;
163 __MINGW_EXTENSION typedef __int64 ssize_t;
214 __MINGW_EXTENSION _CRTIMP __int64 __cdecl _filelengthi64(int _FileHandle);
260 __MINGW_EXTENSION __int64 __cdecl _lseeki64(int _FileHandle,__int64 _Offset,int _Origin);
261 __MINGW_EXTENSION __int64 __cdecl _telli64(int _FileHandle)
    [all...]
  /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;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
integer_traits.hpp 242 class integer_traits< __int64>
243 : public std::numeric_limits< __int64>,
244 public detail::integer_traits_base< __int64, _I64_MIN, _I64_MAX>
248 class integer_traits< unsigned __int64>
249 : public std::numeric_limits< unsigned __int64>,
250 public detail::integer_traits_base< unsigned __int64, 0, _UI64_MAX>
cstdint.hpp 340 // we have Borland/Intel/Microsoft __int64:
342 typedef __int64 intmax_t;
343 typedef unsigned __int64 uintmax_t;
344 typedef __int64 int64_t;
345 typedef __int64 int_least64_t;
346 typedef __int64 int_fast64_t;
347 typedef unsigned __int64 uint64_t;
348 typedef unsigned __int64 uint_least64_t;
349 typedef unsigned __int64 uint_fast64_t;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hwint.h 56 Thus, we use that unless we have to use 'long long' or '__int64'
71 # define HOST_WIDE_INT __int64
136 # define HOST_WIDEST_INT __int64
154 should be "long long" or "__int64". This is no convenient way to
163 # define HOST_WIDEST_FAST_INT __int64
166 # error "Your host said it wanted to use long long or __int64 but neither"
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 26 typedef unsigned __int64 uint64;
27 typedef __int64 int64;
  /external/chromium_org/third_party/libyuv/include/libyuv/
basic_types.h 26 typedef unsigned __int64 uint64;
27 typedef __int64 int64;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
type.h 29 typedef unsigned __int64 uint64_t;
30 typedef signed __int64 int64_t;
  /external/chromium_org/third_party/webrtc/overrides/webrtc/base/
basictypes.h 28 typedef unsigned __int64 uint64;
29 typedef __int64 int64;
  /external/flac/include/FLAC/
ordinals.h 45 typedef __int64 FLAC__int64;
48 typedef unsigned __int64 FLAC__uint64;
  /external/libpcap/
pcap-stdinc.h 72 typedef unsigned __int64 uintptr_t;
81 typedef __int64 intptr_t;
  /external/libyuv/files/include/libyuv/
basic_types.h 23 typedef unsigned __int64 uint64;
24 typedef __int64 int64;
  /external/sfntly/cpp/src/sfntly/port/
type.h 29 typedef unsigned __int64 uint64_t;
30 typedef signed __int64 int64_t;
  /external/webrtc/src/system_wrappers/source/
cpu_win.cc 322 previous_processor_timestamp_ = new unsigned __int64[number_returned];
323 previous_100ns_timestamp_ = new unsigned __int64[number_returned];
335 memset(previous_processor_timestamp_, 0, sizeof(unsigned __int64) *
337 memset(previous_100ns_timestamp_, 0, sizeof(unsigned __int64) *
478 unsigned __int64 cpu_usage = 0;
479 unsigned __int64 timestamp_100ns = 0;
508 const unsigned __int64 processor_timestamp_delta =
510 const unsigned __int64 timestamp_100ns_delta =
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.cc 428 __int64 val = reinterpret_cast<__int64>(preamble_page) -
429 reinterpret_cast<__int64>(target);
490 __int64 i = 1;
491 bool high_target = reinterpret_cast<__int64>(target) > UINT_MAX;
493 __int64 val = reinterpret_cast<__int64>(allocation_base) -
496 reinterpret_cast<__int64>(target) - val > INT_MAX) {
514 (reinterpret_cast<__int64>(target) &
517 __int64 val = reinterpret_cast<__int64>(allocation_base)
    [all...]
preamble_patcher_test.cc 77 __int64 i2 = i + 1;
312 __int64 diff = 0;
317 diff = reinterpret_cast<__int64>(p1) - reinterpret_cast<__int64>(b1);
322 diff = reinterpret_cast<__int64>(p2) - reinterpret_cast<__int64>(b2);
preamble_patcher_with_stub.cc 116 __int64 replacement_target_offset = reinterpret_cast<__int64>(
117 replacement_function) - reinterpret_cast<__int64>(target) - 5;
122 __int64 trampoline_offset = reinterpret_cast<__int64>(preamble_stub)
123 - reinterpret_cast<__int64>(target) - 5;
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.cc 428 __int64 val = reinterpret_cast<__int64>(preamble_page) -
429 reinterpret_cast<__int64>(target);
490 __int64 i = 1;
491 bool high_target = reinterpret_cast<__int64>(target) > UINT_MAX;
493 __int64 val = reinterpret_cast<__int64>(allocation_base) -
496 reinterpret_cast<__int64>(target) - val > INT_MAX) {
514 (reinterpret_cast<__int64>(target) &
517 __int64 val = reinterpret_cast<__int64>(allocation_base)
    [all...]
  /external/bison/darwin-lib/sys/
types.h 36 # define off_t __int64
  /external/bison/linux-lib/sys/
types.h 36 # define off_t __int64
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/tools/timer/
SysTimer_windows.cpp 46 unsigned __int64 end = __rdtsc();
  /external/jemalloc/include/msvc_compat/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/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/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 905 milliseconds

1 23 4 5 6 7 8 91011>>