Searched refs:USHORT_MAX (Results 1 – 10 of 10) sorted by relevance
/reactos/modules/rostests/apitests/rtl/ |
H A D | RtlIntSafe.c | 41 …TEST_CONVERSION(ULong, ULONG, UShort, USHORT, uint, USHORT_MAX, USHORT_MAX, STATUS_SUC… in START_TEST() 42 …TEST_CONVERSION(ULong, ULONG, UShort, USHORT, uint, USHORT_MAX + 1, (USHORT)-1, STATUS_INT… in START_TEST() 70 …TEST_CONVERSION(Long, LONG, UShort, USHORT, uint, USHORT_MAX, USHORT_MAX, STATUS_SUC… in START_TEST() 71 …TEST_CONVERSION(Long, LONG, UShort, USHORT, uint, USHORT_MAX + 1, (USHORT)-1, STATUS_INT… in START_TEST()
|
/reactos/sdk/lib/drivers/wdf/shared/core/ |
H A D | fxmemorybuffer.cpp | 95 ASSERT(BufferSize <= USHORT_MAX); in FxMemoryBuffer() 140 ASSERT(BufferSize <= USHORT_MAX); in FxMemoryBuffer()
|
/reactos/drivers/storage/class/classpnp/ |
H A D | clntirp.c | 209 if ((idleInterval < CLASS_IDLE_INTERVAL_MIN) || (idleInterval > USHORT_MAX)) { in ClasspInitializeIdleTimer() 234 activeIdleIoMax = min(activeIdleIoMax, USHORT_MAX); in ClasspInitializeIdleTimer()
|
H A D | class.c | 3003 ULONG cdb10MaxBlocks = ((ULONG)USHORT_MAX) << fdoExt->SectorShift; in ClassReadDriveCapacity()
|
/reactos/sdk/lib/drivers/wdf/shared/core/km/ |
H A D | fxdevicekm.cpp | 574 else if (length > USHORT_MAX) { in CreateSymbolicLink() 580 GetHandle(), length, USHORT_MAX, status); in CreateSymbolicLink()
|
/reactos/sdk/lib/drivers/wdf/shared/support/um/ |
H A D | fxtelemetryum.cpp | 336 if (length == 0 || length > USHORT_MAX) { in GetImageName()
|
/reactos/sdk/lib/drivers/wdf/shared/support/ |
H A D | fxregistryapi.cpp | 999 if (dataLength <= USHORT_MAX) { in __drv_maxIRQL() 1040 Key, dataLength, USHORT_MAX, status); in __drv_maxIRQL()
|
/reactos/sdk/lib/cmlib/ |
H A D | cmlib.h | 71 #define USHORT_MAX USHRT_MAX macro
|
/reactos/sdk/include/psdk/ |
H A D | intsafe.h | 147 #define USHORT_MAX 0xffff /* 65535U */ macro
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | freetype.c | 4200 EmHeight = min(EmHeight, USHORT_MAX); in IntRequestFontSize()
|