HomeSort by: relevance | last modified time | path
    Searched refs:__int64 (Results 1 - 25 of 34) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vk_platform.h 73 typedef signed __int64 int64_t;
74 typedef unsigned __int64 uint64_t;
  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vk_platform.h 81 typedef signed __int64 int64_t;
82 typedef unsigned __int64 uint64_t;
  /xsrc/external/mit/brotli/dist/c/include/brotli/
types.h 24 typedef unsigned __int64 uint64_t;
25 typedef __int64 int64_t;
  /xsrc/external/mit/freetype/dist/include/freetype/config/
integer-types.h 203 /* this compiler provides the `__int64` type */
205 #define FT_INT64 __int64
206 #define FT_UINT64 unsigned __int64
213 /* this compiler provides the `__int64` type */
215 #define FT_INT64 __int64
216 #define FT_UINT64 unsigned __int64
  /xsrc/external/mit/xf86-video-qxl/dist/src/
murmurhash3.h 19 typedef unsigned __int64 uint64_t;
  /xsrc/external/mit/xf86-video-vmware/dist/src/
vm_basic_types.h 37 typedef unsigned __int64 uint64;
38 typedef signed __int64 int64;
  /xsrc/external/mit/MesaLib/dist/src/util/
u_atomic.h 140 sizeof *(_v) == sizeof(__int64) ? InterlockedIncrement64 ((__int64 *)(_v)) : \
149 sizeof *(_v) == sizeof(__int64) ? InterlockedDecrement64 ((__int64 *)(_v)) : \
159 sizeof *(_v) == sizeof(__int64) ? InterlockedExchangeAdd64((__int64 *)(_v), (_i)) : \
166 sizeof *(_v) == sizeof(__int64) ? InterlockedCompareExchange64 ((__int64 *)(_v), (__int64)(_new), (__int64)(_old)) :
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/util/
u_atomic.h 133 sizeof *(_v) == sizeof(__int64) ? InterlockedIncrement64 ((__int64 *)(_v)) : \
142 sizeof *(_v) == sizeof(__int64) ? InterlockedDecrement64 ((__int64 *)(_v)) : \
149 sizeof *(_v) == sizeof(__int64) ? InterlockedExchangeAdd64((__int64 *)(_v), (_i)) : \
156 sizeof *(_v) == sizeof(__int64) ? InterlockedCompareExchange64 ((__int64 *)(_v), (__int64)(_new), (__int64)(_old)) :
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/KHR/
khrplatform.h 179 typedef __int64 khronos_int64_t;
180 typedef unsigned __int64 khronos_uint64_t;
  /xsrc/external/mit/MesaLib.old/dist/include/KHR/
khrplatform.h 173 typedef __int64 khronos_int64_t;
174 typedef unsigned __int64 khronos_uint64_t;
  /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
addrtypes.h 690 #define INT_64 __int64
691 #define UINT_64 unsigned __int64
702 #define INT_64 long long OR __int64
711 #define UINT_64 unsigned long long OR unsigned __int64
  /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
addrtypes.h 664 #define INT_64 __int64
665 #define UINT_64 unsigned __int64
676 #define INT_64 long long OR __int64
685 #define UINT_64 unsigned long long OR unsigned __int64
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
compiler-macros.h 77 #define FT_UINT_TO_POINTER( x ) (void *)(unsigned __int64)(x)
  /xsrc/external/mit/freetype/dist/src/raster/
ftmisc.h 87 typedef __int64 FT_Int64;
  /xsrc/external/mit/fontconfig/dist/src/
fcstat.c 55 typedef __int64 INT64;
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-port.h 1897 typedef __int64 BiggestInt;
2095 // We cannot rely on numeric_limits in STL, as __int64 and long long
2144 typedef __int64 Int;
2145 typedef unsigned __int64 UInt;
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-port.h 2237 typedef __int64 BiggestInt;
2436 // We cannot rely on numeric_limits in STL, as __int64 and long long
2485 typedef __int64 Int;
2486 typedef unsigned __int64 UInt;
  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glutint.h 37 __int64 val;
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glutint.h 55 __int64 val;
  /xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-internal-inl.h 1005 // MSVC and C++ Builder define __int64 instead of the standard long long.
1006 typedef unsigned __int64 BiggestConvertible;
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-internal-inl.h 982 // MSVC and C++ Builder define __int64 instead of the standard long long.
983 typedef unsigned __int64 BiggestConvertible;
  /xsrc/external/mit/MesaLib/dist/include/CL/
cl_platform.h 131 typedef signed __int64 cl_long;
132 typedef unsigned __int64 cl_ulong;
  /xsrc/external/mit/MesaLib/dist/include/GL/
glxext.h 696 typedef __int64 int64_t;
697 typedef unsigned __int64 uint64_t;
  /xsrc/external/mit/MesaLib.old/dist/include/CL/
cl_platform.h 176 typedef signed __int64 cl_long;
177 typedef unsigned __int64 cl_ulong;
  /xsrc/external/mit/MesaLib.old/dist/include/GL/
glxext.h 680 typedef __int64 int64_t;
681 typedef unsigned __int64 uint64_t;

Completed in 36 milliseconds

1 2