Searched refs:aPos (Results 1 – 7 of 7) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | LongArray.java | 1087 for (int aPos = 0; aPos < aLen; ++aPos) in modMultiply() 1089 long aVal = a[aPos]; in modMultiply() 1090 int cOff = aPos; in modMultiply() 1264 int aPos = 0; in modMultiplyAlt() local 1267 long aVal = c[aPos] >>> k; in modMultiplyAlt() 1279 add(c, aPos + ci[index], c, bOff, bMax); in modMultiplyAlt() 1289 while (++aPos < aLen); in modMultiplyAlt() 1444 for (int aPos = 0; aPos < aLen; ++aPos) in multiply() 1446 long aVal = a[aPos]; in multiply() 1447 int cOff = aPos; in multiply()
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRRecognitionException.h | 70 - (void)setCharPositionInLine:(NSInteger)aPos;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRRecognitionException.h | 70 - (void)setCharPositionInLine:(NSInteger)aPos;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRRecognitionException.h | 70 - (void)setCharPositionInLine:(NSInteger)aPos;
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureUploadTests.cpp | 198 deUint32 aPos = gl.getAttribLocation (m_program->getProgram(), "a_pos"); in init() local 199 gl.enableVertexAttribArray (aPos); in init() 200 gl.vertexAttribPointer (aPos, 2, GL_FLOAT, GL_FALSE, 0, &quadCoords[0]); in init()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRRecognitionException.m | 208 - (void)setCharPositionInLine:(NSUInteger)aPos 210 charPositionInLine = aPos;
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text_int.cpp | 2720 int aPos = str.Find(L'@'); in CheckMailLink() local 2721 if (aPos < 1) { in CheckMailLink() 2724 if (str.GetAt(aPos - 1) == L'.' || str.GetAt(aPos - 1) == L'_') { in CheckMailLink() 2728 for (i = aPos - 1; i >= 0; i--) { in CheckMailLink() 2733 if (i == aPos - 1) { in CheckMailLink() 2740 aPos = str.Find(L'@'); in CheckMailLink() 2741 if (aPos < 1) { in CheckMailLink() 2745 for (i = 0; i < aPos; i++) { in CheckMailLink() 2756 aPos = str.Find(L'@'); in CheckMailLink() 2757 if (aPos < 1) { in CheckMailLink() [all …]
|