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

  /external/llvm/test/MC/COFF/
cv-inline-linetable-infloop.s 46 .long 0 # PtrEnd
61 .long 0 # PtrEnd
cv-inline-linetable.s 90 # CHECK: PtrEnd: 0x0
111 # CHECK: PtrEnd: 0x0
cv-inline-linetable-unreachable.s 79 # CHECK: PtrEnd: 0x0
cv-def-range.s 64 .long 0 # PtrEnd
  /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/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/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumerator.c 1124 EFI_ACPI_END_TAG_DESCRIPTOR *PtrEnd;
    [all...]
  /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...]
  /external/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 93 W.printHex("PtrEnd", Block.Header.PtrEnd);
441 W.printHex("PtrEnd", InlineSite.Header.PtrEnd);
558 W.printHex("PtrEnd", Proc.Header.PtrEnd);
  /external/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 48 ulittle32_t PtrEnd;
440 ulittle32_t PtrEnd;
870 ulittle32_t PtrEnd;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 678 milliseconds