HomeSort by relevance Sort by last modified time
    Searched defs:EndAddress (Results 1 - 25 of 57) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmCacheMaintenanceLib/
ArmCacheMaintenanceLib.c 33 UINTN EndAddress = (UINTN)Start + Length;
36 while (AlignedAddress < EndAddress) {
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 36 uint64_t EndAddress;
41 return (StartAddress == 0) && (EndAddress == 0);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 39 uint64_t EndAddress;
45 return (StartAddress == 0) && (EndAddress == 0);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 39 uint64_t EndAddress;
45 return (StartAddress == 0) && (EndAddress == 0);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 47 uint64_t EndAddress;
55 return (StartAddress == 0) && (EndAddress == 0);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 47 uint64_t EndAddress;
55 return (StartAddress == 0) && (EndAddress == 0);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 78 uint64_t EndAddress;
86 return (StartAddress == 0) && (EndAddress == 0);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 78 uint64_t EndAddress;
86 return (StartAddress == 0) && (EndAddress == 0);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 78 uint64_t EndAddress;
86 return (StartAddress == 0) && (EndAddress == 0);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 78 uint64_t EndAddress;
86 return (StartAddress == 0) && (EndAddress == 0);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 47 uint64_t EndAddress;
55 return (StartAddress == 0) && (EndAddress == 0);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 47 uint64_t EndAddress;
55 return (StartAddress == 0) && (EndAddress == 0);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 78 uint64_t EndAddress;
86 return (StartAddress == 0) && (EndAddress == 0);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 78 uint64_t EndAddress;
86 return (StartAddress == 0) && (EndAddress == 0);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 78 uint64_t EndAddress;
86 return (StartAddress == 0) && (EndAddress == 0);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h 78 uint64_t EndAddress;
86 return (StartAddress == 0) && (EndAddress == 0);
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyRegion.c 114 UINT32 EndAddress;
124 EndAddress = Start + Length - 1;
125 if ((Start < PAM_BASE_ADDRESS) || EndAddress > PAM_LIMIT_ADDRESS) {
175 if ((EndAddress >= mSectionArray[Index].Start) && (EndAddress < (mSectionArray[Index].Start + mSectionArray[Index].Length))) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
HwDebug.c 101 UINTN EndAddress;
116 for (EndAddress = Address + (Length * Width); Address < EndAddress; Address += Width) {
Command.c 609 UINT8 *EndAddress;
618 for (EndAddress = Address + Length; Address < EndAddress; Offset += Line) {
620 for (Line = 0; (Line < 0x10) && (Address < EndAddress);) {
621 Bytes = EndAddress - Address;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Page.c 660 UINTN EndAddress;
668 EndAddress = Address + EFI_PAGES_TO_SIZE (NumberOfPages);
672 if ((UINTN)Pages + EFI_PAGES_TO_SIZE (Pages->NumberOfPages) < EndAddress) {
675 return InternalAllocPagesOnOneNode (Pages, NumberOfPages, EndAddress);
    [all...]
  /external/llvm/include/llvm/Support/
Win64EH.h 71 support::ulittle32_t EndAddress;
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 221 // segment of \a DwarfSegmentSize size. \a EndAddress is updated to point at the
230 uint64_t &GapForDwarf, uint64_t &EndAddress) {
244 uint64_t PrevEndAddress = EndAddress;
245 EndAddress = alignTo(EndAddress, 0x1000);
246 if (GapForDwarf == UINT64_MAX && Segment.vmaddr > EndAddress &&
247 Segment.vmaddr - EndAddress >= DwarfSegmentSize)
248 GapForDwarf = EndAddress;
251 EndAddress =
448 uint64_t EndAddress = 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Win64EH.h 71 support::ulittle32_t EndAddress;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Win64EH.h 71 support::ulittle32_t EndAddress;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Win64EH.h 71 support::ulittle32_t EndAddress;

Completed in 622 milliseconds

1 2 3