HomeSort by relevance Sort by last modified time
    Searched defs:Checksum (Results 126 - 150 of 242) sorted by null

1 2 3 4 56 7 8 910

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
VesaBiosExtensions.h 225 UINT8 Checksum;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
LegacyBiosMpTable.h 41 UINT8 Checksum;
51 UINT8 Checksum;
Acpi10.h 36 UINT8 Checksum;
297 UINT8 Checksum;
398 UINT8 Checksum;
Acpi20.h 80 UINT8 Checksum;
Acpi30.h 105 UINT8 Checksum;
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiFirmwareFile.h 29 /// The IntegrityCheck.Checksum.Header field is an 8-bit checksum of the file
30 /// header. The State and IntegrityCheck.Checksum.File fields are assumed
31 /// to be zero and the checksum is calculated such that the entire header sums to zero.
36 /// field is set to one, the IntegrityCheck.Checksum.File field is an 8-bit
37 /// checksum of the file data.
39 /// the IntegrityCheck.Checksum.File field must be initialized with a value of
40 /// 0xAA. The IntegrityCheck.Checksum.File field is valid any time the
44 } Checksum;
52 /// FFS_FIXED_CHECKSUM is the checksum value used when the
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ping.c 86 UINT16 Checksum;
147 Calculate the internet checksum (see RFC 1071).
152 @retval Checksum Returns the 16 bit ones complement of
693 Request->Checksum = 0;
723 Request->Checksum = (UINT16)(~NetAddChecksum (HeadSum, TempChecksum));
    [all...]
  /external/llvm/include/llvm/Support/
GCOV.h 235 : GCNOInitialized(false), Checksum(0), Functions(), RunCount(0),
239 uint32_t getChecksum() const { return Checksum; }
246 uint32_t Checksum;
288 uint32_t Checksum;
  /external/syslinux/dosutil/
eltorito.asm 77 Checksum dd -1
373 mov ax,-1 ;Init Checksum registers
378 ; so Calculate Checksum
388 xor ax,RPolyL ; Checksum with RPoly
397 pop di ;Checksum calculation complete
398 cmp bx,[Checksum+2] ;Has Checksum changed?
399 jne PriNew ;If Checksum Changed
401 cmp ax,[Checksum]
402 jne PriNew ;If Checksum Change
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 248 uint32_t getChecksum() const { return Checksum; }
256 uint32_t Checksum = 0;
300 uint32_t Checksum;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GCOV.h 248 uint32_t getChecksum() const { return Checksum; }
256 uint32_t Checksum = 0;
300 uint32_t Checksum;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GCOV.h 248 uint32_t getChecksum() const { return Checksum; }
256 uint32_t Checksum = 0;
300 uint32_t Checksum;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 248 uint32_t getChecksum() const { return Checksum; }
256 uint32_t Checksum = 0;
300 uint32_t Checksum;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GCOV.h 248 uint32_t getChecksum() const { return Checksum; }
256 uint32_t Checksum = 0;
300 uint32_t Checksum;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GCOV.h 248 uint32_t getChecksum() const { return Checksum; }
256 uint32_t Checksum = 0;
300 uint32_t Checksum;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
Acpi2_0.h 81 UINT8 Checksum;
Acpi3_0.h 71 UINT8 Checksum;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Acpi2_0.h 68 UINT8 Checksum;
Acpi3_0.h 77 UINT8 Checksum;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h 139 UINT16 Checksum;
152 UINT16 Checksum;
170 UINT16 Checksum;
191 UINT16 Checksum;
206 UINT16 Checksum;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PxeBaseCode.h 48 UINT16 Checksum;
    [all...]
  /external/syslinux/efi32/include/efi/
efiip.h 121 UINT16 Checksum;
efipxebc.h 83 UINT16 Checksum;
  /external/syslinux/efi64/include/efi/
efiip.h 121 UINT16 Checksum;
efipxebc.h 83 UINT16 Checksum;

Completed in 3000 milliseconds

1 2 3 4 56 7 8 910