Home
last modified time | relevance | path

Searched refs:aIndex (Results 1 – 25 of 3744) sorted by relevance

12345678910>>...150

/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DmozStorageArgValueArray.cpp36 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetTypeOfIndex()
38 int t = ::sqlite3_value_type(mArgv[aIndex]); in GetTypeOfIndex()
64 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetInt32()
66 *_value = ::sqlite3_value_int(mArgv[aIndex]); in GetInt32()
72 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetInt64()
80 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetDouble()
88 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetUTF8String()
97 ::sqlite3_value_bytes(mArgv[aIndex])); in GetUTF8String()
104 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetString()
120 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetBlob()
[all …]
H A DmozStorageRow.cpp80 ENSURE_INDEX_VALUE(aIndex, mNumCols); in NS_IMPL_ISUPPORTS()
81 NS_ADDREF(*_result = mData.ObjectAt(aIndex)); in NS_IMPL_ISUPPORTS()
103 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetTypeOfIndex()
130 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetInt32()
136 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetInt64()
142 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetDouble()
148 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetUTF8String()
154 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetString()
160 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetBlob()
179 Row::GetIsNull(uint32_t aIndex, bool *_isNull) { in GetIsNull() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DmozStorageArgValueArray.cpp46 ENSURE_INDEX_VALUE(aIndex, mArgc);
73 ArgValueArray::GetInt32(uint32_t aIndex,
76 ENSURE_INDEX_VALUE(aIndex, mArgc);
83 ArgValueArray::GetInt64(uint32_t aIndex,
86 ENSURE_INDEX_VALUE(aIndex, mArgc);
93 ArgValueArray::GetDouble(uint32_t aIndex,
96 ENSURE_INDEX_VALUE(aIndex, mArgc);
106 ENSURE_INDEX_VALUE(aIndex, mArgc);
124 ENSURE_INDEX_VALUE(aIndex, mArgc);
138 ArgValueArray::GetBlob(uint32_t aIndex,
[all …]
H A DmozStorageRow.cpp88 Row::GetResultByIndex(uint32_t aIndex, in NS_IMPL_ISUPPORTS()
91 ENSURE_INDEX_VALUE(aIndex, mNumCols); in NS_IMPL_ISUPPORTS()
116 Row::GetTypeOfIndex(uint32_t aIndex, in GetTypeOfIndex() argument
119 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetTypeOfIndex()
145 Row::GetInt32(uint32_t aIndex, in GetInt32() argument
153 Row::GetInt64(uint32_t aIndex, in GetInt64() argument
161 Row::GetDouble(uint32_t aIndex, in GetDouble() argument
169 Row::GetUTF8String(uint32_t aIndex, in GetUTF8String() argument
177 Row::GetString(uint32_t aIndex, in GetString() argument
185 Row::GetBlob(uint32_t aIndex, in GetBlob() argument
[all …]
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DXYFunctionInterface.cpp416 aIndex < 0 || aIndex >= getNumberOfPoints() - 1) in renderAsLineSegments()
424 xyPts->append(XYPoint(x[aIndex], y[aIndex])); in renderAsLineSegments()
425 xyPts->append(XYPoint(x[aIndex+1], y[aIndex])); in renderAsLineSegments()
426 xyPts->append(XYPoint(x[aIndex+1], y[aIndex+1])); in renderAsLineSegments()
428 xyPts->append(XYPoint(x[aIndex], y[aIndex])); in renderAsLineSegments()
429 xyPts->append(XYPoint(x[aIndex+1], y[aIndex+1])); in renderAsLineSegments()
449 xyPts->append(XYPoint(x[aIndex], y[aIndex])); in renderAsLineSegments()
450 xyPts->append(XYPoint(x[aIndex], y[aIndex+1])); in renderAsLineSegments()
451 xyPts->append(XYPoint(x[aIndex+1], y[aIndex+1])); in renderAsLineSegments()
453 xyPts->append(XYPoint(x[aIndex], y[aIndex])); in renderAsLineSegments()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DmozStorageArgValueArray.cpp36 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetTypeOfIndex()
38 int t = ::sqlite3_value_type(mArgv[aIndex]); in GetTypeOfIndex()
64 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetInt32()
66 *_value = ::sqlite3_value_int(mArgv[aIndex]); in GetInt32()
72 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetInt64()
80 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetDouble()
88 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetUTF8String()
97 ::sqlite3_value_bytes(mArgv[aIndex])); in GetUTF8String()
104 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetString()
121 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetBlob()
[all …]
H A DmozStorageRow.cpp83 ENSURE_INDEX_VALUE(aIndex, mNumCols); in NS_IMPL_ISUPPORTS()
84 NS_ADDREF(*_result = mData.ObjectAt(aIndex)); in NS_IMPL_ISUPPORTS()
106 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetTypeOfIndex()
132 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetInt32()
138 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetInt64()
144 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetDouble()
150 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetUTF8String()
156 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetString()
162 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetBlob()
181 Row::GetIsNull(uint32_t aIndex, bool* _isNull) { in GetIsNull() argument
[all …]
/dports/www/firefox/firefox-99.0/storage/
H A DmozStorageArgValueArray.cpp36 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetTypeOfIndex()
38 int t = ::sqlite3_value_type(mArgv[aIndex]); in GetTypeOfIndex()
64 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetInt32()
66 *_value = ::sqlite3_value_int(mArgv[aIndex]); in GetInt32()
72 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetInt64()
80 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetDouble()
88 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetUTF8String()
97 ::sqlite3_value_bytes(mArgv[aIndex])); in GetUTF8String()
104 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetString()
121 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetBlob()
[all …]
H A DmozStorageRow.cpp83 ENSURE_INDEX_VALUE(aIndex, mNumCols); in NS_IMPL_ISUPPORTS()
84 NS_ADDREF(*_result = mData.ObjectAt(aIndex)); in NS_IMPL_ISUPPORTS()
106 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetTypeOfIndex()
132 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetInt32()
138 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetInt64()
144 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetDouble()
150 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetUTF8String()
156 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetString()
162 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetBlob()
181 Row::GetIsNull(uint32_t aIndex, bool* _isNull) { in GetIsNull() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DmozStorageArgValueArray.cpp36 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetTypeOfIndex()
38 int t = ::sqlite3_value_type(mArgv[aIndex]); in GetTypeOfIndex()
64 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetInt32()
66 *_value = ::sqlite3_value_int(mArgv[aIndex]); in GetInt32()
72 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetInt64()
80 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetDouble()
88 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetUTF8String()
97 ::sqlite3_value_bytes(mArgv[aIndex])); in GetUTF8String()
104 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetString()
121 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetBlob()
[all …]
H A DmozStorageRow.cpp83 ENSURE_INDEX_VALUE(aIndex, mNumCols); in NS_IMPL_ISUPPORTS()
84 NS_ADDREF(*_result = mData.ObjectAt(aIndex)); in NS_IMPL_ISUPPORTS()
106 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetTypeOfIndex()
132 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetInt32()
138 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetInt64()
144 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetDouble()
150 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetUTF8String()
156 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetString()
162 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetBlob()
181 Row::GetIsNull(uint32_t aIndex, bool* _isNull) { in GetIsNull() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DmozStorageArgValueArray.cpp36 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetTypeOfIndex()
38 int t = ::sqlite3_value_type(mArgv[aIndex]); in GetTypeOfIndex()
64 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetInt32()
66 *_value = ::sqlite3_value_int(mArgv[aIndex]); in GetInt32()
72 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetInt64()
80 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetDouble()
88 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetUTF8String()
97 ::sqlite3_value_bytes(mArgv[aIndex])); in GetUTF8String()
104 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetString()
121 ENSURE_INDEX_VALUE(aIndex, mArgc); in GetBlob()
[all …]
H A DmozStorageRow.cpp82 ENSURE_INDEX_VALUE(aIndex, mNumCols); in NS_IMPL_ISUPPORTS()
83 NS_ADDREF(*_result = mData.ObjectAt(aIndex)); in NS_IMPL_ISUPPORTS()
105 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetTypeOfIndex()
131 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetInt32()
137 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetInt64()
143 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetDouble()
149 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetUTF8String()
155 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetString()
161 ENSURE_INDEX_VALUE(aIndex, mNumCols); in GetBlob()
180 Row::GetIsNull(uint32_t aIndex, bool* _isNull) { in GetIsNull() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/gamepad/
H A DGamepadRemapping.cpp64 void FetchDpadFromAxis(uint32_t aIndex, double dir) { in FetchDpadFromAxis() argument
188 FetchDpadFromAxis(aIndex, aValue); in RemapAxisMoveEvent()
590 FetchDpadFromAxis(aIndex, aValue); in RemapAxisMoveEvent()
682 FetchDpadFromAxis(aIndex, aValue); in RemapAxisMoveEvent()
847 FetchDpadFromAxis(aIndex, aValue); in RemapAxisMoveEvent()
939 FetchDpadFromAxis(aIndex, aValue); in RemapAxisMoveEvent()
1120 if (GetButtonCount() <= aIndex) { in RemapButtonEvent()
1271 FetchDpadFromAxis(aIndex, aValue); in RemapAxisMoveEvent()
1367 FetchDpadFromAxis(aIndex, aValue); in RemapAxisMoveEvent()
1450 FetchDpadFromAxis(aIndex, aValue); in RemapAxisMoveEvent()
[all …]
/dports/audio/fdk-aac/fdk-aac-2.0.2/libSBRdec/src/
H A Dpsbitdec.cpp181 aIndex[i] = aIndex[i - 1] + aIndex[i]; in deltaDecodeArray()
212 aIndex[0] = (2 * aIndex[0] + aIndex[1]) / 3; in map34IndexTo20()
213 aIndex[1] = (aIndex[1] + 2 * aIndex[2]) / 3; in map34IndexTo20()
214 aIndex[2] = (2 * aIndex[3] + aIndex[4]) / 3; in map34IndexTo20()
215 aIndex[3] = (aIndex[4] + 2 * aIndex[5]) / 3; in map34IndexTo20()
216 aIndex[4] = (aIndex[6] + aIndex[7]) / 2; in map34IndexTo20()
217 aIndex[5] = (aIndex[8] + aIndex[9]) / 2; in map34IndexTo20()
220 aIndex[8] = (aIndex[12] + aIndex[13]) / 2; in map34IndexTo20()
221 aIndex[9] = (aIndex[14] + aIndex[15]) / 2; in map34IndexTo20()
229 aIndex[14] = (aIndex[20] + aIndex[21]) / 2; in map34IndexTo20()
[all …]
/dports/multimedia/handbrake/fdk-aac-2.0.1/libSBRdec/src/
H A Dpsbitdec.cpp181 aIndex[i] = aIndex[i - 1] + aIndex[i]; in deltaDecodeArray()
212 aIndex[0] = (2 * aIndex[0] + aIndex[1]) / 3; in map34IndexTo20()
213 aIndex[1] = (aIndex[1] + 2 * aIndex[2]) / 3; in map34IndexTo20()
214 aIndex[2] = (2 * aIndex[3] + aIndex[4]) / 3; in map34IndexTo20()
215 aIndex[3] = (aIndex[4] + 2 * aIndex[5]) / 3; in map34IndexTo20()
216 aIndex[4] = (aIndex[6] + aIndex[7]) / 2; in map34IndexTo20()
217 aIndex[5] = (aIndex[8] + aIndex[9]) / 2; in map34IndexTo20()
220 aIndex[8] = (aIndex[12] + aIndex[13]) / 2; in map34IndexTo20()
221 aIndex[9] = (aIndex[14] + aIndex[15]) / 2; in map34IndexTo20()
229 aIndex[14] = (aIndex[20] + aIndex[21]) / 2; in map34IndexTo20()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DFilterNodeCapture.h53 Replace(aIndex, aValue, mAttributes); in SetAttribute()
56 Replace(aIndex, aValue, mAttributes); in SetAttribute()
59 Replace(aIndex, aValue, mAttributes); in SetAttribute()
62 Replace(aIndex, aValue, mAttributes); in SetAttribute()
65 Replace(aIndex, aValue, mAttributes); in SetAttribute()
68 Replace(aIndex, aValue, mAttributes); in SetAttribute()
71 Replace(aIndex, aValue, mAttributes); in SetAttribute()
74 Replace(aIndex, aValue, mAttributes); in SetAttribute()
77 Replace(aIndex, aValue, mAttributes); in SetAttribute()
80 Replace(aIndex, aValue, mAttributes); in SetAttribute()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DFilterNodeCapture.h53 Replace(aIndex, aValue, mAttributes); in SetAttribute()
56 Replace(aIndex, aValue, mAttributes); in SetAttribute()
59 Replace(aIndex, aValue, mAttributes); in SetAttribute()
62 Replace(aIndex, aValue, mAttributes); in SetAttribute()
65 Replace(aIndex, aValue, mAttributes); in SetAttribute()
68 Replace(aIndex, aValue, mAttributes); in SetAttribute()
71 Replace(aIndex, aValue, mAttributes); in SetAttribute()
74 Replace(aIndex, aValue, mAttributes); in SetAttribute()
77 Replace(aIndex, aValue, mAttributes); in SetAttribute()
80 Replace(aIndex, aValue, mAttributes); in SetAttribute()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DFilterNodeCapture.h53 Replace(aIndex, aValue, mAttributes); in SetAttribute()
56 Replace(aIndex, aValue, mAttributes); in SetAttribute()
59 Replace(aIndex, aValue, mAttributes); in SetAttribute()
62 Replace(aIndex, aValue, mAttributes); in SetAttribute()
65 Replace(aIndex, aValue, mAttributes); in SetAttribute()
68 Replace(aIndex, aValue, mAttributes); in SetAttribute()
71 Replace(aIndex, aValue, mAttributes); in SetAttribute()
74 Replace(aIndex, aValue, mAttributes); in SetAttribute()
77 Replace(aIndex, aValue, mAttributes); in SetAttribute()
80 Replace(aIndex, aValue, mAttributes); in SetAttribute()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DFilterNodeCapture.h55 Replace(aIndex, aValue, mAttributes); in SetAttribute()
58 Replace(aIndex, aValue, mAttributes); in SetAttribute()
61 Replace(aIndex, aValue, mAttributes); in SetAttribute()
64 Replace(aIndex, aValue, mAttributes); in SetAttribute()
67 Replace(aIndex, aValue, mAttributes); in SetAttribute()
70 Replace(aIndex, aValue, mAttributes); in SetAttribute()
73 Replace(aIndex, aValue, mAttributes); in SetAttribute()
76 Replace(aIndex, aValue, mAttributes); in SetAttribute()
79 Replace(aIndex, aValue, mAttributes); in SetAttribute()
82 Replace(aIndex, aValue, mAttributes); in SetAttribute()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/xul/tree/
H A DnsTreeSelection.cpp98 if (aIndex >= mMin && aIndex <= mMax) { in Remove()
127 if (aIndex < mMin) { in Add()
130 mMin = aIndex; in Add()
145 mMax = aIndex; in Add()
158 if (aIndex >= mMin && aIndex <= mMax) return true; in Contains()
197 if (aIndex >= mMin && aIndex <= mMax) { in RemoveAllBut()
202 mMin = aIndex; in RemoveAllBut()
203 mMax = aIndex; in RemoveAllBut()
359 Select(aIndex); in ToggleSelect()
509 if (i == aIndex) { in GetRangeAt()
[all …]
/dports/www/firefox/firefox-99.0/layout/xul/tree/
H A DnsTreeSelection.cpp98 if (aIndex >= mMin && aIndex <= mMax) { in Remove()
127 if (aIndex < mMin) { in Add()
130 mMin = aIndex; in Add()
145 mMax = aIndex; in Add()
158 if (aIndex >= mMin && aIndex <= mMax) return true; in Contains()
197 if (aIndex >= mMin && aIndex <= mMax) { in RemoveAllBut()
202 mMin = aIndex; in RemoveAllBut()
203 mMax = aIndex; in RemoveAllBut()
359 Select(aIndex); in ToggleSelect()
509 if (i == aIndex) { in GetRangeAt()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/xul/tree/
H A DnsTreeSelection.cpp98 if (aIndex >= mMin && aIndex <= mMax) { in Remove()
127 if (aIndex < mMin) { in Add()
130 mMin = aIndex; in Add()
145 mMax = aIndex; in Add()
158 if (aIndex >= mMin && aIndex <= mMax) return true; in Contains()
197 if (aIndex >= mMin && aIndex <= mMax) { in RemoveAllBut()
202 mMin = aIndex; in RemoveAllBut()
203 mMax = aIndex; in RemoveAllBut()
359 Select(aIndex); in ToggleSelect()
509 if (i == aIndex) { in GetRangeAt()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/xul/tree/
H A DnsTreeSelection.cpp98 if (aIndex >= mMin && aIndex <= mMax) { in Remove()
127 if (aIndex < mMin) { in Add()
130 mMin = aIndex; in Add()
145 mMax = aIndex; in Add()
158 if (aIndex >= mMin && aIndex <= mMax) return true; in Contains()
197 if (aIndex >= mMin && aIndex <= mMax) { in RemoveAllBut()
202 mMin = aIndex; in RemoveAllBut()
203 mMax = aIndex; in RemoveAllBut()
359 Select(aIndex); in ToggleSelect()
509 if (i == aIndex) { in GetRangeAt()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsCOMArray.h74 NS_IF_ADDREF(mArray[aIndex] = aElement); in ReplaceElementAt()
132 nsISupports* ObjectAt(int32_t aIndex) const { return mArray[aIndex]; } in ObjectAt() argument
134 nsISupports* ElementAt(uint32_t aIndex) const { return mArray[aIndex]; } in ElementAt() argument
146 nsISupports* operator[](int32_t aIndex) const { return mArray[aIndex]; }
150 bool RemoveObjectAt(int32_t aIndex);
152 void RemoveElementAt(uint32_t aIndex);
248 T* ObjectAt(int32_t aIndex) const in ObjectAt() argument
253 T* ElementAt(uint32_t aIndex) const in ElementAt() argument
259 T* SafeObjectAt(int32_t aIndex) const in SafeObjectAt() argument
264 T* SafeElementAt(uint32_t aIndex) const in SafeElementAt() argument
[all …]

12345678910>>...150