HomeSort by relevance Sort by last modified time
    Searched full:curpos (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_init.c 45 unsigned int curpos = 0, i, tmp_req = 0; local
54 curpos++;
56 if (!curpos)
60 tmp_q = CALLOC(curpos, sizeof(pp_func));
61 ppq->shaders = CALLOC(curpos, sizeof(void *));
62 ppq->verts = CALLOC(curpos, sizeof(unsigned int));
72 curpos = 0;
76 ppq->pp_queue[curpos] = pp_filters[i].main;
80 ppq->shaders[curpos] =
82 ppq->verts[curpos] = pp_filters[i].verts
    [all...]
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_init.c 45 unsigned int curpos = 0, i, tmp_req = 0; local
54 curpos++;
56 if (!curpos)
60 tmp_q = CALLOC(curpos, sizeof(pp_func));
61 ppq->shaders = CALLOC(curpos, sizeof(void *));
62 ppq->verts = CALLOC(curpos, sizeof(unsigned int));
72 curpos = 0;
76 ppq->pp_queue[curpos] = pp_filters[i].main;
80 ppq->shaders[curpos] =
82 ppq->verts[curpos] = pp_filters[i].verts
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/content/
ThreadSafeCursorWrapper.java 142 final int curPos = mPosition.get();
143 return moveToPosition(curPos + offset);
158 final int curPos = mPosition.get();
159 return moveToPosition(curPos + 1);
177 final int curPos = mPosition.get();
179 if (position == curPos) {
190 final int curPos = mPosition.get();
191 return moveToPosition(curPos - 1);
  /external/qemu-pc-bios/vgabios/tests/
testbios.c 23 Bit16u curpos[8]; member in struct:__anon25754
266 biosarea->curpos[0]=peek(0x40,0x50);
267 biosarea->curpos[1]=peek(0x40,0x52);
268 biosarea->curpos[2]=peek(0x40,0x54);
269 biosarea->curpos[3]=peek(0x40,0x56);
270 biosarea->curpos[4]=peek(0x40,0x58);
271 biosarea->curpos[5]=peek(0x40,0x5a);
272 biosarea->curpos[6]=peek(0x40,0x5c);
273 biosarea->curpos[7]=peek(0x40,0x5e);
297 printf("curpos : %04x %04x %04x %04x %04x %04x %04x %04x\n",
    [all...]
  /external/srec/portable/src/
pstream.c 305 PortFile->curPos = PortFile->curFrame->buffer;
306 PortFile->endPos = PortFile->curPos + end;
401 if (PortFile->endPos == PortFile->curPos) /* end of file */
404 if (PortFile->curPos == curFrame->buffer + curFrame->size) /* end of this frame */
408 PortFile->curPos = curFrame->buffer;
412 cbAvail = PortFile->endPos - PortFile->curPos;
414 cbAvail = curFrame->size - (PortFile->curPos - curFrame->buffer);
421 *bufferPtr++ = *PortFile->curPos++;
424 if (PortFile->curPos == PortFile->endPos)
464 if (PortFile->curPos == curFrame->buffer + curFrame->size) /* end of this frame *
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParserTokenManager.java 118 private final int jjMoveNfa_0(int startState, int curPos)
202 jjmatchedPos = curPos;
205 ++curPos;
207 return curPos;
209 catch(java.io.IOException e) { return curPos; }
247 private final int jjMoveNfa_2(int startState, int curPos)
326 jjmatchedPos = curPos;
329 ++curPos;
331 return curPos;
333 catch(java.io.IOException e) { return curPos; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleTextEditor.cpp 71 long curPos = propertyStart - 1; // The last position of style declaration, since propertyStart points past one.
72 while (curPos && isHTMLSpace<UChar>(m_styleText[curPos]))
73 --curPos;
74 if (curPos) {
75 bool terminated = m_styleText[curPos] == ';' || (m_styleText[curPos] == '/' && m_styleText[curPos - 1] == '*');
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
Makefile.inc 6 EXTRA_DIST += modules/objfmts/win32/tests/win32-curpos.asm
7 EXTRA_DIST += modules/objfmts/win32/tests/win32-curpos.hex
  /external/lzma/CPP/Common/
C_FileIO.cpp 34 off_t curPos = Seek(0, SEEK_CUR);
36 Seek(curPos, SEEK_SET);
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 97 unsigned curpos; member in class:llvm::NVPTXAsmPrinter::AggBuffer
106 curpos = 0;
111 assert((curpos + Num) <= size);
112 assert((curpos + Bytes) <= size);
114 buffer[curpos] = Ptr[i];
115 curpos++;
118 buffer[curpos] = 0;
119 curpos++;
121 return curpos;
124 assert((curpos + Num) <= size)
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserTokenManager.java 112 private final int jjMoveNfa_0(int startState, int curPos)
216 jjmatchedPos = curPos;
219 ++curPos;
221 return curPos;
223 catch(java.io.IOException e) { return curPos; }
258 private final int jjMoveNfa_1(int startState, int curPos)
337 jjmatchedPos = curPos;
340 ++curPos;
342 return curPos;
344 catch(java.io.IOException e) { return curPos; }
    [all...]
  /external/svox/pico/lib/
picokfst.c 147 picoos_uint32 curpos; local
163 curpos = kfst->hdrLen;
164 BytesToNum(kfst->fstStream,& curpos,& kfst->transductionMode);
165 BytesToNum(kfst->fstStream,& curpos,& kfst->nrClasses);
166 BytesToNum(kfst->fstStream,& curpos,& kfst->nrStates);
167 BytesToNum(kfst->fstStream,& curpos,& kfst->termClass);
168 BytesToNum(kfst->fstStream,& curpos,& kfst->alphaHashTabSize);
169 BytesToNum(kfst->fstStream,& curpos,& offs);
171 BytesToNum(kfst->fstStream,& curpos,& kfst->transTabEntrySize);
172 BytesToNum(kfst->fstStream,& curpos,& offs)
    [all...]
picorsrc.c 478 picoos_uint32 curpos = 0, offset, size; local
486 numKbs = data[curpos++];
493 status = (picoos_get_str((picoos_char *)data,&curpos,str,PICOOS_MAX_FIELD_STRING_LEN)) ? PICO_OK : PICO_EXC_FILE_CORRUPT;
497 curpos++;
500 kbid = data[curpos++];
501 PICODBG_DEBUG(("got kb id %i, curpos now %i",kbid, curpos));
502 status = picoos_read_mem_pi_uint32(data,&curpos,&offset);
503 PICODBG_DEBUG(("got kb offset %i, curpos now %i",offset, curpos));
    [all...]
picoklex.c 151 picoos_uint32 curpos = 0; local
164 if (PICO_OK == picoos_read_mem_pi_uint16(this->base, &curpos,
167 PICODBG_DEBUG(("nr blocks: %i, curpos: %i", klex->nrblocks,curpos));
168 klex->searchind = this->base + curpos;
picoacph.c 379 picoos_uint8 curpos; /* POS(es) of current word */ local
388 curpos = PICOKDT_EPSILON; /* needs to be in 2^8 */
441 PICODBG_TRACE(("iter: %d, curpos: %d", i, acph->headx[i].head.info1));
444 curpos = acph->headx[i].head.info1;
456 if (curpos != valbuf[2]) {
460 valbuf[2] = curpos;
798 picoos_uint8 curpos; /* POS(es) of current word */ local
806 curpos = PICOKDT_EPSILON; /* needs to be < 2^8 */
859 PICODBG_TRACE(("iter: %d, curpos: %d", i, acph->headx[i].head.info1));
862 curpos = acph->headx[i].head.info1
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
Makefile.inc 4 EXTRA_DIST += modules/objfmts/elf/tests/curpos.asm
5 EXTRA_DIST += modules/objfmts/elf/tests/curpos.hex
6 EXTRA_DIST += modules/objfmts/elf/tests/curpos-err.asm
7 EXTRA_DIST += modules/objfmts/elf/tests/curpos-err.errwarn
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserTokenManager.java 296 private final int jjMoveNfa_0(int startState, int curPos)
380 jjmatchedPos = curPos;
383 ++curPos;
385 return curPos;
387 catch(java.io.IOException e) { return curPos; }
425 private final int jjMoveNfa_1(int startState, int curPos)
504 jjmatchedPos = curPos;
507 ++curPos;
509 return curPos;
511 catch(java.io.IOException e) { return curPos; }
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
Makefile.inc 22 EXTRA_DIST += modules/objfmts/win64/tests/win64-curpos.asm
23 EXTRA_DIST += modules/objfmts/win64/tests/win64-curpos.hex
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java 776 int curpos = mTrackList.getSelectedItemPosition(); local
777 if (mPlaylist != null && !mPlaylist.equals("recentlyadded") && curpos >= 0 &&
797 int curpos = mTrackList.getSelectedItemPosition(); local
798 if (curcount == 0 || curpos < 0) {
808 if (curpos != MusicUtils.sService.getQueuePosition()) {
816 ((NowPlayingCursor)mTrackCursor).removeItem(curpos);
    [all...]
  /external/lzma/C/
LzFindMt.c 314 UInt32 curPos = 2;
317 while (curPos < limit)
326 distances[curPos++] = 0;
345 while (curPos < limit && size-- != 0)
347 UInt32 *startDistances = distances + curPos;
352 curPos += num;
360 curPos = limit - GetMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue,
361 distances + curPos, p->numHashBytes - 1, p->hashBuf + p->hashBufPos, (Int32)(limit - curPos) , size, &posRes);
377 distances[0] = curPos;
    [all...]
  /frameworks/base/core/java/android/widget/
AlphabetIndexer.java 219 // int curPos = alphaMap.get(startingLetterKey, Integer.MIN_VALUE);
220 // if (curPos == Integer.MIN_VALUE || Math.abs(curPos) > pos) {
  /frameworks/base/core/jni/
android_util_Process.cpp 627 jint curPos = 0;
641 if (curPos >= curCount) {
659 curData[curPos] = pid;
660 curPos++;
665 if (curData != NULL && curPos > 0) {
666 qsort(curData, curPos, sizeof(jint), pid_compare);
669 while (curPos < curCount) {
670 curData[curPos] = -1;
671 curPos++;
  /external/nist-sip/java/gov/nist/core/
StringTokenizer.java 124 int curPos = ptr;
126 ptr = curPos;
  /external/srec/portable/include/
pstream.h 42 const unsigned char *curPos;
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.c 114 /* In order for us to correctly output curpos-relative values, we must
259 * -1*symrec is actually -1*curpos, we can match
261 * a curpos-relative reloc.
269 * Don't do this if we've already become curpos-relative.
283 /* Mark value as curpos-relative */
298 /* Replace positive portion with curpos */

Completed in 3567 milliseconds

1 2 3