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

  /external/chromium_org/third_party/libwebp/dsp/
lossless_mips32.c 142 // const uint32_t* pX = &X[4];
145 // while (pX != LoopEnd) {
146 // const uint32_t xy0 = *pX + *pY;
147 // const uint32_t xy1 = *(pX + 1) + *(pY + 1);
151 // pX += 2;
158 const uint32_t* pX = &X[4];
165 "beq %[pX], %[LoopEnd], 2f \n\t"
167 "lw %[temp0], 0(%[pX]) \n\t"
169 "lw %[temp2], 4(%[pX]) \n\t"
174 "addiu %[pX], %[pX], 8 \n\t
    [all...]
  /external/webp/src/dsp/
lossless_mips32.c 142 // const uint32_t* pX = &X[4];
145 // while (pX != LoopEnd) {
146 // const uint32_t xy0 = *pX + *pY;
147 // const uint32_t xy1 = *(pX + 1) + *(pY + 1);
151 // pX += 2;
158 const uint32_t* pX = &X[4];
165 "beq %[pX], %[LoopEnd], 2f \n\t"
167 "lw %[temp0], 0(%[pX]) \n\t"
169 "lw %[temp2], 4(%[pX]) \n\t"
174 "addiu %[pX], %[pX], 8 \n\t
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
resolve.c     [all...]
vdbemem.c 599 Mem *pX;
600 for(i=1, pX=&pVdbe->aMem[1]; i<=pVdbe->nMem; i++, pX++){
601 if( pX->pScopyFrom==pMem ){
602 pX->flags |= MEM_Invalid;
603 pX->pScopyFrom = 0;
    [all...]
test_fuzzer.c 273 fuzzer_rule *pX;
276 while( (pX = p->pNewRule)!=0 ){
277 p->pNewRule = pX->pNext;
278 pX->pNext = 0;
280 pX = fuzzerMergeRules(a[i], pX);
283 a[i] = fuzzerMergeRules(a[i], pX);
285 for(pX=a[0], i=1; i<sizeof(a)/sizeof(a[0]); i++){
286 pX = fuzzerMergeRules(a[i], pX);
    [all...]
os_os2.c     [all...]
expr.c     [all...]
os_win.c     [all...]
vdbe.c     [all...]
os_unix.c     [all...]
test1.c     [all...]
where.c 585 Expr *pX = pTerm->pExpr;
592 if( !sqlite3IndexAffinityOk(pX, idxaff) ) continue;
595 ** it to be useful for optimising expression pX. Store this
598 assert(pX->pLeft);
599 pColl = sqlite3BinaryCompareCollSeq(pParse, pX->pLeft, pX->pRight);
    [all...]
  /external/opencv/cv/src/
cvsnakes.cpp 104 CvSepFilter pX, pY;
146 pX.init_deriv( TILE_SIZE+2, CV_8UC1, CV_16SC1, 1, 0, 3 );
308 pX.process( &_src1, &_dx );
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 573 milliseconds