| /external/quake/quake/src/QW/client/ |
| pmovetst.c | 293 VectorCopy (mid, trace->endpos);
303 VectorCopy (mid, trace->endpos);
364 VectorCopy (end, total.endpos);
390 VectorCopy (end, trace.endpos);
404 VectorAdd (trace.endpos, offset, trace.endpos);
|
| cl_cam.c | 162 // v is endpos 167 VectorCopy(trace.endpos, vec); 168 VectorSubtract(trace.endpos, player->origin, v); 173 VectorSubtract(trace.endpos, self->origin, v);
|
| gl_test.c | 56 VectorCopy (end, trace.endpos);
|
| pmove.c | 145 VectorCopy (trace.endpos, pmove.origin); 255 VectorCopy (trace.endpos, pmove.origin); 279 VectorCopy (trace.endpos, pmove.origin); 293 VectorCopy (trace.endpos, pmove.origin); 488 VectorCopy (trace.endpos, pmove.origin); 602 VectorCopy (tr.endpos, pmove.origin);
|
| /external/javassist/src/main/javassist/expr/ |
| ExprEditor.java | 126 CodeIterator iterator, int endPos) 130 while (iterator.hasNext() && iterator.lookAhead() < endPos) { 136 endPos += size2 - size;
|
| Expr.java | 318 int endPos = oldIterator.lookAhead(); 320 if (ed.doit(thisClass, thisMethod, context, oldIterator, endPos)) 323 oldIterator.move(endPos + oldIterator.getCodeLength() - size);
|
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
| TreeSetTest.java | 269 final int endPos = 3 * objArray.length / 4; 270 SortedSet aSubSet = ts.subSet(objArray[startPos], objArray[endPos]); 272 aSubSet.size() == (endPos - startPos)); 273 for (int counter = startPos; counter < endPos; counter++)
|
| /external/grub/stage2/ |
| fsys_jfs.c | 233 int toread, startpos, endpos; local 236 endpos = filepos + len; 244 toread = (endofcur >= endpos) 256 toread = ((offset << jfs.l2bsize) >= endpos)
|
| fsys_xfs.c | 492 int toread, startpos, endpos; local 501 endpos = filepos + len; 509 toread = (endofcur >= endpos) 521 toread = ((offset << xfs.blklog) >= endpos)
|
| /external/quake/quake/src/QW/server/ |
| world.h | 34 vec3_t endpos; // final position member in struct:__anon14375
|
| /external/quake/quake/src/WinQuake/ |
| chase.cpp | 57 VectorCopy (trace.endpos, impact);
|
| world.h | 34 vec3_t endpos; // final position
member in struct:__anon14698
|
| world.cpp | 698 VectorCopy (mid, trace->endpos); 708 VectorCopy (mid, trace->endpos); 733 VectorCopy (end, trace.endpos); 768 // rotate endpos back to world frame of reference 781 VectorCopy (trace.endpos, temp); 782 trace.endpos[0] = DotProduct (temp, forward); 783 trace.endpos[1] = -DotProduct (temp, right); 784 trace.endpos[2] = DotProduct (temp, up); 796 VectorAdd (trace.endpos, offset, trace.endpos); [all...] |
| gl_test.cpp | 56 VectorCopy (end, trace.endpos);
|
| /external/webkit/Source/WebCore/rendering/ |
| InlineTextBox.cpp | 112 bool InlineTextBox::isSelected(int startPos, int endPos) const 115 int ePos = min(endPos - m_start, (int)m_len); 123 int startPos, endPos; 124 renderer()->selectionStartEnd(startPos, endPos); 129 bool end = (state != RenderObject::SelectionStart && endPos > m_start && endPos <= lastSelectable); 137 (state == RenderObject::SelectionStart || endPos > lastSelectable)) 174 IntRect InlineTextBox::selectionRect(int tx, int ty, int startPos, int endPos) 177 int ePos = min(endPos - m_start, (int)m_len); [all...] |
| RenderView.cpp | 408 void RenderView::setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepaintMode blockRepaintMode) 417 m_selectionEnd == end && m_selectionEndPos == endPos) 467 m_selectionEndPos = endPos; 480 stop = rendererAfterPosition(end, endPos); 581 void RenderView::selectionStartEnd(int& startPos, int& endPos) const 584 endPos = m_selectionEndPos;
|
| /external/wpa_supplicant_8/src/eap_server/ |
| tncs.c | 910 char *endpos; local 921 endpos = end; 925 *endpos = '<'; 933 *endpos = '<'; 956 char *xml, *xmlend, *endpos; local 966 endpos = end; 970 *endpos = '<'; 986 *endpos = '<'; 995 *endpos = '<';
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
| SmsMessageBodyTest.java | 271 int endPos = (asciiCharsLen - startPos > addCount) ? 273 sb.append(sAsciiChars, startPos, endPos); 274 startPos = (endPos == asciiCharsLen) ? 0 : endPos; 305 int endPos = (unicodeCharsLen - startPos > addCount) ? 307 sb.append(sUnicodeChars, startPos, endPos); 308 startPos = (endPos == unicodeCharsLen) ? 0 : endPos;
|
| /external/wpa_supplicant_8/src/eap_peer/ |
| tncc.c | 800 char *endpos; local 811 endpos = end; 815 *endpos = '<'; 823 *endpos = '<'; 846 char *xml, *xmlend, *endpos; local 856 endpos = end; 860 *endpos = '<'; 876 *endpos = '<'; 885 *endpos = '<';
|
| /external/clang/lib/Rewrite/Frontend/ |
| RewriteMacros.cpp | 171 unsigned EndPos; 174 EndPos = RawOffs+RawTok.getLength(); 188 RB.InsertTextBefore(EndPos, "*/");
|
| /external/srec/portable/include/ |
| pstream.h | 43 const unsigned char *endPos;
|
| /external/icu4c/common/ |
| brkeng.cpp | 80 int32_t endPos, 92 while((int32_t)utext_getNativeIndex(text) < endPos && fHandled[breakType]->contains(c)) {
|
| dictbe.h | 86 * @param endPos The end of the run within the supplied text. 95 int32_t endPos,
|
| /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
| XMPUtilsImpl.java | 192 int endPos = catedStr.length(); 193 while (itemEnd < endPos) 197 for (itemStart = itemEnd; itemStart < endPos; itemStart++) 206 if (itemStart >= endPos) 215 for (itemEnd = itemStart; itemEnd < endPos; itemEnd++) 229 else if ((itemEnd + 1) < endPos) 259 for (itemEnd = itemStart; itemEnd < endPos; itemEnd++) 278 if ((itemEnd + 1) < endPos) [all...] |
| /external/webkit/Source/WebCore/xml/ |
| XPathFunctions.cpp | 348 size_t endPos = startPos; 349 while (endPos < length && !isWhitespace(idList[endPos])) 350 ++endPos; 354 Node* node = contextDocument->getElementById(String(&idList[startPos], endPos - startPos)); 358 startPos = endPos;
|