Home
last modified time | relevance | path

Searched refs:pDest (Results 1 – 25 of 32) sorted by relevance

12

/external/icu/icu4c/source/common/
Dustrtrns.cpp48 UChar *pDest; in u_strFromUTF32WithSub() local
68 pDest = dest; in u_strFromUTF32WithSub()
78 if(pDest < destLimit) { in u_strFromUTF32WithSub()
79 *pDest++ = (UChar)ch; in u_strFromUTF32WithSub()
99 if(pDest < destLimit) { in u_strFromUTF32WithSub()
100 *pDest++ = (UChar)ch; in u_strFromUTF32WithSub()
106 if(pDest!=NULL && ((pDest + 2) <= destLimit)) { in u_strFromUTF32WithSub()
107 *pDest++ = U16_LEAD(ch); in u_strFromUTF32WithSub()
108 *pDest++ = U16_TRAIL(ch); in u_strFromUTF32WithSub()
123 reqLength += (int32_t)(pDest - dest); in u_strFromUTF32WithSub()
[all …]
Dutext.cpp1411 UChar *pDest = dest; in utext_strFromUTF8() local
1419 while((index < srcLength)&&(pDest<pDestLimit)){ in utext_strFromUTF8()
1422 *pDest++=(UChar)ch; in utext_strFromUTF8()
1426 *(pDest++)=(UChar)ch; in utext_strFromUTF8()
1428 *(pDest++)=U16_LEAD(ch); in utext_strFromUTF8()
1429 if(pDest<pDestLimit){ in utext_strFromUTF8()
1430 *(pDest++)=U16_TRAIL(ch); in utext_strFromUTF8()
1449 reqLength+=(int32_t)(pDest - dest); in utext_strFromUTF8()
/external/mesa3d/src/gallium/auxiliary/util/
Du_tile.c613 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/
Ddoc_bookmark.cpp78 CPDF_Object* pDest = m_pDict->GetElementValue("Dest"); in GetDest() local
79 if (!pDest) { in GetDest()
82 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) { in GetDest()
84 CFX_ByteStringC name = pDest->GetString(); in GetDest()
87 if (pDest->GetType() == PDFOBJ_ARRAY) { in GetDest()
88 return CPDF_Dest((CPDF_Array*)pDest); in GetDest()
Ddoc_link.cpp88 CPDF_Object* pDest = m_pDict->GetElementValue("Dest"); in GetDest() local
89 if (pDest == NULL) { in GetDest()
92 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) { in GetDest()
94 CFX_ByteStringC name = pDest->GetString(); in GetDest()
97 if (pDest->GetType() == PDFOBJ_ARRAY) { in GetDest()
98 return CPDF_Dest((CPDF_Array*)pDest); in GetDest()
Ddoc_action.cpp17 CPDF_Object* pDest = m_pDict->GetElementValue("D"); in GetDest() local
18 if (!pDest) { in GetDest()
21 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) { in GetDest()
23 CFX_ByteStringC name = pDest->GetString(); in GetDest()
26 if (pDest->GetType() == PDFOBJ_ARRAY) { in GetDest()
27 return CPDF_Dest((CPDF_Array*)pDest); in GetDest()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_image.cpp303 FX_LPBYTE pDest = dest_buf; in SetImage() local
306 FXSYS_memcpy32(pDest, src_buf, dest_pitch); in SetImage()
307 pDest += dest_pitch; in SetImage()
320 FX_LPBYTE pDest = dest_buf; in SetImage() local
327 pDest[dest_offset] = (FX_BYTE)(src_buf[src_offset + 2] * alpha); in SetImage()
328 pDest[dest_offset + 1] = (FX_BYTE)(src_buf[src_offset + 1] * alpha); in SetImage()
329 pDest[dest_offset + 2] = (FX_BYTE)(src_buf[src_offset] * alpha); in SetImage()
334 pFileWrite->WriteBlock(pDest, dest_pitch); in SetImage()
335 pDest = dest_buf; in SetImage()
337 pDest += dest_pitch; in SetImage()
/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h105 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/
DphFriNfc_Llcp.c98 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/icu/icu4c/source/test/cintltst/
Dcustrtrn.c986 const UChar *pu, *pDest; in Test_FromUTF8Lenient() local
995 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, NULL, -1, &errorCode); in Test_FromUTF8Lenient()
1003 pDest=u_strFromUTF8Lenient(NULL, 1, &destLength, (const char *)bytes, -1, &errorCode); in Test_FromUTF8Lenient()
1011 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, &errorCode); in Test_FromUTF8Lenient()
1019 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, NULL); in Test_FromUTF8Lenient()
1038 pDest=u_strFromUTF8Lenient(NULL, 0, &destLength, pb, -1, &errorCode); in Test_FromUTF8Lenient()
1040 pDest!=NULL || dest[0]!=0x1234 || destLength!=destLength0 in Test_FromUTF8Lenient()
1050 pDest=u_strFromUTF8Lenient(dest, destLength0-1, &destLength, pb, -1, &errorCode); in Test_FromUTF8Lenient()
1062 pDest=u_strFromUTF8Lenient(dest, UPRV_LENGTHOF(dest), &destLength, pb, -1, &errorCode); in Test_FromUTF8Lenient()
1064 pDest!=dest || dest[destLength0]!=0 || in Test_FromUTF8Lenient()
[all …]
/external/lzma/CPP/Windows/
DPropVariant.cpp185 HRESULT CPropVariant::Detach(PROPVARIANT *pDest) in Detach() argument
187 HRESULT hr = MyPropVariantClear(pDest); in Detach()
190 memcpy(pDest, this, sizeof(PROPVARIANT)); in Detach()
DPropVariant.h46 HRESULT Detach(PROPVARIANT *pDest);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_utility.cpp299 FX_LPSTR pDest = pDestStart; in PDF_NameDecode() local
302 *pDest ++ = _hex2dec(pSrc[i + 1]) * 16 + _hex2dec(pSrc[i + 2]); in PDF_NameDecode()
305 *pDest ++ = pSrc[i]; in PDF_NameDecode()
308 result.ReleaseBuffer((FX_STRSIZE)(pDest - pDestStart)); in PDF_NameDecode()
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp810 CPDF_Dictionary* pDest = pRoot->GetDict(FX_BSTRC("Dests")); in FPDF_CountNamedDests() local
811 if (pDest) in FPDF_CountNamedDests()
812 count += pDest->GetCount(); in FPDF_CountNamedDests()
843 CPDF_Dictionary* pDest = pRoot->GetDict(FX_BSTRC("Dests")); in FPDF_GetNamedDest() local
844 if (!pDest) return NULL; in FPDF_GetNamedDest()
845 if (index >= count + pDest->GetCount()) return NULL; in FPDF_GetNamedDest()
847 FX_POSITION pos = pDest->GetStartPos(); in FPDF_GetNamedDest()
850 pDestObj = pDest->GetNextElement(pos, bsName); in FPDF_GetNamedDest()
/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp911 FX_LPSTR pDest = pNewData->m_String; in Replace() local
914 FXSYS_memcpy32(pDest, pStart, pTarget - pStart); in Replace()
915 pDest += pTarget - pStart; in Replace()
916 FXSYS_memcpy32(pDest, lpszNew.GetCStr(), lpszNew.GetLength()); in Replace()
917 pDest += lpszNew.GetLength(); in Replace()
920 FXSYS_memcpy32(pDest, pStart, pEnd - pStart); in Replace()
Dfx_basic_array.cpp319 FX_BYTE* pDest = (FX_BYTE*)GetAt(i); in Delete() local
321 pDest[j] = pSrc[j]; in Delete()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp217 void IccLib_TranslateImage(void* pTransform, unsigned char* pDest, const unsigned char* pSrc, FX_IN… in IccLib_TranslateImage() argument
219 cmsDoTransform(((CLcmsCmm*)pTransform)->m_hTransform, (void*)pSrc, pDest, pixels); in IccLib_TranslateImage()
548 void CCodec_IccModule::TranslateScanline(void* pTransform, FX_LPBYTE pDest, FX_LPCBYTE pSrc, FX_INT… in TranslateScanline() argument
550 IccLib_TranslateImage(pTransform, pDest, pSrc, pixels); in TranslateScanline()
Dcodec_int.h183 …virtual void TranslateScanline(FX_LPVOID pTransform, FX_LPBYTE pDest, FX_LPCBYTE pSrc, int pixel…
/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp703 FX_BOOL CFX_ImageStretcher::Start(IFX_ScanlineComposer* pDest, in Start() argument
709 m_pDest = pDest; in Start()
727 if (!pDest->SetInfo(rect.Width(), rect.Height(), m_DestFormat, pal)) { in Start()
742 if (!pDest->SetInfo(rect.Width(), rect.Height(), m_DestFormat, pal)) { in Start()
745 } else if (!pDest->SetInfo(rect.Width(), rect.Height(), m_DestFormat, NULL)) { in Start()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1939 GenericValue *pDest = &Dest; in visitInsertValueInst() local
1941 pDest = &pDest->AggregateVal[*IdxBegin]; in visitInsertValueInst()
1953 pDest->IntVal = Src2.IntVal; in visitInsertValueInst()
1956 pDest->FloatVal = Src2.FloatVal; in visitInsertValueInst()
1959 pDest->DoubleVal = Src2.DoubleVal; in visitInsertValueInst()
1964 pDest->AggregateVal = Src2.AggregateVal; in visitInsertValueInst()
1967 pDest->PointerVal = Src2.PointerVal; in visitInsertValueInst()
/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp233 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, in convertAndEscape() argument
241 if(status==NULL || U_FAILURE(*status) || pDest==NULL || srcLen==0 || src == NULL){ in convertAndEscape()
244 dest =*pDest; in convertAndEscape()
/external/pdfium/core/include/fxge/
Dfx_dib.h462 void Compose(CFX_DIBitmap* pDest, const CFX_ClipRgn* pClipRgn, int bitmap_alpha,
522 FX_INT32 Start(IFX_ScanlineComposer* pDest, const CFX_DIBSource* pBitmap,
/external/aac/libAACdec/src/
Daacdec_hcr.cpp754 UCHAR *pDest; in HcrSortCodebookAndNumCodewordInSection() local
772 pDest = pSortedCodebook; in HcrSortCodebookAndNumCodewordInSection()
778 *pDest++ = pCbPriority[*pCodebook++]; in HcrSortCodebookAndNumCodewordInSection()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h283 …virtual void TranslateScanline(FX_LPVOID pTransform, FX_LPBYTE pDest, FX_LPCBYTE pSrc, int pixel…
/external/sqlite/dist/orig/
Dshell.c2658 sqlite3 *pDest; in do_meta_command() local
2685 rc = sqlite3_open(zDestFile, &pDest); in do_meta_command()
2688 sqlite3_close(pDest); in do_meta_command()
2692 pBackup = sqlite3_backup_init(pDest, "main", p->db, zDb); in do_meta_command()
2694 fprintf(stderr, "Error: %s\n", sqlite3_errmsg(pDest)); in do_meta_command()
2695 sqlite3_close(pDest); in do_meta_command()
2703 fprintf(stderr, "Error: %s\n", sqlite3_errmsg(pDest)); in do_meta_command()
2706 sqlite3_close(pDest); in do_meta_command()

12