Home
last modified time | relevance | path

Searched refs:baseCount (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/layout/
DMarkToBasePosnSubtables.cpp55 le_uint16 baseCount = SWAPW(baseArray->baseRecordCount); in process() local
57 if (baseCoverage < 0 || baseCoverage >= baseCount) { in process()
/external/webkit/Source/WebCore/inspector/front-end/
DHeapSnapshotView.js759 if (this.baseCount > 0) {
761 return this.countDelta / this.baseCount * 100.0;
844 this.baseCount = baseEntry.count;
845 this.countDelta = this.count - this.baseCount;
933 this.baseCount = baseEntry.count;
934 this.countDelta = this.count - this.baseCount;