Home
last modified time | relevance | path

Searched refs:mPos (Results 1 – 25 of 856) sorted by relevance

12345678910>>...35

/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/misc/
H A Djson_writer.cxx31 ++mPos; in JsonWriter()
33 ++mPos; in JsonWriter()
50 ++mPos; in startNode()
66 ++mPos; in endNode()
78 ++mPos; in startArray()
94 ++mPos; in endArray()
105 ++mPos; in startStruct()
107 ++mPos; in startStruct()
119 ++mPos; in endStruct()
209 ++mPos; in put()
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/net/
H A Dmessagein.cpp58 mPos(0), in MessageIn()
70 if (mPos != mLength && mPos != 2) in ~MessageIn()
112 mPos += 1; in readUInt8()
126 mPos += 1; in readInt8()
148 mPos += 2; in readInt16()
170 mPos += 2; in readUInt16()
191 mPos += 4; in readInt32()
212 mPos += 4; in readUInt32()
245 mPos += 8; in readInt64()
261 mPos += 4; in readFloat()
[all …]
H A Dmessageout.cpp52 mPos(0), in MessageOut()
67 mPos, str); in writeInt8()
68 mPos += 1; in writeInt8()
84 mPos, str); in writeInt16()
85 mPos += 2; in writeInt16()
91 mPos, str); in writeInt32()
101 mPos += 4; in writeInt32()
116 mPos, str); in writeInt64()
126 mPos += 8; in writeInt64()
142 mPos += 4; in writeFloat()
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/FileFormats/
H A DLZOCompression.cs79 byte* mPos;
147 mPos -= t >> 2;
150 *op++ = *mPos++; *op++ = *mPos++; *op++ = *mPos;
164 mPos = op - 1;
186 mPos = op - 1;
192 mPos = op;
208 if (mPos == op)
214 mPos = op - 1;
217 *op++ = *mPos++; *op++ = *mPos;
238 *op++ = *mPos++; *op++ = *mPos++;
[all …]
/dports/www/firefox/firefox-99.0/intl/lwbrk/
H A DSegmenter.cpp25 if (mPos < aPos) { in Seek()
26 mPos = aPos; in Seek()
41 mPos = nextPos; in Next()
42 return Some(mPos); in Next()
54 mPos = nextPos; in Next()
55 return Some(mPos); in Next()
85 if (mPos < len && NS_IS_SURROGATE_PAIR(ch, mText[mPos])) { in Next()
135 ((mPos < len && mText[mPos] == kVS16) || in Next()
164 mPos += chLen; in Next()
186 if (mPos > 0 && NS_IS_SURROGATE_PAIR(mText[mPos - 1], ch)) { in Next()
[all …]
/dports/net-im/ruqola/ruqola-1.6.1/src/core/ktexttohtmlfork/
H A Druqolaktexttohtml.cpp19 , mPos(pos) in KTextToHTMLHelper()
27 if (mPos < mText.length() && mText.at(mPos) == QLatin1Char('@')) { in getEmailAddress()
81 mPos = end - 1; in getEmailAddress()
88 if (!mText.at(mPos).isDigit() && mText.at(mPos) != QLatin1Char('+')) { in getPhoneNumber()
93 if (mPos > 0 && !allowedBeginSeparators.contains(mText.at(mPos - 1))) { in getPhoneNumber()
165 if (mPos > 0) { in atUrl()
229 while ((mPos < mText.length()) && (mText.at(mPos).isPrint() || mText.at(mPos).isSpace()) in getUrl()
286 ++mPos; in getUrl()
294 --mPos; in getUrl()
320 if ((mPos > 0) && !mText.at(mPos - 1).isSpace()) { in highlightedText()
[all …]
/dports/devel/kf5-kcoreaddons/kcoreaddons-5.89.0/src/lib/text/
H A Dktexttohtml.cpp51 , mPos(pos) in KTextToHTMLHelper()
67 if (mPos < mText.length() && mText.at(mPos) == QLatin1Char('@')) { in getEmailAddress()
124 mPos = end - 1; in getEmailAddress()
131 if (!mText.at(mPos).isDigit() && mText.at(mPos) != QLatin1Char('+')) { in getPhoneNumber()
136 if (mPos > 0 && !allowedBeginSeparators.contains(mText.at(mPos - 1))) { in getPhoneNumber()
212 if (mPos > 0) { in atUrl()
309 && (mText.at(mPos).isPrint() || mText.at(mPos).isSpace()) in getUrl()
369 ++mPos; in getUrl()
377 --mPos; in getUrl()
403 if ((mPos > 0) && !mText.at(mPos - 1).isSpace()) { in highlightedText()
[all …]
/dports/games/cuyo/cuyo-2.1.0/src/
H A Dfall.cpp157 CASSERT(mPos.r == richtung_waag || mPos.r == richtung_senk); in istSenkrecht()
166 mPos.x += a; in halbiere()
209 mPos = fp2; in spielSchrittPlatziertIntern()
255 mPos = fp2; in spielSchrittPlatziertIntern()
350 mPos = fp2; in tasteLinks()
366 mPos = fp2; in tasteRechts()
386 mPos = fp2; in tasteDreh2()
529 …return (mPos.x + a*(mPos.r==richtung_waag || mPos.r==richtung_unplatziert))*gric + mExtraX + wande… in getXX()
551 return mPos.yy + a*(mPos.r==richtung_senk)*gric + wandel[drehy]; in getYY()
579 if (mPos.r == richtung_keins || mPos.r == richtung_unplatziert) in calcFallRect()
[all …]
H A Dpfaditerator.cpp68 if (mPos != pfad_default && mPos < anz_pfade) in ~PfadIterator()
69 gDefaultPfad = mPos; in ~PfadIterator()
79 if (mPos >= anz_pfade) { in operator ++()
91 } while (mPos<anz_pfade); in operator ++()
109 int n = mPos; in pfad()
145 mPos++; in plusplusIntern()
153 if (mPos > 0) { in plusplusIntern()
155 mPos = anz_pfade; in plusplusIntern()
162 mPos++; in plusplusIntern()
168 mPos++; in plusplusIntern()
[all …]
/dports/devel/okteta/okteta-0.26.6/gui/
H A Dcoord.hpp171 : mPos(pos) in Coord()
186 { return mLine < other.mLine || (mLine == other.mLine && mPos < other.mPos); } in operator <()
188 { return mLine < other.mLine || (mLine == other.mLine && mPos <= other.mPos); } in operator <=()
190 { return mLine > other.mLine || (mLine == other.mLine && mPos > other.mPos); } in operator >()
206 mPos = pos; in set()
239 mPos = lastPos; in gotoEndOfPreviousLine()
245 mPos = 0; in gotoStartOfNextLine()
250 mPos = (mLine == other.mLine) ? other.mPos : 0; in goLineStart()
255 mPos = (mLine == other.mLine) ? other.mPos : lastPos; in goLineEnd()
270 return mLine == other.mLine && mPos < other.mPos; in isPriorInLineThan()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/unicharutil/util/
H A DnsUnicodeProperties.cpp190 if (mPos < mLimit && NS_IS_SURROGATE_PAIR(ch, *mPos)) { in Next()
197 ch = *mPos; in Next()
205 mPos++; in Next()
213 mPos++; in Next()
220 mPos++; in Next()
240 ((mPos < mLimit && *mPos == kVS16) || in Next()
247 ch = *mPos; in Next()
269 mPos += chLen; in Next()
272 NS_ASSERTION(mText < mPos && mPos <= mLimit, in Next()
284 ch = *--mPos; in Next()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/unicharutil/util/
H A DnsUnicodeProperties.cpp190 if (mPos < mLimit && NS_IS_SURROGATE_PAIR(ch, *mPos)) { in Next()
197 ch = *mPos; in Next()
205 mPos++; in Next()
213 mPos++; in Next()
220 mPos++; in Next()
240 ((mPos < mLimit && *mPos == kVS16) || in Next()
247 ch = *mPos; in Next()
269 mPos += chLen; in Next()
272 NS_ASSERTION(mText < mPos && mPos <= mLimit, in Next()
284 ch = *--mPos; in Next()
[all …]
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/src/
H A Dwindow.cpp73 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), cr); in draw()
81 ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), cr*2, ds*2, in draw()
86 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), cr); in draw()
94 ctx, mPos.x(), mPos.y(), mPos.x(), in draw()
100 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), hh, cr); in draw()
106 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), hh, cr); in draw()
110 nvgIntersectScissor(ctx, mPos.x(), mPos.y(), mSize.x(), 0.5f); in draw()
116 nvgMoveTo(ctx, mPos.x() + 0.5f, mPos.y() + hh - 1.5f); in draw()
133 nvgText(ctx, mPos.x() + mSize.x() / 2, mPos.y() + hh / 2 - 1, in draw()
159 mPos = mPos.cwiseMax(Vector2i::Zero()); in mouseDragEvent()
[all …]
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/src/
H A Dwindow.cpp73 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), cr); in draw()
82 ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), cr*2, ds*2, in draw()
89 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), mSize.y(), cr); in draw()
98 ctx, mPos.x(), mPos.y(), mPos.x(), in draw()
104 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), hh, cr); in draw()
110 nvgRoundedRect(ctx, mPos.x(), mPos.y(), mSize.x(), hh, cr); in draw()
114 nvgIntersectScissor(ctx, mPos.x(), mPos.y(), mSize.x(), 0.5f); in draw()
119 nvgMoveTo(ctx, mPos.x() + 0.5f, mPos.y() + hh - 1.5f); in draw()
136 nvgText(ctx, mPos.x() + mSize.x() / 2, mPos.y() + hh / 2 - 1, in draw()
162 mPos = mPos.cwiseMax(Vector2i::Zero()); in mouseDragEvent()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/util/
H A DPagedArray.h604 mPos=other.mPos;
625 bool operator==(const ConstIterator& other) const { return mPos == other.mPos; }
653 Iterator(const Iterator& other) : mPos(other.mPos), mParent(other.mParent) {} in Iterator()
655 mPos=other.mPos;
676 bool operator==(const Iterator& other) const { return mPos == other.mPos; }
677 bool operator!=(const Iterator& other) const { return mPos != other.mPos; }
678 bool operator>=(const Iterator& other) const { return mPos >= other.mPos; }
679 bool operator<=(const Iterator& other) const { return mPos <= other.mPos; }
680 bool operator< (const Iterator& other) const { return mPos < other.mPos; }
681 bool operator> (const Iterator& other) const { return mPos > other.mPos; }
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/unicharutil/util/
H A DnsUnicodeProperties.cpp191 if (mPos < mLimit && NS_IS_SURROGATE_PAIR(ch, *mPos)) { in Next()
198 ch = *mPos; in Next()
206 mPos++; in Next()
214 mPos++; in Next()
221 mPos++; in Next()
241 ((mPos < mLimit && *mPos == kVS16) || in Next()
248 ch = *mPos; in Next()
270 mPos += chLen; in Next()
273 NS_ASSERTION(mText < mPos && mPos <= mLimit, in Next()
285 ch = *--mPos; in Next()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/unicharutil/util/
H A DnsUnicodeProperties.cpp179 uint32_t ch = *mPos++; in Next()
181 if (NS_IS_HIGH_SURROGATE(ch) && mPos < mLimit && NS_IS_LOW_SURROGATE(*mPos)) { in Next()
188 ch = *mPos; in Next()
196 mPos++; in Next()
204 mPos++; in Next()
211 mPos++; in Next()
223 ch = *mPos; in Next()
237 mPos++; in Next()
239 mPos++; in Next()
243 NS_ASSERTION(mText < mPos && mPos <= mLimit, in Next()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DImmutableStringBuilder.cpp20 ASSERT(mPos + str.length() <= mMaxLength); in operator <<()
22 mPos += str.length(); in operator <<()
30 ASSERT(mPos + len <= mMaxLength); in operator <<()
31 memcpy(mData + mPos, str, len); in operator <<()
32 mPos += len; in operator <<()
39 ASSERT(mPos + 1 <= mMaxLength); in operator <<()
40 mData[mPos++] = c; in operator <<()
46 int numChars = snprintf(mData + mPos, mMaxLength - mPos, "%d", u); in appendDecimal()
48 ASSERT(mPos + numChars <= mMaxLength); in appendDecimal()
49 mPos += numChars; in appendDecimal()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DImmutableStringBuilder.cpp20 ASSERT(mPos + str.length() <= mMaxLength); in operator <<()
22 mPos += str.length(); in operator <<()
30 ASSERT(mPos + len <= mMaxLength); in operator <<()
31 memcpy(mData + mPos, str, len); in operator <<()
32 mPos += len; in operator <<()
39 ASSERT(mPos + 1 <= mMaxLength); in operator <<()
40 mData[mPos++] = c; in operator <<()
46 int numChars = snprintf(mData + mPos, mMaxLength - mPos, "%d", u); in appendDecimal()
48 ASSERT(mPos + numChars <= mMaxLength); in appendDecimal()
49 mPos += numChars; in appendDecimal()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DImmutableStringBuilder.cpp20 ASSERT(mPos + str.length() <= mMaxLength); in operator <<()
22 mPos += str.length(); in operator <<()
30 ASSERT(mPos + len <= mMaxLength); in operator <<()
31 memcpy(mData + mPos, str, len); in operator <<()
32 mPos += len; in operator <<()
39 ASSERT(mPos + 1 <= mMaxLength); in operator <<()
40 mData[mPos++] = c; in operator <<()
46 int numChars = snprintf(mData + mPos, mMaxLength - mPos, "%d", u); in appendDecimal()
48 ASSERT(mPos + numChars <= mMaxLength); in appendDecimal()
49 mPos += numChars; in appendDecimal()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DImmutableStringBuilder.cpp20 ASSERT(mPos + str.length() <= mMaxLength); in operator <<()
22 mPos += str.length(); in operator <<()
30 ASSERT(mPos + len <= mMaxLength); in operator <<()
31 memcpy(mData + mPos, str, len); in operator <<()
32 mPos += len; in operator <<()
39 ASSERT(mPos + 1 <= mMaxLength); in operator <<()
40 mData[mPos++] = c; in operator <<()
46 int numChars = snprintf(mData + mPos, mMaxLength - mPos, "%d", u); in appendDecimal()
48 ASSERT(mPos + numChars <= mMaxLength); in appendDecimal()
49 mPos += numChars; in appendDecimal()
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DImmutableStringBuilder.cpp20 ASSERT(mPos + str.length() <= mMaxLength); in operator <<()
22 mPos += str.length(); in operator <<()
30 ASSERT(mPos + len <= mMaxLength); in operator <<()
31 memcpy(mData + mPos, str, len); in operator <<()
32 mPos += len; in operator <<()
39 ASSERT(mPos + 1 <= mMaxLength); in operator <<()
40 mData[mPos++] = c; in operator <<()
46 int numChars = snprintf(mData + mPos, mMaxLength - mPos, "%d", u); in appendDecimal()
48 ASSERT(mPos + numChars <= mMaxLength); in appendDecimal()
49 mPos += numChars; in appendDecimal()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DImmutableStringBuilder.cpp20 ASSERT(mPos + str.length() <= mMaxLength); in operator <<()
22 mPos += str.length(); in operator <<()
30 ASSERT(mPos + len <= mMaxLength); in operator <<()
31 memcpy(mData + mPos, str, len); in operator <<()
32 mPos += len; in operator <<()
39 ASSERT(mPos + 1 <= mMaxLength); in operator <<()
40 mData[mPos++] = c; in operator <<()
46 int numChars = snprintf(mData + mPos, mMaxLength - mPos, "%d", u); in appendDecimal()
48 ASSERT(mPos + numChars <= mMaxLength); in appendDecimal()
49 mPos += numChars; in appendDecimal()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/mlgpu/
H A DStagingBuffer.h79 *reinterpret_cast<T*>(mPos) = aItem; in AppendItem()
80 mPos += alignedBytes; in AppendItem()
81 MOZ_ASSERT(mPos <= mEnd); in AppendItem()
119 mPos -= alignedBytes; in PrependItem()
121 MOZ_ASSERT(mPos >= mBuffer.get()); in PrependItem()
142 return mReversed ? mEnd - mPos : mPos - mBuffer.get(); in NumBytes()
166 MOZ_ASSERT(mPos >= mBuffer.get() && mPos <= mEnd); in RestorePosition()
174 : mPos(nullptr), in StagingBuffer()
233 size_t usedBytes = mEnd - mPos; in GrowBuffer()
249 MOZ_RELEASE_ASSERT(mPos >= mBuffer.get() && mPos <= mEnd); in GrowBuffer()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/mlgpu/
H A DStagingBuffer.h79 *reinterpret_cast<T*>(mPos) = aItem; in AppendItem()
80 mPos += alignedBytes; in AppendItem()
81 MOZ_ASSERT(mPos <= mEnd); in AppendItem()
119 mPos -= alignedBytes; in PrependItem()
121 MOZ_ASSERT(mPos >= mBuffer.get()); in PrependItem()
142 return mReversed ? mEnd - mPos : mPos - mBuffer.get(); in NumBytes()
166 MOZ_ASSERT(mPos >= mBuffer.get() && mPos <= mEnd); in RestorePosition()
174 : mPos(nullptr), in StagingBuffer()
233 size_t usedBytes = mEnd - mPos; in GrowBuffer()
249 MOZ_RELEASE_ASSERT(mPos >= mBuffer.get() && mPos <= mEnd); in GrowBuffer()
[all …]

12345678910>>...35