Searched refs:gapStart (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Ddenseranges.cpp30 void add(int32_t gapStart, int64_t gapLength) { argument
45 gapStarts[i]=gapStart;
57 int32_t gapStart(int32_t i) const { return gapStarts[i]; } function in class:__anon1453::LargestGaps
152 int32_t gapStart=gaps.gapStart(gapIndex); local
153 ranges[i][1]=gapStart-1;
154 ranges[i+1][0]=minValue=(int32_t)(gapStart+gaps.gapLength(gapIndex));
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DCompositeEditCommand.cpp773 unsigned gapStart = prevBox ? prevBox->start() + prevBox->len() : 0; local
774 if (end < gapStart)
779 bool indicesIntersect = start <= gapEnd && end >= gapStart;
780 int gapLen = gapEnd - gapStart;
782 gapStart = max(gapStart, start);
787 str.remove(gapStart - start - removed, gapLen);
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c2121 UInt64 gapStart = 0; local
2123 while (gapStart <= volumeEnd && index < (lvgExtentCount - 1)) {
2127 gapStart = lvgExtent->extentByteOffset + lvgExtent->extentByteCount;
2128 gapSize = (lvgExtent + 1)->extentByteOffset - gapStart;
2131 if (gapStart == volumeEnd && gapSize) {

Completed in 139 milliseconds