HomeSort by relevance Sort by last modified time
    Searched defs:PtrEnd (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/
IncompatiblePciDeviceSupport.c 262 EFI_ACPI_END_TAG_DESCRIPTOR *PtrEnd;
365 PtrEnd = (EFI_ACPI_END_TAG_DESCRIPTOR *) (AcpiPtr);
366 PtrEnd->Desc = ACPI_END_TAG_DESCRIPTOR;
367 PtrEnd->Checksum = 0;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBios.c 225 UINT8 *PtrEnd;
344 PtrEnd = Ptr + Table->TableLength;
345 for (CheckSum = 0; Ptr < PtrEnd; Ptr++) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
ParseUpdateProfile.c 44 UINTN PtrEnd;
47 PtrEnd = (UINTN)Buffer + BufferSize;
52 while ((UINTN)PtrBuf < PtrEnd) {
59 if ((UINTN)PtrBuf >= (PtrEnd - 1)) {
103 UINT8 *PtrEnd;
131 PtrEnd = PtrBuf;
137 while (PtrBuf <= PtrEnd) {
153 *BufferSize = (UINTN)PtrEnd - (UINTN)PtrBuf + 1;
159 while (PtrBuf <= PtrEnd) {
320 UINT8 *PtrEnd;
    [all...]
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
IniParsingLib.c 353 UINTN PtrEnd;
356 PtrEnd = (UINTN)Buffer + BufferSize;
361 while ((UINTN)PtrBuf < PtrEnd) {
368 if ((UINTN)PtrBuf >= (PtrEnd - 1)) {
412 UINT8 *PtrEnd;
440 PtrEnd = PtrBuf;
446 while (PtrBuf <= PtrEnd) {
462 *BufferSize = (UINTN)PtrEnd - (UINTN)PtrBuf + 1;
468 while (PtrBuf <= PtrEnd) {
541 UINT8 *PtrEnd;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumerator.c 1124 EFI_ACPI_END_TAG_DESCRIPTOR *PtrEnd;
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 48 ulittle32_t PtrEnd;
440 ulittle32_t PtrEnd;
870 ulittle32_t PtrEnd;
    [all...]

Completed in 181 milliseconds