Home
last modified time | relevance | path

Searched refs:aLeft (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h518 GLint aLeft = 0, fdaOuter = 0, fdaInner; in NAME() local
662 aLeft = (GLint)(ChanToFixed(vLower->color[ACOMP]) in NAME()
676 aLeft = ChanToFixed(v2->color[ACOMP]); in NAME()
791 span.alpha = aLeft; in NAME()
859 aLeft += fdaOuter; in NAME()
891 aLeft += fdaInner; in NAME()
/external/sqlite/dist/orig/
Dsqlite3.c56073 ht_slot *aLeft, /* IN: Left hand input list */
56091 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
56093 logpage = aLeft[iLeft++];
56100 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;
56102 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage );
56106 *paRight = aLeft;
56108 memcpy(aLeft, aTmp, sizeof(aTmp[0])*iOut);
148544 char *aLeft, int nLeft, /* Left doclist */
148551 char *pEnd1 = &aLeft[nLeft];
148553 char *p1 = aLeft;
[all …]
/external/sqlite/dist/
Dsqlite3.c56073 ht_slot *aLeft, /* IN: Left hand input list */
56091 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
56093 logpage = aLeft[iLeft++];
56100 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;
56102 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage );
56106 *paRight = aLeft;
56108 memcpy(aLeft, aTmp, sizeof(aTmp[0])*iOut);
148544 char *aLeft, int nLeft, /* Left doclist */
148551 char *pEnd1 = &aLeft[nLeft];
148553 char *p1 = aLeft;
[all …]