Searched defs:pDest (Results 1 - 25 of 27) sorted by relevance

12

/external/icu4c/common/
H A Dustrtrns.cpp48 UChar *pDest; local
68 pDest = dest;
78 if(pDest < destLimit) {
79 *pDest++ = (UChar)ch;
99 if(pDest < destLimit) {
100 *pDest++ = (UChar)ch;
106 if(pDest!=NULL && ((pDest + 2) <= destLimit)) {
107 *pDest++ = U16_LEAD(ch);
108 *pDest
163 UChar32 *pDest; local
[all...]
H A Dutext.cpp1397 UChar *pDest = dest; local
1405 while((index < srcLength)&&(pDest<pDestLimit)){
1408 *pDest++=(UChar)ch;
1412 *(pDest++)=(UChar)ch;
1414 *(pDest++)=U16_LEAD(ch);
1415 if(pDest<pDestLimit){
1416 *(pDest++)=U16_TRAIL(ch);
1435 reqLength+=(int32_t)(pDest - dest);
/external/lzma/CPP/Windows/
H A DPropVariant.cpp185 HRESULT CPropVariant::Detach(PROPVARIANT *pDest) argument
187 HRESULT hr = MyPropVariantClear(pDest);
190 memcpy(pDest, this, sizeof(PROPVARIANT));
/external/chromium_org/third_party/icu/source/common/
H A Dustrtrns.c44 UChar *pDest; local
64 pDest = dest;
74 if(pDest < destLimit) {
75 *pDest++ = (UChar)ch;
95 if(pDest < destLimit) {
96 *pDest++ = (UChar)ch;
102 if((pDest + 2) <= destLimit) {
103 *pDest++ = U16_LEAD(ch);
104 *pDest++ = U16_TRAIL(ch);
119 reqLength += (int32_t)(pDest
159 UChar32 *pDest; local
401 UChar *pDest = dest; local
738 UChar *pDest = dest; local
949 _appendUTF8(uint8_t *pDest, UChar32 c) argument
980 uint8_t *pDest = (uint8_t *)dest; local
1257 UChar *pDest = dest; local
1511 uint8_t *pDest = (uint8_t *)dest; local
[all...]
H A Dutext.cpp1751 UChar *pDest = dest; local
1759 while((index < srcLength)&&(pDest<pDestLimit)){
1762 *pDest++=(UChar)ch;
1769 *(pDest++)=(UChar)ch;
1771 *(pDest++)=UTF16_LEAD(ch);
1772 if(pDest<pDestLimit){
1773 *(pDest++)=UTF16_TRAIL(ch);
1795 reqLength+=(int32_t)(pDest - dest);
/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A Dnormperf.h105 UChar* pDest; member in class:NormPerfFunction
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
124 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status);
129 retVal = (*fn)(src,srcLen,pDest,destLen, options, status);
131 retVal = (*fn)(src,-1,pDest,destLen, options, status);
152 pDest = dest;
163 pDest = (UChar*) malloc(destLen * U_SIZEOF_UCHAR);
169 if(dest != pDest){
170 free(pDest);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_tile.c613 uint *pDest = z; local
632 memcpy(pDest, ptrc, 4 * w);
633 pDest += dstStride;
646 pDest[j] = (ptrc[j] << 8) | ((ptrc[j] >> 16) & 0xff);
648 pDest += dstStride;
661 pDest[j] = (ptrc[j] & 0xffffff00) | ((ptrc[j] >> 24) & 0xff);
663 pDest += dstStride;
675 pDest[j] = (ptrc[j] << 16) | ptrc[j];
677 pDest += dstStride;
689 pDest[
758 uint *pDest = (uint *) (map + y * pt->stride + x*4); local
768 uint *pDest = (uint *) (map + y * pt->stride + x*4); local
782 uint *pDest = (uint *) (map + y * pt->stride + x*4); local
795 uint *pDest = (uint *) (map + y * pt->stride + x*4); local
809 uint *pDest = (uint *) (map + y * pt->stride + x*4); local
822 ushort *pDest = (ushort *) (map + y * pt->stride + x*2); local
835 float *pDest = (float *) (map + y * pt->stride + x*4); local
849 float *pDest = (float *) (map + y * pt->stride + x*8); local
[all...]
/external/icu4c/test/perf/normperf/
H A Dnormperf.h105 UChar* pDest; member in class:NormPerfFunction
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
124 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status);
129 retVal = (*fn)(src,srcLen,pDest,destLen, options, status);
131 retVal = (*fn)(src,-1,pDest,destLen, options, status);
152 pDest = dest;
163 pDest = (UChar*) malloc(destLen * U_SIZEOF_UCHAR);
169 if(dest != pDest){
170 free(pDest);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_tile.c613 uint *pDest = z; local
632 memcpy(pDest, ptrc, 4 * w);
633 pDest += dstStride;
646 pDest[j] = (ptrc[j] << 8) | ((ptrc[j] >> 16) & 0xff);
648 pDest += dstStride;
661 pDest[j] = (ptrc[j] & 0xffffff00) | ((ptrc[j] >> 24) & 0xff);
663 pDest += dstStride;
675 pDest[j] = (ptrc[j] << 16) | ptrc[j];
677 pDest += dstStride;
689 pDest[
758 uint *pDest = (uint *) (map + y * pt->stride + x*4); local
768 uint *pDest = (uint *) (map + y * pt->stride + x*4); local
782 uint *pDest = (uint *) (map + y * pt->stride + x*4); local
795 uint *pDest = (uint *) (map + y * pt->stride + x*4); local
809 uint *pDest = (uint *) (map + y * pt->stride + x*4); local
822 ushort *pDest = (ushort *) (map + y * pt->stride + x*2); local
835 float *pDest = (float *) (map + y * pt->stride + x*4); local
849 float *pDest = (float *) (map + y * pt->stride + x*8); local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dbackup.c29 Btree *pDest; /* Destination b-tree file */ member in struct:sqlite3_backup
31 int bDestLocked; /* True once a write-transaction is open on pDest */
126 rc = sqlite3BtreeSetPageSize(p->pDest,sqlite3BtreeGetPageSize(p->pSrc),-1,0);
177 p->pDest = findBtree(pDestDb, pDestDb, zDestDb);
183 if( 0==p->pSrc || 0==p->pDest || setDestPgsz(p)==SQLITE_NOMEM ){
217 Pager * const pDestPager = sqlite3BtreePager(p->pDest);
219 int nDestPgsz = sqlite3BtreeGetPageSize(p->pDest);
224 int nDestReserve = sqlite3BtreeGetReserve(p->pDest);
269 if( iDest==PENDING_BYTE_PAGE(p->pDest->pBt) ) continue;
341 Pager * const pDestPager = sqlite3BtreePager(p->pDest); /* Des
[all...]
H A Dinsert.c325 Table *pDest, /* The table we are inserting into */
328 int iDbDest /* The database of pDest */
1541 ** for index pDest in an insert transfer optimization. The rules
1549 static int xferCompatibleIndex(Index *pDest, Index *pSrc){ argument
1551 assert( pDest && pSrc );
1552 assert( pDest->pTable!=pSrc->pTable );
1553 if( pDest->nColumn!=pSrc->nColumn ){
1556 if( pDest->onError!=pSrc->onError ){
1560 if( pSrc->aiColumn[i]!=pDest->aiColumn[i] ){
1563 if( pSrc->aSortOrder[i]!=pDest
1606 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
[all...]
H A Dshell.c1491 sqlite3 *pDest; local
1500 rc = sqlite3_open(zDestFile, &pDest);
1503 sqlite3_close(pDest);
1507 pBackup = sqlite3_backup_init(pDest, "main", p->db, zDb);
1509 fprintf(stderr, "Error: %s\n", sqlite3_errmsg(pDest));
1510 sqlite3_close(pDest);
1518 fprintf(stderr, "Error: %s\n", sqlite3_errmsg(pDest));
1521 sqlite3_close(pDest);
H A Dvdbe.c2095 Mem *pDest; /* Where to write the extracted value */ local
2112 pDest = &aMem[pOp->p3];
2113 memAboutToChange(p, pDest);
2114 MemSetTypeFlag(pDest, MEM_Null);
2173 assert( pDest->flags&MEM_Null );
2322 sqlite3VdbeMemReleaseExternal(pDest);
2323 sqlite3VdbeSerialGet((u8 *)&zRec[aOffset[p2]], aType[p2], pDest);
2326 sqlite3VdbeMemMove(&sMem, pDest);
2332 sqlite3VdbeSerialGet((u8*)zData, aType[p2], pDest);
2334 pDest
5626 Mem *pDest; local
[all...]
H A Dselect.c37 void sqlite3SelectDestInit(SelectDest *pDest, int eDest, int iParm){ argument
38 pDest->eDest = (u8)eDest;
39 pDest->iParm = iParm;
40 pDest->affinity = 0;
41 pDest->iMem = 0;
42 pDest->nMem = 0;
503 SelectDest *pDest, /* Destination of SELECT results */
506 int eDest = pDest->eDest;
534 SelectDest *pDest, /* How to dispose of the results */
542 int eDest = pDest
501 checkForMultiColumnSelectError( Parse *pParse, SelectDest *pDest, int nExpr ) argument
526 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
1900 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int p4type, int iBreak ) argument
[all...]
H A Dpager.c3582 ** that pDest points to.
3594 int sqlite3PagerReadFileheader(Pager *pPager, int N, unsigned char *pDest){ argument
3596 memset(pDest, 0, N);
3607 rc = sqlite3OsRead(pPager->fd, pDest, N, 0);
H A Dtclsqlite.c1673 sqlite3 *pDest; local
1686 rc = sqlite3_open(zDestFile, &pDest);
1689 sqlite3_errmsg(pDest), (char*)0);
1690 sqlite3_close(pDest);
1693 pBackup = sqlite3_backup_init(pDest, "main", pDb->db, zSrcDb);
1696 sqlite3_errmsg(pDest), (char*)0);
1697 sqlite3_close(pDest);
1706 sqlite3_errmsg(pDest), (char*)0);
1709 sqlite3_close(pDest);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtrn.c975 const UChar *pu, *pDest; local
984 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, NULL, -1, &errorCode);
992 pDest=u_strFromUTF8Lenient(NULL, 1, &destLength, (const char *)bytes, -1, &errorCode);
1000 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, &errorCode);
1008 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, NULL);
1027 pDest=u_strFromUTF8Lenient(NULL, 0, &destLength, pb, -1, &errorCode);
1029 pDest!=NULL || dest[0]!=0x1234 || destLength!=destLength0
1039 pDest=u_strFromUTF8Lenient(dest, destLength0-1, &destLength, pb, -1, &errorCode);
1051 pDest=u_strFromUTF8Lenient(dest, LENGTHOF(dest), &destLength, pb, -1, &errorCode);
1053 pDest!
[all...]
/external/icu4c/test/cintltst/
H A Dcustrtrn.c975 const UChar *pu, *pDest; local
984 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, NULL, -1, &errorCode);
992 pDest=u_strFromUTF8Lenient(NULL, 1, &destLength, (const char *)bytes, -1, &errorCode);
1000 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, &errorCode);
1008 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, NULL);
1027 pDest=u_strFromUTF8Lenient(NULL, 0, &destLength, pb, -1, &errorCode);
1029 pDest!=NULL || dest[0]!=0x1234 || destLength!=destLength0
1039 pDest=u_strFromUTF8Lenient(dest, destLength0-1, &destLength, pb, -1, &errorCode);
1051 pDest=u_strFromUTF8Lenient(dest, LENGTHOF(dest), &destLength, pb, -1, &errorCode);
1053 pDest!
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_Llcp.c98 phNfc_sData_t * pDest = NULL; local
105 pDest = phOsalNfc_GetMemory(sizeof(phNfc_sData_t));
106 if (pDest == NULL)
111 pDest->buffer = phOsalNfc_GetMemory(pOrig->length);
112 if (pDest->buffer == NULL)
117 memcpy(pDest->buffer, pOrig->buffer, pOrig->length);
118 pDest->length = pOrig->length;
120 return pDest;
123 if (pDest != NULL)
125 if (pDest
[all...]
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtxml.cpp221 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, argument
229 if(status==NULL || U_FAILURE(*status) || pDest==NULL || srcLen==0 || src == NULL){
232 dest =*pDest;
/external/icu4c/tools/genrb/
H A Dwrtxml.cpp223 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, argument
231 if(status==NULL || U_FAILURE(*status) || pDest==NULL || srcLen==0 || src == NULL){
234 dest =*pDest;
/external/aac/libAACdec/src/
H A Daacdec_hcr.cpp754 UCHAR *pDest; local
772 pDest = pSortedCodebook;
778 *pDest++ = pCbPriority[*pCodebook++];
/external/sqlite/dist/orig/
H A Dshell.c1566 sqlite3 *pDest; local
1575 rc = sqlite3_open(zDestFile, &pDest);
1578 sqlite3_close(pDest);
1582 pBackup = sqlite3_backup_init(pDest, "main", p->db, zDb);
1584 fprintf(stderr, "Error: %s\n", sqlite3_errmsg(pDest));
1585 sqlite3_close(pDest);
1593 fprintf(stderr, "Error: %s\n", sqlite3_errmsg(pDest));
1596 sqlite3_close(pDest);
/external/sqlite/dist/
H A Dshell.c1585 sqlite3 *pDest; local
1594 rc = sqlite3_open(zDestFile, &pDest);
1597 sqlite3_close(pDest);
1601 pBackup = sqlite3_backup_init(pDest, "main", p->db, zDb);
1603 fprintf(stderr, "Error: %s\n", sqlite3_errmsg(pDest));
1604 sqlite3_close(pDest);
1612 fprintf(stderr, "Error: %s\n", sqlite3_errmsg(pDest));
1615 sqlite3_close(pDest);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c6613 sqlite3 *pDest, /* Destination database handle */
40037 sqlite3PagerReadFileheader(Pager *pPager, int N, unsigned char *pDest) argument
55471 Btree *pDest; /* Destination b-tree file */ member in struct:sqlite3_backup
62740 Mem *pDest; /* Where to write the extracted value */ member in struct:vdbeExecUnion::OP_Column_stack_vars
63035 Mem *pDest; member in struct:vdbeExecUnion::OP_VColumn_stack_vars
86239 xferCompatibleIndex(Index *pDest, Index *pSrc) argument
86296 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
90166 sqlite3SelectDestInit(SelectDest *pDest, int eDest, int iParm) argument
90630 checkForMultiColumnSelectError( Parse *pParse, SelectDest *pDest, int nExpr ) argument
90655 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
92029 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int p4type, int iBreak ) argument
[all...]

Completed in 587 milliseconds

12