HomeSort by relevance Sort by last modified time
    Searched refs:EndIndex (Results 1 - 25 of 30) sorted by null

1 2

  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
CpuMmuCommon.c 21 (from StartIndex to EndIndex) that contains the memory range
29 @param EndIndex End index into the Gcd Memory Space Map.
42 OUT UINTN *EndIndex
48 *EndIndex = 0;
56 *EndIndex = Index;
92 UINTN EndIndex;
115 &EndIndex
124 for (Index = StartIndex; Index <= EndIndex; Index++) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
Performance.c 40 UINTN EndIndex;
46 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++)
55 EndIndex = Index;
60 for (Index = StartIndex; Index < EndIndex; Index++) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 43 /// If EndIndex is non-zero, then S is a CompoundStmt and this StmtSequence
45 /// [StartIndex, EndIndex).
47 unsigned EndIndex;
61 /// \param EndIndex The exclusive end index in the children array of \p Stmt.
63 unsigned EndIndex);
101 return EndIndex - StartIndex;
120 bool holdsSequence() const { return EndIndex != 0; }
137 return std::tie(S, StartIndex, EndIndex) ==
138 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
142 return std::tie(S, StartIndex, EndIndex) !
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 43 /// If EndIndex is non-zero, then S is a CompoundStmt and this StmtSequence
45 /// [StartIndex, EndIndex).
47 unsigned EndIndex;
61 /// \param EndIndex The exclusive end index in the children array of \p Stmt.
63 unsigned EndIndex);
101 return EndIndex - StartIndex;
120 bool holdsSequence() const { return EndIndex != 0; }
137 return std::tie(S, StartIndex, EndIndex) ==
138 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
142 return std::tie(S, StartIndex, EndIndex) !
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 43 /// If EndIndex is non-zero, then S is a CompoundStmt and this StmtSequence
45 /// [StartIndex, EndIndex).
47 unsigned EndIndex;
61 /// \param EndIndex The exclusive end index in the children array of \p Stmt.
63 unsigned EndIndex);
101 return EndIndex - StartIndex;
120 bool holdsSequence() const { return EndIndex != 0; }
137 return std::tie(S, StartIndex, EndIndex) ==
138 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
142 return std::tie(S, StartIndex, EndIndex) !
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 43 /// If EndIndex is non-zero, then S is a CompoundStmt and this StmtSequence
45 /// [StartIndex, EndIndex).
47 unsigned EndIndex;
61 /// \param EndIndex The exclusive end index in the children array of \p Stmt.
63 unsigned EndIndex);
101 return EndIndex - StartIndex;
120 bool holdsSequence() const { return EndIndex != 0; }
137 return std::tie(S, StartIndex, EndIndex) ==
138 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
142 return std::tie(S, StartIndex, EndIndex) !
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 43 /// If EndIndex is non-zero, then S is a CompoundStmt and this StmtSequence
45 /// [StartIndex, EndIndex).
47 unsigned EndIndex;
61 /// \param EndIndex The exclusive end index in the children array of \p Stmt.
63 unsigned EndIndex);
101 return EndIndex - StartIndex;
120 bool holdsSequence() const { return EndIndex != 0; }
137 return std::tie(S, StartIndex, EndIndex) ==
138 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
142 return std::tie(S, StartIndex, EndIndex) !
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 43 /// If EndIndex is non-zero, then S is a CompoundStmt and this StmtSequence
45 /// [StartIndex, EndIndex).
47 unsigned EndIndex;
61 /// \param EndIndex The exclusive end index in the children array of \p Stmt.
63 unsigned EndIndex);
101 return EndIndex - StartIndex;
120 bool holdsSequence() const { return EndIndex != 0; }
137 return std::tie(S, StartIndex, EndIndex) ==
138 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
142 return std::tie(S, StartIndex, EndIndex) !
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 43 /// If EndIndex is non-zero, then S is a CompoundStmt and this StmtSequence
45 /// [StartIndex, EndIndex).
47 unsigned EndIndex;
61 /// \param EndIndex The exclusive end index in the children array of \p Stmt.
63 unsigned EndIndex);
101 return EndIndex - StartIndex;
120 bool holdsSequence() const { return EndIndex != 0; }
137 return std::tie(S, StartIndex, EndIndex) ==
138 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
142 return std::tie(S, StartIndex, EndIndex) !
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 43 /// If EndIndex is non-zero, then S is a CompoundStmt and this StmtSequence
45 /// [StartIndex, EndIndex).
47 unsigned EndIndex;
61 /// \param EndIndex The exclusive end index in the children array of \p Stmt.
63 unsigned EndIndex);
101 return EndIndex - StartIndex;
120 bool holdsSequence() const { return EndIndex != 0; }
137 return std::tie(S, StartIndex, EndIndex) ==
138 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
142 return std::tie(S, StartIndex, EndIndex) !
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmPerformance.c 42 UINTN EndIndex;
48 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++)
57 EndIndex = Index;
62 for (Index = StartIndex; Index < EndIndex; Index++) {
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DpUtilities.c 157 UINTN EndIndex;
165 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++)
173 EndIndex = IndexA;
178 for (IndexA = StartIndex; IndexA < EndIndex; IndexA++) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DpUtilities.c 143 UINTN EndIndex;
151 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++)
159 EndIndex = IndexA;
164 for (IndexA = StartIndex; IndexA < EndIndex; IndexA++) {
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
Performance.c 40 UINTN EndIndex;
46 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++)
55 EndIndex = Index;
60 for (Index = StartIndex; Index < EndIndex; Index++) {
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuDxe.c 501 (from StartIndex to EndIndex) that contains the memory range
509 @param EndIndex End index into the Gcd Memory Space Map.
522 OUT UINTN *EndIndex
528 *EndIndex = 0;
536 *EndIndex = Index;
571 UINTN EndIndex;
584 &EndIndex
593 for (Index = StartIndex; Index <= EndIndex; Index++) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Nv.c 144 UINTN EndIndex;
151 EndIndex = BeginIndex;
199 StrTemp = AllocateZeroPool((EndIndex - BeginIndex + 1) * sizeof(CHAR16));
207 CopyMem (StrTemp, Str + BeginIndex, (EndIndex - BeginIndex) * sizeof(CHAR16));
208 *(StrTemp + (EndIndex - BeginIndex)) = L'\0';
218 BeginIndex = EndIndex;
225 EndIndex++;
228 EndIndex++;
236 StrTemp = AllocateZeroPool((EndIndex - BeginIndex + 1) * sizeof(CHAR16));
244 CopyMem (StrTemp, Str + BeginIndex, (EndIndex - BeginIndex) * sizeof(CHAR16));
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
Perf.c 98 UINTN EndIndex;
104 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++)
113 EndIndex = Index;
118 for (Index = StartIndex; Index < EndIndex; Index++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxePerformanceLib/
PerformanceLib.c 106 UINTN EndIndex;
112 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++)
121 EndIndex = Index;
126 for (Index = StartIndex; Index < EndIndex; Index++) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c 122 UINTN EndIndex;
130 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++);
137 EndIndex = IndexA;
142 for (IndexA = StartIndex; IndexA < EndIndex; IndexA++) {
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 144 unsigned EndIndex;
161 void setEndIndex(unsigned EndIdx) { EndIndex = EndIdx; }
211 : ScheduleDAGInstrs(MF, &MLI), AA(AA), EndIndex(0) {
398 EndIndex, DbgValues);
434 AntiDepBreak->Observe(MI, Count, EndIndex);
MachineBasicBlock.cpp 873 SlotIndex EndIndex = Indexes->getMBBEndIdx(NMBB);
892 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI));
911 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI));
913 LI.removeSegment(StartIndex, EndIndex);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/
HiiFont.h 49 UINTN EndIndex;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiFont.h 54 UINTN EndIndex;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Font.c     [all...]

Completed in 1665 milliseconds

1 2