Home
last modified time | relevance | path

Searched refs:addCount (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp54 addCount(I.second.getSamples()); in addRecord()
106 addCount(Count); in addEntryCount()
113 addCount(Count); in addInternalCount()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp53 addCount(I.second.getSamples()); in addRecord()
105 addCount(Count); in addEntryCount()
112 addCount(Count); in addInternalCount()
DGCOV.cpp333 Block.addCount(EdgeNo, ArcCount); in readGCDA()
392 void GCOVBlock::addCount(size_t DstEdgeNo, uint64_t N) { in addCount() function in GCOVBlock
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DProfileCommon.h60 inline void addCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Count) { in addCount() function
DGCOV.h332 void addCount(size_t DstEdgeNo, uint64_t N);
/external/llvm/include/llvm/ProfileData/
DProfileCommon.h59 inline void addCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Count) { in addCount() function
/external/flatbuffers/tests/MyGame/Example/
DStat.php92 self::addCount($builder, $count);
122 public static function addCount(FlatBufferBuilder $builder, $count) function in MyGame\\Example\\Stat
DStat.java32 Stat.addCount(builder, count); in createStat()
39 …public static void addCount(FlatBufferBuilder builder, int count) { builder.addShort(2, (short)cou… in addCount() method in Stat
/external/replicaisland/src/com/replica/replicaisland/
DChangeComponentsComponent.java122 final int addCount = mComponentsToInsert.getCount(); in activate() local
123 for (int x = 0; x < addCount; x++) { in activate()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGCOV.h191 void addCount(uint64_t N) { Counter = N; } in addCount() function
/external/llvm/lib/IR/
DGCOV.cpp327 Block.addCount(EdgeNo, ArcCount); in readGCDA()
380 void GCOVBlock::addCount(size_t DstEdgeNo, uint64_t N) { in addCount() function in GCOVBlock
/external/skia/src/pathops/
DSkOpSegment.cpp1269 int addCount = test->spanAddsCount(); in moveMultiples() local
1271 if (addCount <= 1) { in moveMultiples()
1282 if (oppSpan->spanAddsCount() == addCount) { in moveMultiples()
1299 if (oppPrev->spanAddsCount() == addCount) { in moveMultiples()
1313 if (oppNext->spanAddsCount() == addCount) { in moveMultiples()
DSkPathOpsDebug.cpp972 int addCount = test->spanAddsCount(); in debugMoveMultiples() local
974 if (addCount <= 1) { in debugMoveMultiples()
981 if (oppSpan->spanAddsCount() == addCount) { in debugMoveMultiples()
998 if (oppPrev->spanAddsCount() == addCount) { in debugMoveMultiples()
1012 if (oppNext->spanAddsCount() == addCount) { in debugMoveMultiples()
/external/skqp/src/pathops/
DSkOpSegment.cpp1269 int addCount = test->spanAddsCount(); in moveMultiples() local
1271 if (addCount <= 1) { in moveMultiples()
1282 if (oppSpan->spanAddsCount() == addCount) { in moveMultiples()
1299 if (oppPrev->spanAddsCount() == addCount) { in moveMultiples()
1313 if (oppNext->spanAddsCount() == addCount) { in moveMultiples()
DSkPathOpsDebug.cpp972 int addCount = test->spanAddsCount(); in debugMoveMultiples() local
974 if (addCount <= 1) { in debugMoveMultiples()
981 if (oppSpan->spanAddsCount() == addCount) { in debugMoveMultiples()
998 if (oppPrev->spanAddsCount() == addCount) { in debugMoveMultiples()
1012 if (oppNext->spanAddsCount() == addCount) { in debugMoveMultiples()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGCOV.cpp108 Blocks[i]->addCount(Buff.readInt64()); in read()
/external/llvm/include/llvm/Support/
DGCOV.h321 void addCount(size_t DstEdgeNo, uint64_t N);
/external/flatbuffers/tests/
Dmonster_test_generated.ts664 static addCount(builder:flatbuffers.Builder, count:number) { method in MyGame.Example.Stat
681 Stat.addCount(builder, count);
Dmonster_test_generated.js735 MyGame.Example.Stat.addCount = function(builder, count) { function in MyGame.Example.Stat
759 MyGame.Example.Stat.addCount(builder, count);
Dmonster_test_my_game.example_generated.dart549 int addCount(int count) {
/external/flatbuffers/dart/test/
Dmonster_test_my_game.example_generated.dart551 int addCount(int count) {