/device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSortLib/ |
BaseSortLib.c | 55 UINTN LoopCount;
79 for ( LoopCount = 0
80 ; LoopCount < Count -1
81 ; LoopCount++
86 if (CompareFunction((VOID*)((UINT8*)BufferToSort+((LoopCount)*ElementSize)),Pivot) <= 0){
91 CopyMem ((UINT8*)BufferToSort+(NextSwapLocation*ElementSize), (UINT8*)BufferToSort+((LoopCount)*ElementSize), ElementSize);
92 CopyMem ((UINT8*)BufferToSort+((LoopCount)*ElementSize), Buffer, ElementSize);
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_emulate_loops.h | 47 unsigned int LoopCount;
|
radeon_emulate_loops.c | 440 s->Loops, s->LoopCount, s->LoopReserved, 1); 442 loop = &s->Loops[s->LoopCount++]; 525 for( i = s->LoopCount - 1; i >= 0; i-- ){
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiSortLib/ |
UefiSortLib.c | 71 UINTN LoopCount;
95 for ( LoopCount = 0
96 ; LoopCount < Count -1
97 ; LoopCount++
102 if (CompareFunction((VOID*)((UINT8*)BufferToSort+((LoopCount)*ElementSize)),Pivot) <= 0){
107 CopyMem ((UINT8*)BufferToSort+(NextSwapLocation*ElementSize), (UINT8*)BufferToSort+((LoopCount)*ElementSize), ElementSize);
108 CopyMem ((UINT8*)BufferToSort+((LoopCount)*ElementSize), Buffer, ElementSize);
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/ |
CrtWrapper.c | 45 UINTN LoopCount;
67 for (LoopCount = 0; LoopCount < Count - 1; LoopCount++)
72 if (CompareFunction ((VOID *)((UINT8 *)BufferToSort + ((LoopCount) * ElementSize)), Pivot) <= 0) {
77 CopyMem ((UINT8 *)BufferToSort + (NextSwapLocation * ElementSize), (UINT8 *)BufferToSort + ((LoopCount) * ElementSize), ElementSize);
78 CopyMem ((UINT8 *)BufferToSort + ((LoopCount) * ElementSize), Buffer, ElementSize);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
UefiShellLevel2CommandsLib.c | 292 UINTN LoopCount;
299 for (LoopCount = 0 ; LoopCount < Count ; LoopCount++) {
300 Char1 = InternalCharToUpper(Source[LoopCount]);
301 Char2 = InternalCharToUpper(Target[LoopCount]);
303 return (&Source[LoopCount]);
|
/external/llvm/unittests/Support/ |
ProgramTest.cpp | 228 unsigned LoopCount = 0; 231 // LoopCount should only be incremented once. 233 ++LoopCount; 240 EXPECT_EQ(LoopCount, 1u) << "LoopCount should be 1"; 248 // cse, LoopCount should be greater than 1 (more than one increment occurs). 250 ++LoopCount; 257 ASSERT_GT(LoopCount, 1u) << "LoopCount should be >1";
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
ProgramTest.cpp | 216 unsigned LoopCount = 0; 219 // LoopCount should only be incremented once. 221 ++LoopCount; 228 EXPECT_EQ(LoopCount, 1u) << "LoopCount should be 1"; 236 // cse, LoopCount should be greater than 1 (more than one increment occurs). 238 ++LoopCount; 245 ASSERT_GT(LoopCount, 1u) << "LoopCount should be >1";
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/ |
hte.c | 323 UINT8 LoopCount,
340 LoopCount: number of test iterations
387 Tmp = 0x10001000 | (LoopCount << 16);
|
/external/clang/lib/CodeGen/ |
CodeGenPGO.cpp | 356 uint64_t LoopCount = PGO.getRegionCount(S); 360 uint64_t BodyCount = setCount(LoopCount + CurrentCount); 371 setCount(BC.BreakCount + CondCount - LoopCount); 885 uint64_t LoopCount) { 892 return createProfileWeights(LoopCount, 893 std::max(*CondCount, LoopCount) - LoopCount);
|
CoverageMappingGen.cpp | 755 Counter LoopCount = 758 addCounters(BC.BreakCount, subtractCounters(LoopCount, BodyCount)); 775 Counter LoopCount = 778 addCounters(BC.BreakCount, subtractCounters(LoopCount, BodyCount)); [all...] |
CodeGenFunction.h | [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/ |
UefiHandleParsingLib.c | 138 UINTN LoopCount;
140 for (LoopCount = 0; GuidList != NULL && LoopCount < GuidListCount; LoopCount++) {
141 SHELL_FREE_NON_NULL(GuidList[LoopCount].GuidId);
[all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfo.cpp | 712 unsigned LoopCount = Loop->getOperand(1).getReg(); 716 addReg(LoopCount).addImm(1); 719 addReg(LoopCount).addImm(-1); 723 (*I)->substituteRegister(LoopCount, NewLoopCount, 0, getRegisterInfo()); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
HexagonInstrInfo.cpp | 731 unsigned LoopCount = Loop->getOperand(1).getReg(); 735 addReg(LoopCount).addImm(1); 738 addReg(LoopCount).addImm(-1); 743 (*I)->substituteRegister(LoopCount, NewLoopCount, 0, HRI); [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
EdkIIGlueBaseLib.h | 133 UINT64 LoopCount;
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
BaseLib.h | 82 UINT64 LoopCount;
[all...] |