/external/icu/icu4c/source/common/ |
D | ustrtrns.cpp | 50 UChar *pDest; in u_strFromUTF32WithSub() local 70 pDest = dest; in u_strFromUTF32WithSub() 80 if(pDest < destLimit) { in u_strFromUTF32WithSub() 81 *pDest++ = (UChar)ch; in u_strFromUTF32WithSub() 101 if(pDest < destLimit) { in u_strFromUTF32WithSub() 102 *pDest++ = (UChar)ch; in u_strFromUTF32WithSub() 108 if(pDest!=NULL && ((pDest + 2) <= destLimit)) { in u_strFromUTF32WithSub() 109 *pDest++ = U16_LEAD(ch); in u_strFromUTF32WithSub() 110 *pDest++ = U16_TRAIL(ch); in u_strFromUTF32WithSub() 125 reqLength += (int32_t)(pDest - dest); in u_strFromUTF32WithSub() [all …]
|
/external/chromium_org/third_party/icu/source/common/ |
D | ustrtrns.cpp | 50 UChar *pDest; in u_strFromUTF32WithSub() local 70 pDest = dest; in u_strFromUTF32WithSub() 80 if(pDest < destLimit) { in u_strFromUTF32WithSub() 81 *pDest++ = (UChar)ch; in u_strFromUTF32WithSub() 101 if(pDest < destLimit) { in u_strFromUTF32WithSub() 102 *pDest++ = (UChar)ch; in u_strFromUTF32WithSub() 108 if(pDest!=NULL && ((pDest + 2) <= destLimit)) { in u_strFromUTF32WithSub() 109 *pDest++ = U16_LEAD(ch); in u_strFromUTF32WithSub() 110 *pDest++ = U16_TRAIL(ch); in u_strFromUTF32WithSub() 125 reqLength += (int32_t)(pDest - dest); in u_strFromUTF32WithSub() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tile.c | 613 uint *pDest = z; in pipe_get_tile_z() local 632 memcpy(pDest, ptrc, 4 * w); in pipe_get_tile_z() 633 pDest += dstStride; in pipe_get_tile_z() 646 pDest[j] = (ptrc[j] << 8) | ((ptrc[j] >> 16) & 0xff); in pipe_get_tile_z() 648 pDest += dstStride; in pipe_get_tile_z() 661 pDest[j] = (ptrc[j] & 0xffffff00) | ((ptrc[j] >> 24) & 0xff); in pipe_get_tile_z() 663 pDest += dstStride; in pipe_get_tile_z() 675 pDest[j] = (ptrc[j] << 16) | ptrc[j]; in pipe_get_tile_z() 677 pDest += dstStride; in pipe_get_tile_z() 689 pDest[j] = 0; in pipe_get_tile_z() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_tile.c | 613 uint *pDest = z; in pipe_get_tile_z() local 632 memcpy(pDest, ptrc, 4 * w); in pipe_get_tile_z() 633 pDest += dstStride; in pipe_get_tile_z() 646 pDest[j] = (ptrc[j] << 8) | ((ptrc[j] >> 16) & 0xff); in pipe_get_tile_z() 648 pDest += dstStride; in pipe_get_tile_z() 661 pDest[j] = (ptrc[j] & 0xffffff00) | ((ptrc[j] >> 24) & 0xff); in pipe_get_tile_z() 663 pDest += dstStride; in pipe_get_tile_z() 675 pDest[j] = (ptrc[j] << 16) | ptrc[j]; in pipe_get_tile_z() 677 pDest += dstStride; in pipe_get_tile_z() 689 pDest[j] = 0; in pipe_get_tile_z() [all …]
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_bookmark.cpp | 72 CPDF_Object* pDest = m_pDict->GetElementValue("Dest"); in GetDest() local 73 if (pDest == NULL) { in GetDest() 76 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) { in GetDest() 78 CFX_ByteStringC name = pDest->GetString(); in GetDest() 80 } else if (pDest->GetType() == PDFOBJ_ARRAY) { in GetDest() 81 return (CPDF_Array*)pDest; in GetDest()
|
D | doc_link.cpp | 89 CPDF_Object* pDest = m_pDict->GetElementValue("Dest"); in GetDest() local 90 if (pDest == NULL) { in GetDest() 93 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) { in GetDest() 95 CFX_ByteStringC name = pDest->GetString(); in GetDest() 97 } else if (pDest->GetType() == PDFOBJ_ARRAY) { in GetDest() 98 return (CPDF_Array*)pDest; in GetDest()
|
D | doc_action.cpp | 17 CPDF_Object* pDest = m_pDict->GetElementValue("D"); in GetDest() local 18 if (pDest == NULL) { in GetDest() 21 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) { in GetDest() 23 CFX_ByteStringC name = pDest->GetString(); in GetDest() 25 } else if (pDest->GetType() == PDFOBJ_ARRAY) { in GetDest() 26 return (CPDF_Array*)pDest; in GetDest()
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | backup.c | 29 Btree *pDest; /* Destination b-tree file */ member 126 rc = sqlite3BtreeSetPageSize(p->pDest,sqlite3BtreeGetPageSize(p->pSrc),-1,0); in setDestPgsz() 177 p->pDest = findBtree(pDestDb, pDestDb, zDestDb); in sqlite3_backup_init() 183 if( 0==p->pSrc || 0==p->pDest || setDestPgsz(p)==SQLITE_NOMEM ){ in sqlite3_backup_init() 217 Pager * const pDestPager = sqlite3BtreePager(p->pDest); in backupOnePage() 219 int nDestPgsz = sqlite3BtreeGetPageSize(p->pDest); in backupOnePage() 224 int nDestReserve = sqlite3BtreeGetReserve(p->pDest); in backupOnePage() 269 if( iDest==PENDING_BYTE_PAGE(p->pDest->pBt) ) continue; in backupOnePage() 341 Pager * const pDestPager = sqlite3BtreePager(p->pDest); /* Dest pager */ in sqlite3_backup_step() 357 && SQLITE_OK==(rc = sqlite3BtreeBeginTrans(p->pDest, 2)) in sqlite3_backup_step() [all …]
|
D | insert.c | 325 Table *pDest, /* The table we are inserting into */ 1549 static int xferCompatibleIndex(Index *pDest, Index *pSrc){ in xferCompatibleIndex() argument 1551 assert( pDest && pSrc ); in xferCompatibleIndex() 1552 assert( pDest->pTable!=pSrc->pTable ); in xferCompatibleIndex() 1553 if( pDest->nColumn!=pSrc->nColumn ){ in xferCompatibleIndex() 1556 if( pDest->onError!=pSrc->onError ){ in xferCompatibleIndex() 1560 if( pSrc->aiColumn[i]!=pDest->aiColumn[i] ){ in xferCompatibleIndex() 1563 if( pSrc->aSortOrder[i]!=pDest->aSortOrder[i] ){ in xferCompatibleIndex() 1566 if( !xferCompatibleCollation(pSrc->azColl[i],pDest->azColl[i]) ){ in xferCompatibleIndex() 1608 Table *pDest, /* The table we are inserting into */ in xferOptimization() argument [all …]
|
D | select.c | 37 void sqlite3SelectDestInit(SelectDest *pDest, int eDest, int iParm){ in sqlite3SelectDestInit() argument 38 pDest->eDest = (u8)eDest; in sqlite3SelectDestInit() 39 pDest->iParm = iParm; in sqlite3SelectDestInit() 40 pDest->affinity = 0; in sqlite3SelectDestInit() 41 pDest->iMem = 0; in sqlite3SelectDestInit() 42 pDest->nMem = 0; in sqlite3SelectDestInit() 503 SelectDest *pDest, /* Destination of SELECT results */ in checkForMultiColumnSelectError() argument 506 int eDest = pDest->eDest; in checkForMultiColumnSelectError() 534 SelectDest *pDest, /* How to dispose of the results */ in selectInnerLoop() argument 542 int eDest = pDest->eDest; /* How to dispose of results */ in selectInnerLoop() [all …]
|
D | vdbe.c | 2095 Mem *pDest; /* Where to write the extracted value */ in sqlite3VdbeExec() local 2112 pDest = &aMem[pOp->p3]; in sqlite3VdbeExec() 2113 memAboutToChange(p, pDest); in sqlite3VdbeExec() 2114 MemSetTypeFlag(pDest, MEM_Null); in sqlite3VdbeExec() 2173 assert( pDest->flags&MEM_Null ); in sqlite3VdbeExec() 2322 sqlite3VdbeMemReleaseExternal(pDest); in sqlite3VdbeExec() 2323 sqlite3VdbeSerialGet((u8 *)&zRec[aOffset[p2]], aType[p2], pDest); in sqlite3VdbeExec() 2326 sqlite3VdbeMemMove(&sMem, pDest); in sqlite3VdbeExec() 2332 sqlite3VdbeSerialGet((u8*)zData, aType[p2], pDest); in sqlite3VdbeExec() 2334 pDest->enc = encoding; in sqlite3VdbeExec() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_image.cpp | 312 FX_LPBYTE pDest = dest_buf; in SetImage() local 315 FXSYS_memcpy32(pDest, src_buf, dest_pitch); in SetImage() 316 pDest += dest_pitch; in SetImage() 329 FX_LPBYTE pDest = dest_buf; in SetImage() local 336 pDest[dest_offset] = (FX_BYTE)(src_buf[src_offset + 2] * alpha); in SetImage() 337 pDest[dest_offset + 1] = (FX_BYTE)(src_buf[src_offset + 1] * alpha); in SetImage() 338 pDest[dest_offset + 2] = (FX_BYTE)(src_buf[src_offset] * alpha); in SetImage() 343 pFileWrite->WriteBlock(pDest, dest_pitch); in SetImage() 344 pDest = dest_buf; in SetImage() 346 pDest += dest_pitch; in SetImage()
|
/external/chromium_org/third_party/icu/source/test/perf/normperf/ |
D | normperf.h | 105 UChar* pDest; variable 120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status); in call() 124 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status); in call() 129 retVal = (*fn)(src,srcLen,pDest,destLen, options, status); in call() 131 retVal = (*fn)(src,-1,pDest,destLen, options, status); in call() 152 pDest = dest; in NormPerfFunction() 163 pDest = (UChar*) malloc(destLen * U_SIZEOF_UCHAR); in NormPerfFunction() 169 if(dest != pDest){ in ~NormPerfFunction() 170 free(pDest); in ~NormPerfFunction()
|
/external/icu/icu4c/source/test/perf/normperf/ |
D | normperf.h | 105 UChar* pDest; variable 120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status); in call() 124 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status); in call() 129 retVal = (*fn)(src,srcLen,pDest,destLen, options, status); in call() 131 retVal = (*fn)(src,-1,pDest,destLen, options, status); in call() 152 pDest = dest; in NormPerfFunction() 163 pDest = (UChar*) malloc(destLen * U_SIZEOF_UCHAR); in NormPerfFunction() 169 if(dest != pDest){ in ~NormPerfFunction() 170 free(pDest); in ~NormPerfFunction()
|
/external/libnfc-nxp/src/ |
D | phFriNfc_Llcp.c | 98 phNfc_sData_t * pDest = NULL; in phFriNfc_Llcp_AllocateAndCopy() local 105 pDest = phOsalNfc_GetMemory(sizeof(phNfc_sData_t)); in phFriNfc_Llcp_AllocateAndCopy() 106 if (pDest == NULL) in phFriNfc_Llcp_AllocateAndCopy() 111 pDest->buffer = phOsalNfc_GetMemory(pOrig->length); in phFriNfc_Llcp_AllocateAndCopy() 112 if (pDest->buffer == NULL) in phFriNfc_Llcp_AllocateAndCopy() 117 memcpy(pDest->buffer, pOrig->buffer, pOrig->length); in phFriNfc_Llcp_AllocateAndCopy() 118 pDest->length = pOrig->length; in phFriNfc_Llcp_AllocateAndCopy() 120 return pDest; in phFriNfc_Llcp_AllocateAndCopy() 123 if (pDest != NULL) in phFriNfc_Llcp_AllocateAndCopy() 125 if (pDest->buffer != NULL) in phFriNfc_Llcp_AllocateAndCopy() [all …]
|
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/ |
D | oi_string.h | 115 OI_CHAR* OI_Strcpy(OI_CHAR *pDest, 125 OI_CHAR* OI_Strcat(OI_CHAR *pDest,
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | VectorMath.cpp | 217 __m128* pDest; 233 pDest = reinterpret_cast<__m128*>(destP); 234 *pDest = _mm_mul_ps(*pSource, mScale); 296 __m128* pDest; 307 pDest = reinterpret_cast<__m128*>(destP); 308 *pDest = _mm_add_ps(*pSource1, *pSource2); 331 pDest = reinterpret_cast<__m128*>(destP); 332 *pDest = _mm_add_ps(*pSource1, source2);
|
/external/lzma/CPP/Windows/ |
D | PropVariant.cpp | 185 HRESULT CPropVariant::Detach(PROPVARIANT *pDest) in Detach() argument 187 HRESULT hr = MyPropVariantClear(pDest); in Detach() 190 memcpy(pDest, this, sizeof(PROPVARIANT)); in Detach()
|
D | PropVariant.h | 46 HRESULT Detach(PROPVARIANT *pDest);
|
/external/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 988 const UChar *pu, *pDest; in Test_FromUTF8Lenient() local 997 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, NULL, -1, &errorCode); in Test_FromUTF8Lenient() 1005 pDest=u_strFromUTF8Lenient(NULL, 1, &destLength, (const char *)bytes, -1, &errorCode); in Test_FromUTF8Lenient() 1013 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, &errorCode); in Test_FromUTF8Lenient() 1021 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, NULL); in Test_FromUTF8Lenient() 1040 pDest=u_strFromUTF8Lenient(NULL, 0, &destLength, pb, -1, &errorCode); in Test_FromUTF8Lenient() 1042 pDest!=NULL || dest[0]!=0x1234 || destLength!=destLength0 in Test_FromUTF8Lenient() 1052 pDest=u_strFromUTF8Lenient(dest, destLength0-1, &destLength, pb, -1, &errorCode); in Test_FromUTF8Lenient() 1064 pDest=u_strFromUTF8Lenient(dest, LENGTHOF(dest), &destLength, pb, -1, &errorCode); in Test_FromUTF8Lenient() 1066 pDest!=dest || dest[destLength0]!=0 || in Test_FromUTF8Lenient() [all …]
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | custrtrn.c | 988 const UChar *pu, *pDest; in Test_FromUTF8Lenient() local 997 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, NULL, -1, &errorCode); in Test_FromUTF8Lenient() 1005 pDest=u_strFromUTF8Lenient(NULL, 1, &destLength, (const char *)bytes, -1, &errorCode); in Test_FromUTF8Lenient() 1013 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, &errorCode); in Test_FromUTF8Lenient() 1021 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, NULL); in Test_FromUTF8Lenient() 1040 pDest=u_strFromUTF8Lenient(NULL, 0, &destLength, pb, -1, &errorCode); in Test_FromUTF8Lenient() 1042 pDest!=NULL || dest[0]!=0x1234 || destLength!=destLength0 in Test_FromUTF8Lenient() 1052 pDest=u_strFromUTF8Lenient(dest, destLength0-1, &destLength, pb, -1, &errorCode); in Test_FromUTF8Lenient() 1064 pDest=u_strFromUTF8Lenient(dest, LENGTHOF(dest), &destLength, pb, -1, &errorCode); in Test_FromUTF8Lenient() 1066 pDest!=dest || dest[destLength0]!=0 || in Test_FromUTF8Lenient() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_utility.cpp | 273 FX_LPSTR pDest = pDestStart; in PDF_NameDecode() local 276 *pDest ++ = _hex2dec(pSrc[i + 1]) * 16 + _hex2dec(pSrc[i + 2]); in PDF_NameDecode() 279 *pDest ++ = pSrc[i]; in PDF_NameDecode() 282 result.ReleaseBuffer((FX_STRSIZE)(pDest - pDestStart)); in PDF_NameDecode()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_icc.cpp | 195 void IccLib_TranslateImage(void* pTransform, unsigned char* pDest, const unsigned char* pSrc, int p… in IccLib_TranslateImage() argument 197 cmsDoTransform(((CLcmsCmm*)pTransform)->m_hTransform, (void*)pSrc, pDest, pixels); in IccLib_TranslateImage() 539 void CCodec_IccModule::TranslateScanline(void* pTransform, FX_LPBYTE pDest, FX_LPCBYTE pSrc, int pi… in TranslateScanline() argument 541 IccLib_TranslateImage(pTransform, pDest, pSrc, pixels); in TranslateScanline()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_bstring.cpp | 909 FX_LPSTR pDest = pNewData->m_String; in Replace() local 912 FXSYS_memcpy32(pDest, pStart, pTarget - pStart); in Replace() 913 pDest += pTarget - pStart; in Replace() 914 FXSYS_memcpy32(pDest, lpszNew.GetCStr(), lpszNew.GetLength()); in Replace() 915 pDest += lpszNew.GetLength(); in Replace() 918 FXSYS_memcpy32(pDest, pStart, pEnd - pStart); in Replace()
|
D | fx_basic_array.cpp | 345 FX_BYTE* pDest = (FX_BYTE*)GetAt(i); in Delete() local 347 pDest[j] = pSrc[j]; in Delete()
|