/reactos/drivers/filesystems/fs_rec/ |
H A D | ffs.h | 60 INT64 cs_ndir; /* number of directories */ 61 INT64 cs_nbfree; /* number of free blocks */ 62 INT64 cs_nifree; /* number of free inodes */ 63 INT64 cs_nffree; /* number of free frags */ 64 INT64 cs_spare[4]; /* future expansion */ 151 INT64 fs_time; /* last time written */ 152 INT64 fs_size; /* number of blocks in fs */ 153 INT64 fs_dsize; /* number of data blocks in fs */ 154 INT64 fs_csaddr; /* blk addr of cyl grp summary area */ 169 INT64 fs_qbmask; /* ~fs_bmask for use with 64-bit size */ [all …]
|
/reactos/sdk/include/reactos/wine/ |
H A D | wglext.h | 657 extern BOOL WINAPI wglGetSyncValuesOML (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc); 659 extern INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder… 660 extern INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divis… 661 …OL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust,… 662 extern BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc); 664 typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc); 666 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT… 667 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc,… 668 …* PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust,… 669 …ef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT…
|
/reactos/sdk/include/psdk/ |
H A D | srrestoreptapi.h | 47 INT64 llSequenceNumber; 54 INT64 llSequenceNumber; 60 INT64 llSequenceNumber;
|
H A D | sqltypes.h | 42 typedef INT64 SQLLEN;
|
H A D | basetsd.h | 184 typedef __int64 INT64, *PINT64; typedef
|
H A D | rpcndr.h | 117 typedef INT64 hyper;
|
H A D | intsafe.h | 92 typedef signed long long INT64; typedef
|
/reactos/boot/environ/include/efi/ |
H A D | ProcessorBind.h | 112 typedef __int64 INT64; typedef 159 typedef signed long long INT64; typedef 221 typedef INT64 INTN;
|
H A D | Base.h | 54 VERIFY_SIZE_OF(INT64, 8);
|
/reactos/dll/3rdparty/libtirpc/tirpc/rpc/ |
H A D | types.h | 72 typedef INT64 int64_t; 85 typedef INT64 quad_t;
|
/reactos/drivers/bus/acpi/acpica/utilities/ |
H A D | utprint.c | 329 if ((INT64) Number < 0) in AcpiUtFormatNumber() 332 Number = - (INT64) Number; in AcpiUtFormatNumber() 673 Number = (INT64) Number; in vsnprintf()
|
/reactos/win32ss/gdi/eng/ |
H A D | math.c | 31 INT64 i64Multiplied, i64Result; in EngMulDiv()
|
/reactos/dll/win32/wbemprox/ |
H A D | table.c | 68 return sizeof(INT64); in get_type_size() 142 *val = *(const INT64 *)ptr; in get_value() 257 *(INT64 *)ptr = val; in set_value()
|
/reactos/dll/win32/mscoree/ |
H A D | mscoree_main.c | 628 INT64 WINAPI ND_RI8( const void *ptr, INT offset ) in ND_RI8() 630 return *(const INT64 *)((const BYTE *)ptr + offset); in ND_RI8() 648 void WINAPI ND_WI8( void *ptr, INT offset, INT64 val ) in ND_WI8() 650 *(INT64 *)((BYTE *)ptr + offset) = val; in ND_WI8()
|
/reactos/drivers/bus/acpi/acpica/include/ |
H A D | actypes.h | 132 typedef COMPILER_DEPENDENT_INT64 INT64; typedef 163 typedef INT64 ACPI_NATIVE_INT; 481 #define ACPI_TIME_AFTER(a, b) ((INT64)((b) - (a)) < 0)
|
/reactos/sdk/include/reactos/idl/ |
H A D | lsa.idl | 287 INT64 PagedPoolLimit; 288 INT64 NonPagedPoolLimit; 289 INT64 MinimumWorkingSetSize; 290 INT64 MaximumWorkingSetSize; 291 INT64 PagefileLimit;
|
H A D | ms-dtyp.idl | 22 typedef signed __int64 INT64;
|
/reactos/drivers/network/tcpip/tcpip/ |
H A D | icmp.c | 18 INT64 StartTicks; 161 INT64 CurrentTime; in ReceiveDatagram()
|
/reactos/drivers/storage/partmgr/ |
H A D | partmgr.h | 29 INT64 DiskSize;
|
/reactos/base/applications/calc/ |
H A D | calc.h | 127 INT64 i;
|
/reactos/sdk/include/host/ |
H A D | typedefs.h | 68 typedef int64_t LONGLONG, LONG64, INT64; typedef
|
/reactos/drivers/storage/port/scsiport/ |
H A D | scsiport.c | 1006 ALIGN_UP(HwInitializationData->SpecificLuExtensionSize, INT64); in ScsiPortInitialize() 1008 ALIGN_UP(HwInitializationData->SrbExtensionSize, INT64); in ScsiPortInitialize() 1039 PortConfigSize = ALIGN_UP(PortConfigSize, INT64); in ScsiPortInitialize() 1070 PortConfig->AccessRanges = ALIGN_UP_POINTER(PortConfig + 1, INT64); in ScsiPortInitialize() 1165 DeviceExtension->SrbExtensionSize = ALIGN_UP(PortConfig->SrbExtensionSize, INT64); in ScsiPortInitialize()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | region.c | 3628 INT64 asq, bsq, dx, dy, err; in NtGdiCreateRoundRectRgn() 3674 asq = (INT64)8 * a * a; in NtGdiCreateRoundRectRgn() 3675 bsq = (INT64)8 * b * b; in NtGdiCreateRoundRectRgn() 3676 dx = (INT64)4 * b * b * (1 - a); in NtGdiCreateRoundRectRgn() 3677 dy = (INT64)4 * a * a * (1 + (b % 2)); in NtGdiCreateRoundRectRgn() 3688 INT64 e2 = 2 * err; in NtGdiCreateRoundRectRgn()
|
/reactos/dll/directx/wine/wined3d/ |
H A D | resource.c | 248 adapter_adjust_memory(resource->device->adapter, (INT64)0 - resource->size); in resource_cleanup()
|
/reactos/sdk/include/ndk/amd64/ |
H A D | ketypes.h | 640 INT64 RequestSummary;
|