Searched defs:DUMMY_ERROR (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.c66 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<= 8; code = (code << 8) | (*buf++); }
508 DUMMY_ERROR, /* unexpected end of input stream */ enumerator in enum:__anon10461
805 if (dummyRes == DUMMY_ERROR)
839 if (dummyRes == DUMMY_ERROR)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaDec.c47 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<= 8; code = (code << 8) | (*buf++); }
489 DUMMY_ERROR, /* unexpected end of input stream */ enumerator in enum:__anon10237
787 if (dummyRes == DUMMY_ERROR)
821 if (dummyRes == DUMMY_ERROR)

Completed in 48 milliseconds