Home
last modified time | relevance | path

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

/third_party/bounds_checking_function/src/
H A Dmemmove_s.c28 unsigned char *pDest = (unsigned char *)dst; in SecUtilMemmove() local
/third_party/lzma/CPP/Windows/
H A DPropVariant.cpp316 HRESULT CPropVariant::Detach(PROPVARIANT *pDest) throw() in Detach() argument
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_function.cpp132 char *pDest = pStrMac; in MacChConToMacStr() local
/third_party/backends/backend/
H A Dplustek-pp_tpa.c338 pUChar pDest, pSrce, pNegativeTempRam; in tpaP98RecalculateNegativeShadingGain() local
H A Dplustek-pp_dac.c85 pUChar pDest, pSrce; in dacP98AdjustGainAverage() local
949 static void dacP96SumAverageShading( pScanData ps, pUChar pDest, pUChar pSrce ) in dacP96SumAverageShading() argument
H A Dxerox_mfp.c161 static int copy_decompress_data(struct device *dev, unsigned char *pDest, int maxlen, int *destLen) in copy_decompress_data() argument
/third_party/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.h109 UChar* pDest; member in NormPerfFunction
/third_party/icu/icu4c/source/common/
H A Dustrtrns.cpp50 UChar *pDest; in u_strFromUTF32WithSub() local
165 UChar32 *pDest; u_strToUTF32WithSub() local
282 UChar *pDest = dest; u_strFromUTF8WithSub() local
560 UChar *pDest = dest; u_strFromUTF8Lenient() local
771 _appendUTF8(uint8_t *pDest, UChar32 c) _appendUTF8() argument
802 uint8_t *pDest = (uint8_t *)dest; u_strToUTF8WithSub() local
1094 UChar *pDest = dest; u_strFromJavaModifiedUTF8WithSub() local
1322 uint8_t *pDest = (uint8_t *)dest; u_strToJavaModifiedUTF8() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dustrtrns.cpp50 char16_t *pDest; in u_strFromUTF32WithSub() local
165 UChar32 *pDest; u_strToUTF32WithSub() local
282 char16_t *pDest = dest; u_strFromUTF8WithSub() local
560 char16_t *pDest = dest; u_strFromUTF8Lenient() local
771 _appendUTF8(uint8_t *pDest, UChar32 c) _appendUTF8() argument
802 uint8_t *pDest = (uint8_t *)dest; u_strToUTF8WithSub() local
1094 char16_t *pDest = dest; u_strFromJavaModifiedUTF8WithSub() local
1335 uint8_t *pDest = (uint8_t *)dest; u_strToJavaModifiedUTF8() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dustrtrns.cpp50 UChar *pDest; in u_strFromUTF32WithSub() local
165 UChar32 *pDest; u_strToUTF32WithSub() local
282 UChar *pDest = dest; u_strFromUTF8WithSub() local
560 UChar *pDest = dest; u_strFromUTF8Lenient() local
771 _appendUTF8(uint8_t *pDest, UChar32 c) _appendUTF8() argument
802 uint8_t *pDest = (uint8_t *)dest; u_strToUTF8WithSub() local
1094 UChar *pDest = dest; u_strFromJavaModifiedUTF8WithSub() local
1322 uint8_t *pDest = (uint8_t *)dest; u_strToJavaModifiedUTF8() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c990 const UChar *pu, *pDest; in Test_FromUTF8Lenient() local
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtxml.cpp235 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, in convertAndEscape() argument
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp235 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, in convertAndEscape() argument
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtxml.cpp235 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, in convertAndEscape() argument
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12Sample.cpp231 MemcpySubresource( _In_ const D3D12_MEMCPY_DEST* pDest, _In_ const D3D12_SUBRESOURCE_DATA* pSrc, SIZE_T RowSizeInBytes, UINT NumRows, UINT NumSlices) MemcpySubresource() argument
/third_party/astc-encoder/Source/
H A Dtinyexr.h2156 int mz_compress2(unsigned char *pDest, mz_ulong *pDest_len, in mz_compress2() argument
2183 int mz_compress(unsigned char *pDest, mz_ulong *pDest_len, in mz_compress() argument
2364 int mz_uncompress(unsigned char *pDest, mz_ulong *pDest_len, in mz_uncompress() argument
/third_party/sqlite/src/
H A Dshell.c22072 sqlite3 *pDest; in do_meta_command() local
H A Dsqlite3.c57731 sqlite3PagerAlignReserve(Pager *pDest, Pager *pSrc) global() argument
59396 sqlite3PagerReadFileheader(Pager *pPager, int N, unsigned char *pDest) global() argument
77506 btreeOverwriteContent( MemPage *pPage, u8 *pDest, const BtreePayload *pX, int iOffset, int iAmt ) global() argument
77942 sqlite3BtreeTransferRow(BtCursor *pDest, BtCursor *pSrc, i64 iKey) global() argument
79769 Btree *pDest; /* Destination b-tree file */ global() member
93177 Mem *pDest; /* Where to write the extracted value */ global() local
95992 VdbeCursor *pDest; /* Cursor to write to */ global() local
98500 Mem *pDest; global() local
131321 xferCompatibleIndex(Index *pDest, Index *pSrc) global() argument
131382 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) global() argument
138318 sqlite3SelectDestInit(SelectDest *pDest, int eDest, int iParm) global() argument
139299 selectInnerLoop( Parse *pParse, Select *p, int srcTab, SortCtx *pSort, DistinctCtx *pDistinct, SelectDest *pDest, int iContinue, int iBreak ) global() argument
141438 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int iBreak ) global() argument
156741 whereOrMove(WhereOrSet *pDest, WhereOrSet *pSrc) global() argument
[all...]

Completed in 234 milliseconds