HomeSort by relevance Sort by last modified time
    Searched refs:BAD_TABLE (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
BaseUefiDecompressLibInternals.h 34 #define BAD_TABLE - 1
128 @retval BAD_TABLE The table is corrupted.
167 @retval BAD_TABLE Table is corrupted.
BaseUefiDecompressLib.c 128 @retval BAD_TABLE The table is corrupted.
159 return (UINT16) BAD_TABLE;
176 return (UINT16) BAD_TABLE;
191 return (UINT16) BAD_TABLE;
333 @retval BAD_TABLE Table is corrupted.
358 return (UINT16) BAD_TABLE;
414 return (UINT16) BAD_TABLE;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
BaseUefiTianoCustomDecompressLibInternals.h 34 #define BAD_TABLE - 1
128 @retval BAD_TABLE The table is corrupted.
167 @retval BAD_TABLE Table is corrupted.
BaseUefiTianoCustomDecompressLib.c 120 @retval BAD_TABLE The table is corrupted.
172 return (UINT16) BAD_TABLE;
310 @retval BAD_TABLE Table is corrupted.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
BaseUefiDecompressLibInternals.h 25 #define BAD_TABLE - 1
119 @retval BAD_TABLE The table is corrupted.
158 @retval BAD_TABLE Table is corrupted.
BaseUefiDecompressLib.c 129 @retval BAD_TABLE The table is corrupted.
181 return (UINT16) BAD_TABLE;
320 @retval BAD_TABLE Table is corrupted.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Decompress.c 141 #define BAD_TABLE - 1
298 BAD_TABLE - The table is corrupted.
319 return (UINT16) BAD_TABLE;
336 return (UINT16) BAD_TABLE;
349 return (UINT16) BAD_TABLE;
509 BAD_TABLE - Table is corrupted.
524 return (UINT16) BAD_TABLE;
566 return (UINT16) BAD_TABLE;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.h 39 #define BAD_TABLE - 1
334 @retval BAD_TABLE The table is corrupted.
373 @retval BAD_TABLE Table is corrupted.
TianoCompress.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
Decompress.c 28 #define BAD_TABLE - 1
181 BAD_TABLE - The table is corrupted.
214 return (UINT16) BAD_TABLE;
368 BAD_TABLE - Table is corrupted.
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
TianoDecompress.c 29 #define BAD_TABLE - 1
183 BAD_TABLE - The table is corrupted.
220 return (UINT16) BAD_TABLE;
372 BAD_TABLE - Table is corrupted.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
Decompress.c 33 #define BAD_TABLE - 1
190 BAD_TABLE - The table is corrupted.
223 return (UINT16) BAD_TABLE;
376 BAD_TABLE - Table is corrupted.
  /external/vboot_reference/utility/
efidecompress.c 46 #define BAD_TABLE - 1
203 BAD_TABLE - The table is corrupted.
236 return (UINT16) BAD_TABLE;
390 BAD_TABLE - Table is corrupted.
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessStats.java 571 static final int[] BAD_TABLE = new int[0];
    [all...]

Completed in 333 milliseconds