Searched defs:srcEnd (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/core/
H A DSkBlitRow_D32.cpp37 const SkPMColor* SK_RESTRICT srcEnd = src + count; local
38 while (src != srcEnd) {
66 const SkPMColor* SK_RESTRICT srcEnd = src + count; local
67 while (src != srcEnd) {
95 const SkPMColor* SK_RESTRICT srcEnd = src + count; local
96 while (src != srcEnd) {
H A DSkBitmapScaler.cpp156 int srcEnd = SkTMin(srcSize - 1, SkScalarCeilToInt(srcPixel + srcSupport)); local
161 for (int curFilterPixel = srcBegin; curFilterPixel <= srcEnd;
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXStringForChars.java196 * @param srcEnd index after the last character in the string
203 * <li><code>srcBegin</code> is greater than <code>srcEnd</code>
204 * <li><code>srcEnd</code> is greater than the length of this
207 * <li><code>dstBegin+(srcEnd-srcBegin)</code> is larger than
211 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) argument
213 System.arraycopy((char[])m_obj, m_start+srcBegin, dst, dstBegin, srcEnd);
H A DXString.java262 * @param srcEnd index after the last character in the string
269 * <li><code>srcBegin</code> is greater than <code>srcEnd</code>
270 * <li><code>srcEnd</code> is greater than the length of this
273 * <li><code>dstBegin+(srcEnd-srcBegin)</code> is larger than
277 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) argument
279 str().getChars(srcBegin, srcEnd, dst, dstBegin);
H A DXStringForFSB.java237 * @param srcEnd index after the last character in the string
244 * <li><code>srcBegin</code> is greater than <code>srcEnd</code>
245 * <li><code>srcEnd</code> is greater than the length of this
248 * <li><code>dstBegin+(srcEnd-srcBegin)</code> is larger than
252 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) argument
257 int n = srcEnd - srcBegin;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DFastStringBuffer.java1235 * @param srcEnd index after the last character in the string
1242 * <li><code>srcBegin</code> is greater than <code>srcEnd</code>
1243 * <li><code>srcEnd</code> is greater than the length of this
1246 * <li><code>dstBegin+(srcEnd-srcBegin)</code> is larger than
1250 private void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) argument
H A DXMLString.java107 * @param srcEnd index after the last character in the string
114 * <li><code>srcBegin</code> is greater than <code>srcEnd</code>
115 * <li><code>srcEnd</code> is greater than the length of this
118 * <li><code>dstBegin+(srcEnd-srcBegin)</code> is larger than
122 public abstract void getChars(int srcBegin, int srcEnd, char dst[], argument
H A DXMLStringDefault.java128 * @param srcEnd index after the last character in the string
135 * <li><code>srcBegin</code> is greater than <code>srcEnd</code>
136 * <li><code>srcEnd</code> is greater than the length of this
139 * <li><code>dstBegin+(srcEnd-srcBegin)</code> is larger than
143 public void getChars(int srcBegin, int srcEnd, char dst[], argument
147 for (int i = srcBegin; i < srcEnd; i++)
/external/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c747 const char* srcEnd; local
754 srcEnd = src8 + 3;
755 ucnv_toUnicode(conv8, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, FALSE, &err);
756 if (srcBeg != srcEnd) {
760 srcEnd = src8 + 4;
761 ucnv_toUnicode(conv8, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, TRUE, &err);
762 if (srcBeg != srcEnd) {
852 const char* srcEnd; local
859 srcEnd = srcBE + 5;
860 ucnv_toUnicode(convBE, &pivBeg, pivEnd, &srcBeg, srcEnd,
884 const char* srcEnd; local
[all...]
/external/lz4/lib/
H A Dlz4frame.c525 const BYTE* const srcEnd = srcPtr + srcSize; local
547 srcPtr = srcEnd;
565 while ((size_t)(srcEnd - srcPtr) >= blockSize)
573 if ((cctxPtr->prefs.autoFlush) && (srcPtr < srcEnd))
577 dstPtr += LZ4F_compressBlock(dstPtr, srcPtr, srcEnd - srcPtr, compress, cctxPtr->lz4CtxPtr, cctxPtr->prefs.compressionLevel);
578 srcPtr = srcEnd;
605 if (srcPtr < srcEnd)
608 size_t sizeToCopy = srcEnd - srcPtr;
957 const BYTE* const srcEnd = srcStart + *srcSizePtr; local
987 if (srcEnd
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 952 milliseconds