HomeSort by relevance Sort by last modified time
    Searched defs:bufPos (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ruleiter.h 61 int32_t bufPos;
138 int32_t bufPos;
  /external/icu4c/common/
ruleiter.h 61 int32_t bufPos;
137 int32_t bufPos;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp 318 unsigned int bufPos = 0;
320 while (bufPos < bufSize) {
322 if (m_receiveBuf[bufPos] == '\n')
323 bufPos++;
329 for (unsigned int i = bufPos; lineLength < 0 && i < bufSize; i++) {
333 fieldLength = i - bufPos;
338 lineLength = i - bufPos;
346 parseEventStreamLine(bufPos, fieldLength, lineLength);
347 bufPos += lineLength + 1;
355 if (bufPos == bufSize
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java 508 private void doTransforms(FloatBuffer bufPos, FloatBuffer bufNorm, int start, int end, Matrix4f transform) {
518 bufPos.position(offset);
520 bufPos.get(tmpFloat, 0, length);
544 bufPos.position(offset);
546 bufPos.put(tmpFloat, 0, length);
552 private void doTransformsTangents(FloatBuffer bufPos, FloatBuffer bufNorm, FloatBuffer bufTangents, int start, int end, Matrix4f transform) {
566 bufPos.position(offset);
569 bufPos.get(tmpFloat, 0, length);
610 bufPos.position(offset);
612 bufPos.put(tmpFloat, 0, length)
    [all...]
  /external/lzma/C/
XzDec.c 52 size_t bufPos;
116 p->bufPos = p->bufConv = p->bufTotal = 0;
136 if (p->bufPos != p->bufConv)
138 size_t curSize = p->bufConv - p->bufPos;
141 memcpy(dest, p->buf + p->bufPos, curSize);
142 p->bufPos += curSize;
148 p->bufTotal -= p->bufPos;
149 memmove(p->buf, p->buf + p->bufPos, p->bufTotal);
150 p->bufPos = 0;
193 if (p->bufTotal == p->bufPos && srcLenOrig == 0 && srcWasFinished)
    [all...]
  /external/svox/pico/lib/
picoos.c 1963 picoos_uint8 strlen, bufpos; local
    [all...]
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 916 milliseconds