Searched defs:UINT8_MAX (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Ia32/
H A DProcessorBind.h105 #define UINT8_MAX 0xff macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/X64/
H A DProcessorBind.h124 #if !defined(UINT8_MAX) || !defined(VBOX) /* collides with iprt/stdint.h */
125 #define UINT8_MAX 0xff macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Dint_limits.h54 #define UINT8_MAX 0xff /* uint8_t */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ia32/machine/
H A Dint_limits.h67 #define UINT8_MAX 0xffU /* uint8_t */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dint_limits.h61 #define UINT8_MAX 0xffU /* uint8_t */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/
H A Dint_limits.h61 #define UINT8_MAX 0xffU /* uint8_t */ macro
/vbox/include/iprt/
H A Dstdint.h221 || !defined(UINT8_MAX) \
233 # define UINT8_MAX UINT8_C(0xff) macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiCompress.c33 #undef UINT8_MAX macro
35 #define UINT8_MAX 0xff macro
45 #define MAX_HASH_VAL (3 * WNDSIZ + (WNDSIZ / 512 + 1) * UINT8_MAX)
54 #define NC (UINT8_MAX + MAXMATCH + 2 - THRESHOLD)
257 mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1],mCCode[NC],
423 mLevel = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mLevel));
424 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mChildCount));
425 mPosition = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mPosition));
509 for (i = WNDSIZ; i <= WNDSIZ + UINT8_MAX; i++) {
914 Output(LastMatchLen + (UINT8_MAX
[all...]
H A DTianoCompress.c31 #undef UINT8_MAX macro
33 #define UINT8_MAX 0xff macro
44 #define MAX_HASH_VAL (3 * WNDSIZ + (WNDSIZ / 512 + 1) * UINT8_MAX)
52 #define NC (UINT8_MAX + MAXMATCH + 2 - THRESHOLD)
265 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], mCrcTable[UINT8_MAX + 1],
432 mLevel = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mLevel));
433 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount));
434 mPosition = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mPosition));
525 for (Index = WNDSIZ; Index <= WNDSIZ + UINT8_MAX; Index++) {
986 LastMatchLen + (UINT8_MAX
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c30 #define UINT8_MAX 0xff macro
41 #define MAX_HASH_VAL (3 * WNDSIZ + (WNDSIZ / 512 + 1) * UINT8_MAX)
49 #define NC (UINT8_MAX + MAXMATCH + 2 - THRESHOLD)
109 STATIC UINT16 mCrcTable[UINT8_MAX + 1];
141 for (LoopVar1 = 0; LoopVar1 <= UINT8_MAX; LoopVar1++) {
196 mLevel = AllocateZeroPool ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mLevel));
197 mChildCount = AllocateZeroPool ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount));
198 mPosition = AllocateZeroPool ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mPosition));
250 SetMem (mLevel + WNDSIZ, (UINT8_MAX + 1) * sizeof (UINT8), 1);
251 SetMem (mPosition + WNDSIZ, (UINT8_MAX
[all...]
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv-dtrace.cpp50 # undef UINT8_MAX macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c38 #undef UINT8_MAX macro
39 #define UINT8_MAX 0xff macro
50 #define MAX_HASH_VAL (3 * WNDSIZ + (WNDSIZ / 512 + 1) * UINT8_MAX)
58 //#define NC (UINT8_MAX + MAXMATCH + 2 - THRESHOLD)
82 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], mCrcTable[UINT8_MAX + 1],
254 mLevel = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mLevel));
255 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount));
256 mPosition = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mPosition));
347 for (Index = WNDSIZ; Index <= WNDSIZ + UINT8_MAX; Index++) {
808 LastMatchLen + (UINT8_MAX
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dwlan_compat.h243 #define UINT8_MAX (0xffUL) macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c78 #ifndef UINT8_MAX
79 #define UINT8_MAX (255U) macro
997 # undef UINT8_MAX macro
/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py45 UINT8_MAX = 0xff variable
266 uMask = UINT8_MAX;
285 uMask = UINT8_MAX;
473 auRet += [ UINT8_MAX / 2, UINT8_MAX / 2 + 1, UINT8_MAX ];
922 return (uCur & 0xffffffffffffff00) | (uInput & UINT8_MAX);
1110 uOp2Val = iDivisor & UINT8_MAX;
1117 uAXResult = (iQuotient & UINT8_MAX) | ((iReminder & UINT8_MAX) <<
[all...]

Completed in 906 milliseconds