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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/c/
pp_stdint.h 48 typedef __int64 int64_t;
51 typedef unsigned __int64 uint64_t;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_integer.h 37 typedef signed __int64 int64_t;
38 typedef unsigned __int64 uint64_t;
  /external/libhevc/common/
ihevc_typedefs.h 60 typedef unsigned __int64 ULWORD64;
61 typedef __int64 LWORD64;
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 23 typedef unsigned __int64 uint64;
24 typedef __int64 int64;
  /external/libvpx/libvpx/vpx/
vpx_integer.h 28 typedef signed __int64 int64_t;
29 typedef unsigned __int64 uint64_t;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 23 typedef unsigned __int64 uint64;
24 typedef __int64 int64;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_integer.h 28 typedef signed __int64 int64_t;
29 typedef unsigned __int64 uint64_t;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 57 __MINGW_EXTENSION __int64 st_size;
85 __MINGW_EXTENSION __int64 st_size;
ivec.h 29 #define _MM_QW (*((__int64*)&vec))
40 M64(__int64 mm) { _MM_QW = mm; }
stdlib.h 333 __MINGW_EXTENSION __int64 __cdecl _abs64(__int64);
335 __MINGW_INTRIN_INLINE __int64 __cdecl _abs64(__int64 x) {
357 __MINGW_EXTENSION unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64 _Int64);
361 __MINGW_EXTENSION _CRTIMP char *__cdecl _i64toa(__int64 _Val,char *_DstBuf,int _Radix) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
362 __MINGW_EXTENSION _CRTIMP char *__cdecl _ui64toa(unsigned __int64 _Val,char *_DstBuf,int _Radix) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
363 __MINGW_EXTENSION _CRTIMP __int64 __cdecl _atoi64(const char *_String);
364 __MINGW_EXTENSION _CRTIMP __int64 __cdecl _atoi64_l(const char *_String,_locale_t _Locale)
    [all...]
excpt.h 40 __MINGW_EXTENSION _CRTIMP EXCEPTION_DISPOSITION __cdecl __C_specific_handler (struct _EXCEPTION_RECORD *_ExceptionRecord,unsigned __int64 _MemoryStackFp,unsigned __int64 _BackingStoreFp,struct _CONTEXT *_ContextRecord,struct _DISPATCHER_CONTEXT *_DispatcherContext,unsigned __int64 _GlobalPointer);
msrdc.h 64 unsigned __int64 m_FileOffset;
65 unsigned __int64 m_BlockLength;
194 STDMETHOD_(HRESULT,Get)(THIS_ unsigned __int64 fileOffset,WINBOOL dirty,DWORD numElements,SimilarityMappedViewInfo *viewInfo) PURE;
257 STDMETHOD_(HRESULT,SetFileSize)(THIS_ unsigned __int64 *fileSize) PURE;
258 STDMETHOD_(HRESULT,GetFileSize)(THIS_ unsigned __int64 *fileSize) PURE;
259 STDMETHOD_(HRESULT,OpenMapping)(THIS_ RdcMappingAccessMode accessMode,unsigned __int64 begin,unsigned __int64 end,unsigned __int64 *actualEnd) PURE;
260 STDMETHOD_(HRESULT,ResizeMapping)(THIS_ RdcMappingAccessMode accessMode,unsigned __int64 begin,unsigned __int64 end,unsigned __int64 *actualEnd) PURE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
types.h 29 typedef __int64 __time64_t;
63 typedef __int64 _pid_t;
  /external/chromium_org/third_party/qcms/src/
qcmstypes.h 54 typedef __int64 int64_t;
55 typedef unsigned __int64 uint64_t;
57 typedef unsigned __int64 uintptr_t;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcompiler.h 46 typedef __int64 int64_t;
47 typedef unsigned __int64 uint64_t;
50 typedef __int64 intptr_t;
51 typedef unsigned __int64 uintptr_t;
  /external/chromium_org/third_party/skia/src/ports/
SkTime_win.cpp 36 __int64 t = li.QuadPart; /* In 100-nanosecond intervals */
  /external/jsoncpp/include/json/
.config.h.swp 26 ????oWVU43#endif // JSON_CONFIG_H_INCLUDED} // end namespace Json# endif // if defined(JSON_NO_INT64)# define JSON_HAS_INT64 typedef UInt64 LargestUInt; typedef Int64 LargestInt;# endif // if defined(_MSC_VER) typedef unsigned long long int UInt64; typedef long long int Int64;# else // if defined(_MSC_VER) // Other platforms, use long long typedef unsigned __int64 UInt64; typedef __int64 Int64;# if defined(_MSC_VER) // Microsoft Visual Studio // For Microsoft Visual use specific types as long long is not supported# else // if defined(JSON_NO_INT64)# undef JSON_HAS_INT64 typedef unsigned int LargestUInt; typedef int LargestInt;# if defined(JSON_NO_INT64) typedef unsigned int UInt; typedef int Int;namespace Json {#endif // if !defined(JSONCPP_DEPRECATED)# define JSONCPP_DEPRECATED(message)#if !defined(JSONCPP_DEPRECATED)#endif# define JSONCPP_DEPRECATED(message) __declspec(deprecated(message))/// Indicates that the following function is deprecated.#if defined(_MSC_VER) && _MSC_VER >= 1500 // MSVC 2008#endif // if defined(_MSC_VER) && _MSC_VER < 1200 // MSVC 6#define JSON_USE_INT64_DOUBLE_CONVERSION 1// (no conversion from unsigned __int64).// Microsoft Visual Studio 6 only support conversion from __int64 to double#if defined(_MSC_VER) && _MSC_VER <= 1200 // MSVC 6// #define JSON_NO_INT64 1// Sto (…)
config.h 61 // Microsoft Visual Studio 6 only support conversion from __int64 to double
62 // (no conversion from unsigned __int64).
85 typedef __int64 Int64;
86 typedef unsigned __int64 UInt64;
  /external/mesa3d/src/egl/main/
eglcompiler.h 46 typedef __int64 int64_t;
47 typedef unsigned __int64 uint64_t;
50 typedef __int64 intptr_t;
51 typedef unsigned __int64 uintptr_t;
  /external/skia/src/ports/
SkTime_win.cpp 36 __int64 t = li.QuadPart; /* In 100-nanosecond intervals */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
stdlib_s.h 19 _CRTIMP errno_t __cdecl _i64toa_s(__int64 _Val,char *_DstBuf,size_t _Size,int _Radix);
20 _CRTIMP errno_t __cdecl _ui64toa_s(unsigned __int64 _Val,char *_DstBuf,size_t _Size,int _Radix);
36 _CRTIMP errno_t __cdecl _i64tow_s(__int64 _Val,wchar_t *_DstBuf,size_t _SizeInWords,int _Radix);
37 _CRTIMP errno_t __cdecl _ui64tow_s(unsigned __int64 _Val,wchar_t *_DstBuf,size_t _SizeInWords,int _Radix);
  /external/chromium_org/ppapi/api/
pp_stdint.idl 87 typedef __int64 int64_t;
90 typedef unsigned __int64 uint64_t;
  /external/clang/test/Sema/
format-strings-ms.c 8 // expected-warning{{format specifies type '__int64' (aka 'long long') but the argument has type 'short'}}
19 // expected-warning{{format specifies type 'unsigned __int64' (aka 'unsigned long long') but the argument has type 'unsigned short'}}
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_stdint.h 45 typedef signed __int64 int64_t;
46 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_;

Completed in 1404 milliseconds

12 3 4 5 6 7 8 91011>>