Searched refs:gCount (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkFlattenable.cpp | 72 int gCount = 0; variable 78 std::sort(gEntries, gEntries + gCount, EntryComparator()); in Finalize() 84 SkASSERT(gCount < (int)SK_ARRAY_COUNT(gEntries)); in Register() 86 gEntries[gCount].fName = name; in Register() 87 gEntries[gCount].fFactory = factory; in Register() 88 gCount += 1; in Register() 94 SkASSERT(std::is_sorted(gEntries, gEntries + gCount, EntryComparator())); in NameToFactory() 95 auto pair = std::equal_range(gEntries, gEntries + gCount, name, EntryComparator()); in NameToFactory() 106 for (int i = gCount - 1; i >= 0; --i) { in FactoryToName()
|
/third_party/skia/src/core/ |
D | SkFlattenable.cpp | 72 int gCount = 0; variable 78 std::sort(gEntries, gEntries + gCount, EntryComparator()); in Finalize() 84 SkASSERT(gCount < (int)SK_ARRAY_COUNT(gEntries)); in Register() 86 gEntries[gCount].fName = name; in Register() 87 gEntries[gCount].fFactory = factory; in Register() 88 gCount += 1; in Register() 94 SkASSERT(std::is_sorted(gEntries, gEntries + gCount, EntryComparator())); in NameToFactory() 95 auto pair = std::equal_range(gEntries, gEntries + gCount, name, EntryComparator()); in NameToFactory() 106 for (int i = gCount - 1; i >= 0; --i) { in FactoryToName()
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 214 int gCount; variable 281 gCount++; in ICUstrcmpK() 288 gCount++; in ICUstrcmpL() 298 gCount++; in ICUstrcmp() 308 gCount++; in Winstrcmp() 316 gCount++; in UNIXstrcmp() 324 gCount++; in WinstrcmpL() 332 gCount++; in WinstrcmpK() 469 gCount = 0; in doBinarySearch() 511 gCount++; in doBinarySearch() [all …]
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | CollationPerformanceTest.java | 320 int gCount = 0; in doBinarySearch() local 353 gCount++; in doBinarySearch() 384 gCount++; in doBinarySearch() 419 gCount ++; in doBinarySearch() 422 gCount++; in doBinarySearch() 457 gCount ++; in doBinarySearch() 460 gCount++; in doBinarySearch() 478 int ns = (int)((float)(1000000) * (float)elapsedTime / (float)gCount); in doBinarySearch() 480 System.out.println("binary search: total # of string compares = " + gCount); in doBinarySearch() 481 System.out.println("binary search: compares per loop = " + gCount / loops); in doBinarySearch() [all …]
|
/third_party/icu/tools/colprobe/ |
D | colprobeNew.cpp | 112 int gCount; variable 199 gCount++; in UNIXstrcmp() 222 gCount++; in Winstrcmp() 272 gCount++; in ICUstrcmp()
|
D | colprobe.cpp | 75 int gCount; variable 135 gCount++; in Winstrcmp() 144 gCount++; in ICUstrcmp()
|