/reactos/modules/rosapps/applications/sysutils/utils/sdkparse/ |
H A D | iskeyword.cpp | 15 #define I(s) if ( ident == #s ) return true; in iskeyword() macro
|
/reactos/dll/opengl/mesa/ |
H A D | clip.c | 331 #define X(I) coord[I][0] in gl_viewclip_line() argument 332 #define Y(I) coord[I][1] in gl_viewclip_line() argument 333 #define Z(I) coord[I][2] in gl_viewclip_line() argument 334 #define W(I) coord[I][3] in gl_viewclip_line() argument 553 #define X(I) coord[I][0] in gl_viewclip_polygon() argument 554 #define Y(I) coord[I][1] in gl_viewclip_polygon() argument 555 #define Z(I) coord[I][2] in gl_viewclip_polygon() argument 556 #define W(I) coord[I][3] in gl_viewclip_polygon() argument
|
H A D | linetemp.h | 294 GLint I = i0 >> 8; variable 413 GLint I = i0 >> 8; variable
|
H A D | fixed.h | 46 #define IntToFixed(I) ((I) << FIXED_SHIFT) argument
|
H A D | pb.h | 105 #define PB_SET_INDEX( CTX, PB, I ) \ argument 139 #define PB_WRITE_CI_PIXEL( PB, X, Y, Z, I ) \ argument
|
H A D | get.c | 102 #define INT_TO_BOOL(I) ( (I)==0 ? GL_FALSE : GL_TRUE ) argument
|
H A D | eval.c | 275 #define CN(I,J,K) cn[(I)*uinc+(J)*dim+(K)] in de_casteljau_surf() argument 276 #define DCN(I, J) dcn[(I)*dcuinc+(J)] in de_casteljau_surf() argument 2389 #define I_TO_U( I, U ) \ in gl_EvalMesh2() argument
|
/reactos/drivers/filesystems/cdfs/ |
H A D | cddata.h | 207 #define ASSERT_IRP(I) ASSERT_STRUCT( (I), IO_TYPE_IRP ) argument 208 #define ASSERT_OPTIONAL_IRP(I) ASSERT_OPTIONAL_STRUCT( (I), IO_TYPE_IRP ) argument 250 #define ASSERT_IRP(I) { NOTHING; } argument 251 #define ASSERT_OPTIONAL_IRP(I) { NOTHING; } argument
|
H A D | cdprocs.h | 979 #define CdAcquireVcbExclusive(IC,V,I) \ argument 982 #define CdAcquireVcbShared(IC,V,I) \ argument 1006 #define CdAcquireFcbExclusive(IC,F,I) \ argument 1009 #define CdAcquireFcbShared(IC,F,I) \ argument 1811 #define AssertVerifyDeviceIrp(I) argument 2001 #define CanFsdWait(I) IoIsOperationSynchronous(I) argument
|
H A D | cdstruc.h | 1831 #define CdQueryFidDirentOffset(I) ((I).LowPart & ~FID_DIR_MASK) argument 1832 #define CdQueryFidPathTableOffset(I) ((I).HighPart) argument 1833 #define CdSetFidDirentOffset(I,D) ((I).LowPart = D) argument 1834 #define CdSetFidPathTableOffset(I,P) ((I).HighPart = P) argument 1835 #define CdFidIsDirectory(I) FlagOn( (I).LowPart, FID_DIR_MASK ) argument 1836 #define CdFidSetDirectory(I) SetFlag( (I).LowPart, FID_DIR_MASK ) argument 1838 #define CdSetFidFromParentAndDirent(I,F,D) { \ argument
|
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/ |
H A D | fxbugcheck.h | 24 #define Add2Ptr(P,I) ((PVOID)((PUCHAR)(P) + (I))) argument
|
/reactos/ntoskrnl/include/ |
H A D | ntoskrnl.h | 118 #define Add2Ptr(P,I) ((PVOID)((PUCHAR)(P) + (I))) argument
|
/reactos/boot/freeldr/freeldr/arch/i386/pc98/ |
H A D | pc98video.c | 173 USHORT I = (Attr & 0x80) ? 0xFFFF : 0; in Pc98VideoClearScreen() local 322 UCHAR I = (Attr & 0x80) ? 0xFF : 0; in Pc98VideoPutChar() local
|
/reactos/sdk/include/crt/ |
H A D | complex.h | 45 #define I _Complex_I macro
|
/reactos/dll/win32/winsta/ |
H A D | ws.c | 33 PVOID I, in WinStationBroadcastSystemMessage() 139 PVOID I, in WinStationSendMessageA() 154 PVOID I, in WinStationSendMessageW() 382 PVOID I, in _WinStationCheckForApplicationName()
|
H A D | server.c | 89 PVOID I, in _WinStationShadowTarget()
|
/reactos/hal/halx86/smp/i386/ |
H A D | spinup.c | 33 #define Add2Ptr(P,I) ((PVOID)((PUCHAR)(P) + (I))) argument
|
/reactos/sdk/lib/rtl/ |
H A D | avltable.c | 286 IN ULONG I) in RtlGetElementGenericTableAvl()
|
H A D | generictable.c | 422 IN ULONG I) in RtlGetElementGenericTable()
|
/reactos/sdk/lib/3rdparty/freetype/src/base/ |
H A D | md5.c | 55 #define I(x, y, z) ((y) ^ ((x) | ~(z))) macro
|
/reactos/ntoskrnl/cache/ |
H A D | newcc.h | 91 #define CcpFlushCache(M,F,L,I,D) _CcpFlushCache(M,F,L,I,D,__FILE__,__LINE__) argument
|
/reactos/sdk/include/xdk/ |
H A D | fsrtlfuncs.h | 1665 #define FsRtlInitPerStreamContext(PSC, O, I, FC) \ argument
|
/reactos/sdk/lib/3rdparty/freetype/src/truetype/ |
H A D | ttinterp.c | 2971 FT_ULong I = (FT_ULong)args[0]; in Ins_RS() local 3017 FT_ULong I = (FT_ULong)args[0]; in Ins_WS() local 3040 FT_ULong I = (FT_ULong)args[0]; in Ins_WCVTP() local 3063 FT_ULong I = (FT_ULong)args[0]; in Ins_WCVTF() local 3086 FT_ULong I = (FT_ULong)args[0]; in Ins_RCVT() local 5305 FT_UShort I, K, L; in Ins_FLIPRGON() local 5343 FT_UShort I, K, L; in Ins_FLIPRGOFF() local
|
/reactos/drivers/filesystems/fastfat/ |
H A D | fatprocs.h | 81 #define Add2Ptr(P,I) ((PVOID)((PUCHAR)(P) + (I))) argument 2169 #define FatNotifyReportChange(I,V,F,FL,A) { … argument
|
/reactos/drivers/storage/port/storahci/ |
H A D | storahci.h | 149 UCHAR I :1; member 177 UCHAR I:1; member 205 UCHAR I :1; member 352 ULONG I : 1; member
|