Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Dustrtrns.cpp50 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 …]
Dutext.cpp1427 UChar *pDest = dest; in utext_strFromUTF8() local
1435 while((index < srcLength)&&(pDest<pDestLimit)){ in utext_strFromUTF8()
1438 *pDest++=(UChar)ch; in utext_strFromUTF8()
1442 *(pDest++)=(UChar)ch; in utext_strFromUTF8()
1444 *(pDest++)=U16_LEAD(ch); in utext_strFromUTF8()
1445 if(pDest<pDestLimit){ in utext_strFromUTF8()
1446 *(pDest++)=U16_TRAIL(ch); in utext_strFromUTF8()
1465 reqLength+=(int32_t)(pDest - dest); in utext_strFromUTF8()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dustrtrns.cpp50 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 …]
Dutext.cpp1425 UChar *pDest = dest; in utext_strFromUTF8() local
1433 while((index < srcLength)&&(pDest<pDestLimit)){ in utext_strFromUTF8()
1436 *pDest++=(UChar)ch; in utext_strFromUTF8()
1440 *(pDest++)=(UChar)ch; in utext_strFromUTF8()
1442 *(pDest++)=U16_LEAD(ch); in utext_strFromUTF8()
1443 if(pDest<pDestLimit){ in utext_strFromUTF8()
1444 *(pDest++)=U16_TRAIL(ch); in utext_strFromUTF8()
1463 reqLength+=(int32_t)(pDest - dest); in utext_strFromUTF8()
/third_party/skia/third_party/externals/icu/source/common/
Dustrtrns.cpp50 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 …]
Dutext.cpp1427 UChar *pDest = dest; in utext_strFromUTF8() local
1435 while((index < srcLength)&&(pDest<pDestLimit)){ in utext_strFromUTF8()
1438 *pDest++=(UChar)ch; in utext_strFromUTF8()
1442 *(pDest++)=(UChar)ch; in utext_strFromUTF8()
1444 *(pDest++)=U16_LEAD(ch); in utext_strFromUTF8()
1445 if(pDest<pDestLimit){ in utext_strFromUTF8()
1446 *(pDest++)=U16_TRAIL(ch); in utext_strFromUTF8()
1465 reqLength+=(int32_t)(pDest - dest); in utext_strFromUTF8()
/third_party/node/deps/icu-small/source/common/
Dustrtrns.cpp50 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 …]
Dutext.cpp1427 UChar *pDest = dest; in utext_strFromUTF8() local
1435 while((index < srcLength)&&(pDest<pDestLimit)){ in utext_strFromUTF8()
1438 *pDest++=(UChar)ch; in utext_strFromUTF8()
1442 *(pDest++)=(UChar)ch; in utext_strFromUTF8()
1444 *(pDest++)=U16_LEAD(ch); in utext_strFromUTF8()
1445 if(pDest<pDestLimit){ in utext_strFromUTF8()
1446 *(pDest++)=U16_TRAIL(ch); in utext_strFromUTF8()
1465 reqLength+=(int32_t)(pDest - dest); in utext_strFromUTF8()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/tomsmocomp/
DSearchLoopTop.inc3 unsigned char* pDest;
36 pDest = pWeaveDest + dst_pitch2;
38 pDest = pWeaveDest + 3*dst_pitch;
44 pDest = pWeaveDest + dst_pitch;
46 pDest = pWeaveDest + dst_pitch2;
108 // XAX - pBobP, then pDest
209 pDest[0] = (3 * pBob[0] + pBob[src_pitch2]) / 4;
210 pDest[1] = (3 * pBob[1] + pBob[src_pitch2 + 1]) / 4;
211 pDest[2] = (3 * pBob[2] + pBob[src_pitch2 + 2]) / 4;
212 pDest[3] = (3 * pBob[3] + pBob[src_pitch2 + 3]) / 4;
[all …]
DSearchLoopBottom.inc81 "m"(pDest),
109 pDest += dst_pitch2;
138 pDest[x] = (out[0] + pBob[0]) / 2;
139 pDest[x + dst_pitchw] = (pBob[src_pitch2] + out[0]) / 2;
140 pDest[x + 1] = (out[1] + pBob[1]) / 2;
141 pDest[x + 1 + dst_pitchw] = (pBob[src_pitch2 + 1] + out[1]) / 2;
143 pDest[x] = out[0];
144 pDest[x+1] = out[1];
154 pDest = dst_pitch2 * (y+1) + pWeaveDest + dst_pitch2;
/third_party/openh264/codec/common/src/
Dcrt_util_safe_x.cpp78 char* WelsStrncpy (char* pDest, int32_t iSizeInBytes, const char* kpSrc) { in WelsStrncpy() argument
79 strncpy_s (pDest, iSizeInBytes, kpSrc, _TRUNCATE); in WelsStrncpy()
81 return pDest; in WelsStrncpy()
139 char* WelsStrncpy (char* pDest, int32_t iSizeInBytes, const char* kpSrc) { in WelsStrncpy() argument
140 strncpy (pDest, kpSrc, iSizeInBytes); //confirmed_safe_unsafe_usage in WelsStrncpy()
141 pDest[iSizeInBytes - 1] = '\0'; in WelsStrncpy()
143 return pDest; in WelsStrncpy()
199 char* WelsStrncpy (char* pDest, int32_t iSizeInBytes, const char* kpSrc) { in WelsStrncpy() argument
200 strncpy (pDest, kpSrc, iSizeInBytes); //confirmed_safe_unsafe_usage in WelsStrncpy()
201 pDest[iSizeInBytes - 1] = '\0'; in WelsStrncpy()
[all …]
/third_party/bounds_checking_function/src/
Dmemmove_s.c28 unsigned char *pDest = (unsigned char *)dst; in SecUtilMemmove() local
32 if (dst <= src || pDest >= (pSrc + maxCount)) { in SecUtilMemmove()
39 *pDest = *pSrc; in SecUtilMemmove()
40 ++pDest; in SecUtilMemmove()
48 pDest = pDest + maxCount - 1; in SecUtilMemmove()
52 *pDest = *pSrc; in SecUtilMemmove()
53 --pDest; in SecUtilMemmove()
/third_party/icu/icu4c/source/test/perf/normperf/
Dnormperf.h109 UChar* pDest; variable
124 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status); in call()
128 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status); in call()
133 retVal = (*fn)(src,srcLen,pDest,destLen, options, status); in call()
135 retVal = (*fn)(src,-1,pDest,destLen, options, status); in call()
156 pDest = dest; in NormPerfFunction()
167 pDest = (UChar*) malloc(destLen * U_SIZEOF_UCHAR); in NormPerfFunction()
173 if(dest != pDest){ in ~NormPerfFunction()
174 free(pDest); in ~NormPerfFunction()
/third_party/icu/icu4c/source/test/cintltst/
Dcustrtrn.c989 const UChar *pu, *pDest; in Test_FromUTF8Lenient() local
998 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, NULL, -1, &errorCode); in Test_FromUTF8Lenient()
1006 pDest=u_strFromUTF8Lenient(NULL, 1, &destLength, (const char *)bytes, -1, &errorCode); in Test_FromUTF8Lenient()
1014 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, &errorCode); in Test_FromUTF8Lenient()
1033 pDest=u_strFromUTF8Lenient(NULL, 0, &destLength, pb, -1, &errorCode); in Test_FromUTF8Lenient()
1035 pDest!=NULL || dest[0]!=0x1234 || destLength!=destLength0 in Test_FromUTF8Lenient()
1045 pDest=u_strFromUTF8Lenient(dest, destLength0-1, &destLength, pb, -1, &errorCode); in Test_FromUTF8Lenient()
1057 pDest=u_strFromUTF8Lenient(dest, UPRV_LENGTHOF(dest), &destLength, pb, -1, &errorCode); in Test_FromUTF8Lenient()
1059 pDest!=dest || dest[destLength0]!=0 || in Test_FromUTF8Lenient()
1069 pDest=u_strFromUTF8Lenient(dest, destLength0, &destLength, pb, -1, &errorCode); in Test_FromUTF8Lenient()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/voaacenc/
Dgstvoaacenc.c476 voaacenc_core_mem_copy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize) in voaacenc_core_mem_copy() argument
478 memcpy (pDest, pSource, uSize); in voaacenc_core_mem_copy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1986 GenericValue *pDest = &Dest; in visitInsertValueInst() local
1988 pDest = &pDest->AggregateVal[*IdxBegin]; in visitInsertValueInst()
2000 pDest->IntVal = Src2.IntVal; in visitInsertValueInst()
2003 pDest->FloatVal = Src2.FloatVal; in visitInsertValueInst()
2006 pDest->DoubleVal = Src2.DoubleVal; in visitInsertValueInst()
2011 pDest->AggregateVal = Src2.AggregateVal; in visitInsertValueInst()
2014 pDest->PointerVal = Src2.PointerVal; in visitInsertValueInst()
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dwrtxml.cpp235 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, in convertAndEscape() argument
243 if(status==NULL || U_FAILURE(*status) || pDest==NULL || srcLen==0 || src == NULL){ in convertAndEscape()
246 dest =*pDest; in convertAndEscape()
/third_party/node/deps/icu-small/source/tools/genrb/
Dwrtxml.cpp235 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, in convertAndEscape() argument
243 if(status==NULL || U_FAILURE(*status) || pDest==NULL || srcLen==0 || src == NULL){ in convertAndEscape()
246 dest =*pDest; in convertAndEscape()
/third_party/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp235 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, in convertAndEscape() argument
243 if(status==NULL || U_FAILURE(*status) || pDest==NULL || srcLen==0 || src == NULL){ in convertAndEscape()
246 dest =*pDest; in convertAndEscape()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dwrtxml.cpp235 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, in convertAndEscape() argument
243 if(status==NULL || U_FAILURE(*status) || pDest==NULL || srcLen==0 || src == NULL){ in convertAndEscape()
246 dest =*pDest; in convertAndEscape()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp232 _In_ const D3D12_MEMCPY_DEST* pDest, in MemcpySubresource() argument
240 BYTE* pDestSlice = reinterpret_cast<BYTE*>(pDest->pData) + pDest->SlicePitch * z; in MemcpySubresource()
244 memcpy(pDestSlice + pDest->RowPitch * y, in MemcpySubresource()
/third_party/sqlite/src/
Dsqlite3.c9411 sqlite3 *pDest, /* Destination database handle */
57584 SQLITE_PRIVATE void sqlite3PagerAlignReserve(Pager *pDest, Pager *pSrc){
57585 if( pDest->nReserve!=pSrc->nReserve ){
57586 pDest->nReserve = pSrc->nReserve;
57587 pagerReportSize(pDest);
59249 SQLITE_PRIVATE int sqlite3PagerReadFileheader(Pager *pPager, int N, unsigned char *pDest){
59251 memset(pDest, 0, N);
59262 rc = sqlite3OsRead(pPager->fd, pDest, N, 0);
77295 u8 *pDest, /* Pointer to the place to start writing */
77304 for(i=0; i<iAmt && pDest[i]==0; i++){}
[all …]
Dshell.c22072 sqlite3 *pDest; in do_meta_command() local
22107 rc = sqlite3_open_v2(zDestFile, &pDest, in do_meta_command()
22111 close_db(pDest); in do_meta_command()
22115 sqlite3_exec(pDest, "PRAGMA synchronous=OFF; PRAGMA journal_mode=OFF;", in do_meta_command()
22119 pBackup = sqlite3_backup_init(pDest, "main", p->db, zDb); in do_meta_command()
22121 utf8_printf(stderr, "Error: %s\n", sqlite3_errmsg(pDest)); in do_meta_command()
22122 close_db(pDest); in do_meta_command()
22130 utf8_printf(stderr, "Error: %s\n", sqlite3_errmsg(pDest)); in do_meta_command()
22133 close_db(pDest); in do_meta_command()
/third_party/sqlite/include/
Dsqlite3.h9102 sqlite3 *pDest, /* Destination database handle */
/third_party/chromium/patch/
D0003-ohos-1115.patch95087 close_db(pDest);
102534 @@ -74673,7 +76172,11 @@ SQLITE_PRIVATE int sqlite3BtreeTransferRow(BtCursor *pDest, BtCursor *pSrc…
102544 if( pDest->pKeyInfo==0 ) aOut += putVarint(aOut, iKey);
102547 @@ -74777,14 +76280,13 @@ SQLITE_PRIVATE int sqlite3BtreeTransferRow(BtCursor *pDest, BtCursor *pSr…
104956 - pDest = &aMem[pOp->p3];
104957 - memAboutToChange(p, pDest);
104982 + pDest = &aMem[pOp->p3];
104983 + memAboutToChange(p, pDest);
104984 sqlite3VdbeMemSetNull(pDest);
105043 + pDest = &aMem[pOp->p3];
[all …]