/device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/ |
D | MMCHS.h | 54 UINT32 CRC; // CRC7 checksum [7:1] member 66 UINT8 CRC: 7; // CRC [7:1] member 111 UINT8 CRC: 7; // CRC [7:1] member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | zipfile.py | 324 CRC = compress_size = file_size = 0 326 CRC = self.CRC 346 self.compress_type, dostime, dosdate, CRC, 503 self._expected_crc = zipinfo.CRC 798 x.CRC, x.compress_size, x.file_size) = centdir[1:12] 932 check_byte = (zinfo.CRC >> 24) & 0xff 1060 zinfo.CRC = 0 1068 zinfo.CRC = CRC = 0 1082 CRC = crc32(buf, CRC) & 0xffffffff 1094 zinfo.CRC = CRC [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | zipfile.py | 336 CRC = compress_size = file_size = 0 338 CRC = self.CRC 363 self.compress_type, dostime, dosdate, CRC, 550 self._expected_crc = zipinfo.CRC 850 x.CRC, x.compress_size, x.file_size) = centdir[1:12] 1005 check_byte = (zinfo.CRC >> 24) & 0xff 1152 zinfo.CRC = 0 1161 zinfo.CRC = CRC = 0 1178 CRC = crc32(buf, CRC) & 0xffffffff 1190 zinfo.CRC = CRC [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/ |
D | DxeCrc32GuidedSectionExtractLib.uni | 8 // It uses UEFI boot service CalculateCrc32 to authenticate 32 bit CRC value. 24 … and extracts raw data. It uses UEFI boot service CalculateCrc32 to authenticate 32 bit CRC value."
|
D | DxeCrc32GuidedSectionExtractLib.inf | 8 # It uses UEFI boot service CalculateCrc32 to authenticate 32 bit CRC value.
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/ |
D | MMC.h | 129 UINT8 CRC: 7; // CRC7 checksum member 141 UINT8 CRC: 7; // CRC [7:1] member
|
D | SDCard.h | 65 UINT8 CRC: 7; // CRC [7:1] member
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/ |
D | SdCard.h | 76 UINT8 CRC: 7; // CRC [7:1] member
|
D | Mmc.h | 141 UINT8 CRC: 7; // CRC7 checksum member 153 UINT8 CRC: 7; // CRC [7:1] member
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/ |
D | Mmc.h | 106 UINT32 CRC; // CRC7 checksum [7:1] member 118 UINT8 CRC: 7; // CRC [7:1] member
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-sdk.txt | 22 XZ format provides additional features: SHA/CRC check, filters for 116 Asm/ - asm files (optimized code for CRC calculation and Intel-AES encryption)
|
D | lzma-history.txt | 91 - Speed optimization in CRC code for big-endian CPUs.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-sdk.txt | 22 XZ format provides additional features: SHA/CRC check, filters for 116 Asm/ - asm files (optimized code for CRC calculation and Intel-AES encryption)
|
D | lzma-history.txt | 91 - Speed optimization in CRC code for big-endian CPUs.
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/ |
D | lzma-sdk.txt | 22 XZ format provides additional features: SHA/CRC check, filters for 116 Asm/ - asm files (optimized code for CRC calculation and Intel-AES encryption)
|
D | lzma-history.txt | 91 - Speed optimization in CRC code for big-endian CPUs.
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR64.patch | 26 Library/CRC.c | 2 +- 27 Library/CRC.h | 4 +- 861 diff --git a/Library/CRC.c b/Library/CRC.c 863 --- a/Library/CRC.c 864 +++ b/Library/CRC.c 874 diff --git a/Library/CRC.h b/Library/CRC.h 876 --- a/Library/CRC.h 877 +++ b/Library/CRC.h 1040 #include "CRC.h" 2008 - Library\CRC.c [all …]
|
D | ShellR33.patch | 2711 diff --ignore-file-name-case -Naur ShellR33/Library/CRC.c GccShellR33/Library/CRC.c 2712 --- ShellR33/Library/CRC.c 2005-08-23 00:16:36.000000000 -0700 2713 +++ GccShellR33/Library/CRC.c 2009-09-22 19:19:20.000000000 -0700 2723 diff --ignore-file-name-case -Naur ShellR33/Library/CRC.h GccShellR33/Library/CRC.h 2724 --- ShellR33/Library/CRC.h 2005-08-23 00:16:36.000000000 -0700 2725 +++ GccShellR33/Library/CRC.h 2009-11-05 13:49:56.000000000 -0800 2826 #include "CRC.h" 7221 - Library\CRC.c 7245 + Library/CRC.c 8027 - Library\CRC.c [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | ChangeLog | 518 - use const for the CRC table (Ken Raeburn)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | ChangeLog | 1135 - use const for the CRC table (Ken Raeburn)
|