Home
last modified time | relevance | path

Searched refs:gCount (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/core/
H A DSkFlattenable.cpp72 int gCount = 0; member
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()));
95 auto pair = std::equal_range(gEntries, gEntries + gCount, name, EntryComparator());
106 for (int i = gCount - 1; i >= 0; --i) {
/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp214 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/
H A DCollationPerformanceTest.java320 int gCount = 0; in doBinarySearch()
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 / loop in doBinarySearch()
[all...]
/third_party/icu/tools/colprobe/
H A DcolprobeNew.cpp112 int gCount; variable
199 gCount++; in UNIXstrcmp()
222 gCount++; in Winstrcmp()
272 gCount++; in ICUstrcmp()
H A Dcolprobe.cpp75 int gCount; variable
135 gCount++; in Winstrcmp()
144 gCount++; in ICUstrcmp()

Completed in 10 milliseconds