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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/ports/
SkTime_win.cpp 36 __int64 t = li.QuadPart; /* In 100-nanosecond intervals */
  /external/libvpx/libvpx/
tools_common.h 19 typedef __int64 off_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/skia/src/ports/
SkTime_win.cpp 36 __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);
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
basictypes.h 22 typedef unsigned __int64 uint64;
23 typedef __int64 int64;
  /external/chromium_org/third_party/mesa/src/include/KHR/
khrplatform.h 177 typedef __int64 khronos_int64_t;
178 typedef unsigned __int64 khronos_uint64_t;
  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 50 typedef __int64 int64_t;
51 typedef unsigned __int64 uint64_t;
  /external/llvm/include/llvm/Support/
DataTypes.h 106 typedef __int64 int64_t;
107 typedef unsigned __int64 uint64_t;
  /external/mesa3d/include/KHR/
khrplatform.h 177 typedef __int64 khronos_int64_t;
178 typedef unsigned __int64 khronos_uint64_t;
  /external/skia/include/gpu/
GrConfig.h 50 typedef __int64 int64_t;
51 typedef unsigned __int64 uint64_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 =
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
typedefs.h 87 typedef __int64 Word64;
88 typedef unsigned __int64 UWord64;
  /frameworks/native/include/media/openmax/
OMX_Types.h 186 typedef unsigned __int64 OMX_U64;
189 typedef signed __int64 OMX_S64;
  /hardware/qcom/media/mm-core/inc/
OMX_Types.h 168 typedef unsigned __int64 OMX_U64;
171 typedef signed __int64 OMX_S64;
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Types.h 168 typedef unsigned __int64 OMX_U64;
171 typedef signed __int64 OMX_S64;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Types.h 168 typedef unsigned __int64 OMX_U64;
171 typedef signed __int64 OMX_S64;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 168 typedef unsigned __int64 OMX_U64;
171 typedef signed __int64 OMX_S64;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Types.h 168 typedef unsigned __int64 OMX_U64;
171 typedef signed __int64 OMX_S64;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
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;
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>
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
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);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
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);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hwint.h 57 Thus, we use that unless we have to use 'long long' or '__int64'
70 # define HOST_WIDE_INT __int64
124 # define HOST_WIDEST_INT __int64
141 should be "long long" or "__int64". This is no convenient way to
150 # define HOST_WIDEST_FAST_INT __int64
153 # error "Your host said it wanted to use long long or __int64 but neither"
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hwint.h 57 Thus, we use that unless we have to use 'long long' or '__int64'
70 # define HOST_WIDE_INT __int64
124 # define HOST_WIDEST_INT __int64
141 should be "long long" or "__int64". This is no convenient way to
150 # define HOST_WIDEST_FAST_INT __int64
153 # error "Your host said it wanted to use long long or __int64 but neither"

Completed in 1738 milliseconds

1 2 3 45 6 7 8 91011>>