Home
last modified time | relevance | path

Searched defs:dest (Results 1176 - 1200 of 1474) sorted by relevance

1...<<41424344454647484950>>...59

/third_party/backends/backend/
H A Dnec.c3499 SANE_Byte *dest, *red, *green, *blue, mask; in sane_read_shuffled() local
H A Dplustek-usbshading.c1974 u_short *dest, *src; in usb_AdjustWhiteShading() local
H A Dhp-scl.c916 hp_scsi_read_slow (HpScsi this, void * dest, size_t *len) in hp_scsi_read_slow() argument
965 hp_scsi_read (HpScsi this, void * dest, size_t *len, int isResponse) in hp_scsi_read() argument
H A Dsharp.c4003 SANE_Byte *dest, *red, *green, *blue, mask; in sane_read_shuffled() local
/third_party/curl/lib/
H A Dftp.c1228 char *dest = target; in ftp_state_use_port() local
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_gcc_m.h134 uint32_t* dest; in __cmsis_start() member
139 uint32_t* dest; in __cmsis_start() member
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.c1149 static void unhtmlify(char *dest, size_t size, const char *src) in unhtmlify() argument
/third_party/icu/icu4c/source/tools/genrb/
H A Dparse.cpp1330 uint8_t *dest = buffer.allocateInsteadAndCopy(capacity); in addCollation() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java136 public ReorderingBuffer(Normalizer2Impl ni, Appendable dest, int destCapacity) { in ReorderingBuffer() argument
974 public Appendable decompose(CharSequence s, StringBuilder dest) { in decompose() argument
983 public void decompose(CharSequence s, int src, int limit, StringBuilder dest, in decompose() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Duregex.cpp477 uregex_getUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_getUText() argument
666 uregex_group(URegularExpression *regexp2, int32_t groupNum, UChar *dest, int32_t destCapacity, UErrorCode *status) uregex_group() argument
736 uregex_groupUText(URegularExpression *regexp2, int32_t groupNum, UText *dest, int64_t *groupLength, UErrorCode *status) uregex_groupUText() argument
1201 uregex_replaceAllUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceAllUText() argument
1262 uregex_replaceFirstUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceFirstUText() argument
1375 UChar *dest = *destBuf; appendReplacement() local
1447 appendToBuf(U16_LEAD(escapedChar), &destIdx, dest, capacity); appendReplacement() local
1448 appendToBuf(U16_TRAIL(escapedChar), &destIdx, dest, capacity); appendReplacement() local
1603 uregex_appendReplacementUText(URegularExpression *regexp2, UText *replText, UText *dest, UErrorCode *status) uregex_appendReplacementUText() argument
1648 UChar *dest = *destBuf; appendTail() local
1756 uregex_appendTailUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_appendTailUText() argument
[all...]
H A Drematch.cpp279 RegexMatcher &RegexMatcher::appendReplacement(UnicodeString &dest, in appendReplacement() argument
302 RegexMatcher &RegexMatcher::appendReplacement(UText *dest, in appendReplacement() argument
492 appendTail(UnicodeString &dest) appendTail() argument
508 appendTail(UText *dest, UErrorCode &status) appendTail() argument
1166 group(UText *dest, int64_t &group_len, UErrorCode &status) const group() argument
1171 group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const group() argument
1248 appendGroup(int32_t groupNum, UText *dest, UErrorCode &status) const appendGroup() argument
1394 getInput(UText *dest, UErrorCode &status) const getInput() argument
1720 replaceAll(UText *replacement, UText *dest, UErrorCode &status) replaceAll() argument
1777 replaceFirst(UText *replacement, UText *dest, UErrorCode &status) replaceFirst() argument
1988 utext_extract_replace(UText *src, UText *dest, int64_t start, int64_t limit, UErrorCode *status) utext_extract_replace() argument
2044 split(const UnicodeString &input, UnicodeString dest[], int32_t destCapacity, UErrorCode &status) split() argument
2079 split(UText *input, UText *dest[], int32_t destCapacity, UErrorCode &status) split() argument
2752 int64_t *dest = newFP; StateSave() local
[all...]
H A Drulebasedcollator.cpp64 FixedSortKeyByteSink(char *dest, int32_t destCapacity) in FixedSortKeyByteSink() argument
639 RuleBasedCollator::getReorderCodes(int32_t *dest, int32_t capacity, in getReorderCodes() argument
1309 getSortKey(const UnicodeString &s, uint8_t *dest, int32_t capacity) const getSortKey() argument
1315 getSortKey(const UChar *s, int32_t length, uint8_t *dest, int32_t capacity) const getSortKey() argument
1424 internalNextSortKeyPart(UCharIterator *iter, uint32_t state[2], uint8_t *dest, int32_t count, UErrorCode &errorCode) const internalNextSortKeyPart() argument
[all...]
/third_party/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp826 UnicodeString** dest; // aliases only member in UniStrSort
898 StringPiece* dest; member in StringPieceSort
[all...]
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.h142 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) : in ReorderingBuffer() argument
H A Ducnv.cpp1724 ucnv_fromUChars(UConverter *cnv, char *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) ucnv_fromUChars() argument
1780 ucnv_toUChars(UConverter *cnv, UChar *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) ucnv_toUChars() argument
[all...]
H A Dunistr.cpp876 UnicodeString::extract(Char16Ptr dest, int32_t destCapacity, in extract() argument
1620 UnicodeString::copy(int32_t start, int32_t limit, int32_t dest) { in copy() argument
H A Dunames.cpp1504 u_getISOComment(UChar32 , char *dest, int32_t destCapacity, UErrorCode *pErrorCode) u_getISOComment() argument
/third_party/NuttX/include/nuttx/video/
H A Dfb.h368 struct fb_overlayarea_s dest; /* The destination overlay area */ member
376 struct fb_overlayarea_s dest; /* The destination overlay area */ member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNormalizer2Impl.java142 public ReorderingBuffer(Normalizer2Impl ni, Appendable dest, int destCapacity) { in ReorderingBuffer() argument
983 public Appendable decompose(CharSequence s, StringBuilder dest) { in decompose() argument
992 public void decompose(CharSequence s, int src, int limit, StringBuilder dest, in decompose() argument
[all...]
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c133 lws_hex_to_byte_array(const char *h, uint8_t *dest, int max) in lws_hex_to_byte_array() argument
159 lws_hex_from_byte_array(const uint8_t *src, size_t slen, char *dest, size_t len) in lws_hex_from_byte_array() argument
175 lws_hex_random(struct lws_context *context, char *dest, size_t len) lws_hex_random() argument
772 lws_strncpy(char *dest, const char *src, size_t size) lws_strncpy() argument
[all...]
/third_party/lzma/C/
H A DXzDec.c324 static SRes SbState_Code2(void *pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in SbState_Code2() argument
414 static SRes Lzma2State_Code2(void *pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in Lzma2State_Code2() argument
193 XzBcFilterState_Code2(void *pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, int srcWasFinished, ECoderFinishMode finishMode, ECoderStatus *status) XzBcFilterState_Code2() argument
580 MixCoder_Code(CMixCoder *p, Byte *dest, SizeT *destLen, int destFinish, const Byte *src, SizeT *srcLen, int srcWasFinished, ECoderFinishMode finishMode) MixCoder_Code() argument
1016 XzUnpacker_Code(CXzUnpacker *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, int srcFinished, ECoderFinishMode finishMode, ECoderStatus *status) XzUnpacker_Code() argument
1371 XzUnpacker_CodeFull(CXzUnpacker *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ECoderFinishMode finishMode, ECoderStatus *status) XzUnpacker_CodeFull() argument
1875 Byte *dest; XzDecMt_Callback_PreCode() local
[all...]
/third_party/lzma/CPP/7zip/UI/Console/
H A DList.cpp214 static void PrintSpacesToString(char *dest, unsigned numSpaces) in PrintSpacesToString() argument
280 static void PrintStringToString(char *dest, EAdjustment adj, unsigned width, const char *textString) in PrintStringToString() argument
501 static void PrintTime(char *dest, cons argument
528 HexToString(char *dest, const Byte *data, UInt32 size) HexToString() argument
847 wchar_t *dest = src; UString_Replace_CRLF_to_LF() local
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp483 UString dest; in Compress() local
H A DHashCalc.cpp142 static void AddDigests(Byte *dest, const Byte *src, UInt32 size) in AddDigests() argument
244 static void CSum_Name_OriginalToEscape(const AString &src, AString &dest) in CSum_Name_OriginalToEscape() argument
262 CSum_Name_EscapeToOriginal(const char *s, AString &dest) CSum_Name_EscapeToOriginal() argument
658 HashHexToString(char *dest, const Byte *data, UInt32 size) HashHexToString() argument
723 ParseHexString(const char *s, Byte *dest) ParseHexString() argument
1086 Add_OptSpace_String(UString &dest, const char *src) Add_OptSpace_String() argument
[all...]
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp1406 static void AddMessageToString(UString &dest, const UString &src) in AddMessageToString() argument

Completed in 64 milliseconds

1...<<41424344454647484950>>...59