Searched refs:INT32_MAX (Results 1 - 25 of 42) sorted by relevance

12

/vbox/src/VBox/Runtime/testcase/
H A DtstRand.cpp196 { INT32_MIN, INT32_MAX },
197 { INT32_MIN, INT32_MAX / 2 },
198 { -0x20000000, INT32_MAX },
199 { -0x10000000, INT32_MAX },
200 { -0x08000000, INT32_MAX },
201 { -0x00800000, INT32_MAX },
202 { -0x00080000, INT32_MAX },
203 { -0x00008000, INT32_MAX },
204 { -0x00000800, INT32_MAX },
205 { 2, INT32_MAX /
[all...]
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-compiler.h33 #ifndef INT32_MAX
34 # define INT32_MAX (2147483647) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Dint_limits.h50 #define INT32_MAX 0x7fffffff /* int32_t */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ia32/machine/
H A Dint_limits.h63 #define INT32_MAX 0x7fffffff /* int32_t */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dint_limits.h57 #define INT32_MAX 0x7fffffff /* int32_t */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/
H A Dint_limits.h57 #define INT32_MAX 0x7fffffff /* int32_t */ macro
/vbox/include/iprt/
H A Dstdint.h219 || !defined(INT32_MAX) \
231 # define INT32_MAX INT32_C(0x7fffffff) macro
H A Dtypes.h779 # define RTINTPTR_MAX INT32_MAX
989 # define RTHCINTPTR_MAX INT32_MAX
1014 # define RTR3INTPTR_MAX INT32_MAX
1039 # define RTR0INTPTR_MAX INT32_MAX
1475 #define RTRCINTPTR_MAX ((RTRCINTPTR)INT32_MAX)
/vbox/src/VBox/Runtime/common/rand/
H A Drandadv.cpp116 AssertPtrReturn(pThis, INT32_MAX);
117 AssertReturn(pThis->u32Magic == RTRANDINT_MAGIC, INT32_MAX);
129 AssertPtrReturn(pThis, INT32_MAX);
130 AssertReturn(pThis->u32Magic == RTRANDINT_MAGIC, INT32_MAX);
133 return pThis->pfnGetU32(pThis, 0, UINT32_MAX) + INT32_MAX;
H A Drandparkmiller.cpp49 * n = 2^31 - 1 = INT32_MAX
52 * This will produce numbers in the range [0..INT32_MAX-1], which is
59 /*uint32_t x2 = ((uint64_t)x1 * 16807) % INT32_MAX;*/
60 uint32_t x2 = ASMModU64ByU32RetU32(ASMMult2xU32RetU64(x1, 16807), INT32_MAX);
72 /* 30 + 2 bit (make up for the missing INT32_MAX value) */
84 else if (offLast == (uint32_t)INT32_MAX - 1)
/vbox/src/VBox/Runtime/common/misc/
H A Dgetopt.cpp486 if (pState->cNonOptions == INT32_MAX)
494 pState->cNonOptions = INT32_MAX;
523 pState->cNonOptions = INT32_MAX;
545 pState->cNonOptions = INT32_MAX;
718 const char *pszValue = pState->argv[iThis + (pState->cNonOptions != INT32_MAX ? pState->cNonOptions : 0)];
721 if (pState->cNonOptions && pState->cNonOptions != INT32_MAX)
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dvboxvideo.h323 return cbLine < INT32_MAX ? cbLine : INT32_MAX;
/vbox/src/VBox/Main/include/
H A DPerformance.h496 ULONG getMaxValue() { return INT32_MAX; };
514 ULONG getMaxValue() { return INT32_MAX; };
535 ULONG getMaxValue() { return INT32_MAX; };
582 ULONG getMaxValue() { return INT32_MAX; };
603 ULONG getMaxValue() { return INT32_MAX; };
651 ULONG getMaxValue() { return INT32_MAX; };
712 ULONG getMaxValue() { return INT32_MAX; };
734 ULONG getMaxValue() { return INT32_MAX; };
761 ULONG getMaxValue() { return INT32_MAX; };
803 ULONG getMaxValue() { return INT32_MAX; };
[all...]
/vbox/src/VBox/ImageMounter/VBoxFUSE/
H A DVBoxFUSE.cpp116 * Read only images will have this set to INT32_MAX/2 on creation. */
561 pNewFlatImage->cReaders = VDIsReadOnly(pNewFlatImage->pDisk) ? INT32_MAX / 2 : 0;
1062 if (pFlatImage->cReaders + 1 < ( pFlatImage->cReaders < INT32_MAX / 2
1063 ? INT32_MAX / 4
1064 : INT32_MAX / 2 + INT32_MAX / 4) )
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_init.c231 render_spu.contextTable = crAllocHashtableEx(1, INT32_MAX);
232 render_spu.windowTable = crAllocHashtableEx(1, INT32_MAX);
H A Drenderspu.h40 #define CR_RENDER_WINCMD_ID (INT32_MAX-2)
/vbox/src/VBox/Devices/Audio/
H A Dmixeng.c121 #define IN_MAX INT32_MAX
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dchromium.h85 #define CR_RENDER_DEFAULT_CONTEXT_ID (INT32_MAX-1)
86 #define CR_RENDER_DEFAULT_WINDOW_ID (INT32_MAX-1)
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dfakedri_drv.c407 if (offset>INT32_MAX || offset<INT32_MIN)
507 if (offset<=INT32_MAX && offset>=INT32_MIN)
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemrw-posix.cpp250 Assert(pThis->cWriterReads < INT32_MAX);
445 Assert(pThis->cWrites < INT32_MAX);
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dinitterm-r0drv-nt.cpp343 int32_t iBestDelta = INT32_MAX;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h7 INT32_MAX, etc. */
114 #if (defined INT32_MAX || defined int32_t)
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h20 INT32_MAX, etc. */
127 #if (defined INT32_MAX || defined int32_t)
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-integer.cpp183 AssertReturn(pThis->Asn1Core.cb < (uint32_t)INT32_MAX / 8, -1);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddisplay.cpp320 if (iDisplay > INT32_MAX)

Completed in 267 milliseconds

12