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

  /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";
  /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...]
  /prebuilts/go/darwin-x86/src/image/gif/
writer_test.go 172 LoopCount: 5,
232 if g0.LoopCount != g1.LoopCount {
233 t.Errorf("loop counts differ: %d and %d", g0.LoopCount, g1.LoopCount)
reader_test.go 336 if img.LoopCount != img1.LoopCount {
337 t.Errorf("loop count mismatch: %d vs %d", img.LoopCount, img1.LoopCount)
writer.go 193 writeUint16(e.buf[2:4], uint16(e.g.LoopCount))
380 if g.LoopCount < 0 {
381 g.LoopCount = 0
reader.go 90 loopCount int
339 d.loopCount = int(d.tmp[1]) | int(d.tmp[2])<<8
571 LoopCount int // The loop count.
601 LoopCount: d.loopCount,
  /prebuilts/go/linux-x86/src/image/gif/
writer_test.go 172 LoopCount: 5,
232 if g0.LoopCount != g1.LoopCount {
233 t.Errorf("loop counts differ: %d and %d", g0.LoopCount, g1.LoopCount)
reader_test.go 336 if img.LoopCount != img1.LoopCount {
337 t.Errorf("loop count mismatch: %d vs %d", img.LoopCount, img1.LoopCount)
writer.go 193 writeUint16(e.buf[2:4], uint16(e.g.LoopCount))
380 if g.LoopCount < 0 {
381 g.LoopCount = 0
reader.go 90 loopCount int
339 d.loopCount = int(d.tmp[1]) | int(d.tmp[2])<<8
571 LoopCount int // The loop count.
601 LoopCount: d.loopCount,
  /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...]
  /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...]

Completed in 598 milliseconds