Home
last modified time | relevance | path

Searched defs:I (Results 1 – 25 of 40) sorted by relevance

12

/reactos/modules/rosapps/applications/sysutils/utils/sdkparse/
H A Diskeyword.cpp15 #define I(s) if ( ident == #s ) return true; in iskeyword() macro
/reactos/dll/opengl/mesa/
H A Dclip.c331 #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 Dlinetemp.h294 GLint I = i0 >> 8; variable
413 GLint I = i0 >> 8; variable
H A Dfixed.h46 #define IntToFixed(I) ((I) << FIXED_SHIFT) argument
H A Dpb.h105 #define PB_SET_INDEX( CTX, PB, I ) \ argument
139 #define PB_WRITE_CI_PIXEL( PB, X, Y, Z, I ) \ argument
H A Dget.c102 #define INT_TO_BOOL(I) ( (I)==0 ? GL_FALSE : GL_TRUE ) argument
H A Deval.c275 #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 Dcddata.h207 #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 Dcdprocs.h979 #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 Dcdstruc.h1831 #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 Dfxbugcheck.h24 #define Add2Ptr(P,I) ((PVOID)((PUCHAR)(P) + (I))) argument
/reactos/ntoskrnl/include/
H A Dntoskrnl.h118 #define Add2Ptr(P,I) ((PVOID)((PUCHAR)(P) + (I))) argument
/reactos/boot/freeldr/freeldr/arch/i386/pc98/
H A Dpc98video.c173 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 Dcomplex.h45 #define I _Complex_I macro
/reactos/dll/win32/winsta/
H A Dws.c33 PVOID I, in WinStationBroadcastSystemMessage()
139 PVOID I, in WinStationSendMessageA()
154 PVOID I, in WinStationSendMessageW()
382 PVOID I, in _WinStationCheckForApplicationName()
H A Dserver.c89 PVOID I, in _WinStationShadowTarget()
/reactos/hal/halx86/smp/i386/
H A Dspinup.c33 #define Add2Ptr(P,I) ((PVOID)((PUCHAR)(P) + (I))) argument
/reactos/sdk/lib/rtl/
H A Davltable.c286 IN ULONG I) in RtlGetElementGenericTableAvl()
H A Dgenerictable.c422 IN ULONG I) in RtlGetElementGenericTable()
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dmd5.c55 #define I(x, y, z) ((y) ^ ((x) | ~(z))) macro
/reactos/ntoskrnl/cache/
H A Dnewcc.h91 #define CcpFlushCache(M,F,L,I,D) _CcpFlushCache(M,F,L,I,D,__FILE__,__LINE__) argument
/reactos/sdk/include/xdk/
H A Dfsrtlfuncs.h1665 #define FsRtlInitPerStreamContext(PSC, O, I, FC) \ argument
/reactos/sdk/lib/3rdparty/freetype/src/truetype/
H A Dttinterp.c2971 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 Dfatprocs.h81 #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 Dstorahci.h149 UCHAR I :1; member
177 UCHAR I:1; member
205 UCHAR I :1; member
352 ULONG I : 1; member

12