/third_party/node/deps/icu-small/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 …]
|
D | utext.cpp | 1427 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/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 …]
|
D | utext.cpp | 1427 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/skia/third_party/externals/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 …]
|
D | utext.cpp | 1427 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/ |
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 …]
|
D | utext.cpp | 1425 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/gstreamer/gstplugins_good/gst/deinterlace/tvtime/tomsmocomp/ |
D | SearchLoopTop.inc | 3 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 …]
|
D | SearchLoopBottom.inc | 81 "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/mindspore/third_party/securec/src/ |
D | memmove_s.c | 25 unsigned char *pDest = (unsigned char *)dst; in SecUtilMemmove() local 29 if (dst <= src || pDest >= (pSrc + maxCount)) { in SecUtilMemmove() 35 *pDest = *pSrc; in SecUtilMemmove() 36 ++pDest; in SecUtilMemmove() 44 pDest = pDest + maxCount - 1; in SecUtilMemmove() 48 *pDest = *pSrc; in SecUtilMemmove() 50 --pDest; in SecUtilMemmove()
|
/third_party/bounds_checking_function/src/ |
D | memmove_s.c | 24 unsigned char *pDest = (unsigned char *)dst; in SecUtilMemmove() local 28 if (dst <= src || pDest >= (pSrc + maxCount)) { in SecUtilMemmove() 35 *pDest = *pSrc; in SecUtilMemmove() 36 ++pDest; in SecUtilMemmove() 44 pDest = pDest + maxCount - 1; in SecUtilMemmove() 48 *pDest = *pSrc; in SecUtilMemmove() 49 --pDest; in SecUtilMemmove()
|
/third_party/openh264/codec/common/src/ |
D | crt_util_safe_x.cpp | 78 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/icu/icu4c/source/test/perf/normperf/ |
D | normperf.h | 109 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/ |
D | custrtrn.c | 989 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/ |
D | gstvoaacenc.c | 476 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/ |
D | Execution.cpp | 1986 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/skia/third_party/externals/icu/source/tools/genrb/ |
D | wrtxml.cpp | 235 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/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | wrtxml.cpp | 235 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/ |
D | wrtxml.cpp | 235 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/ |
D | wrtxml.cpp | 235 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/ |
D | D3D12Sample.cpp | 232 _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/boost/tools/build/src/engine/ |
D | make1.cpp | 181 static void push_stack_on_stack( stack * const pDest, stack * const pSrc ) in push_stack_on_stack() argument 187 pState->prev = pDest->stack; in push_stack_on_stack() 188 pDest->stack = pState; in push_stack_on_stack()
|
/third_party/sqlite/src/ |
D | sqlite3.c | 9263 sqlite3 *pDest, /* Destination database handle */ 55005 SQLITE_PRIVATE void sqlite3PagerAlignReserve(Pager *pDest, Pager *pSrc){ 55006 if( pDest->nReserve!=pSrc->nReserve ){ 55007 pDest->nReserve = pSrc->nReserve; 55008 pagerReportSize(pDest); 56665 SQLITE_PRIVATE int sqlite3PagerReadFileheader(Pager *pPager, int N, unsigned char *pDest){ 56667 memset(pDest, 0, N); 56678 rc = sqlite3OsRead(pPager->fd, pDest, N, 0); 74499 u8 *pDest, /* Pointer to the place to start writing */ 74508 for(i=0; i<iAmt && pDest[i]==0; i++){} [all …]
|
/third_party/sqlite/include/ |
D | sqlite3.h | 8950 sqlite3 *pDest, /* Destination database handle */
|