Home
last modified time | relevance | path

Searched defs:dest (Results 1026 - 1050 of 1571) sorted by relevance

1...<<41424344454647484950>>...63

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DBlitter.cpp36 void Blitter::clear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask) in clear() argument
49 bool Blitter::fastClear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask) in fastClear() argument
139 blit(Surface *source, const SliceRectF &sourceRect, Surface *dest, const SliceRect &destRect, const Blitter::Options& options) blit() argument
194 blit3D(Surface *source, Surface *dest) blit3D() argument
1189 Pointer<Byte> dest = *Pointer<Pointer<Byte>>(blit + OFFSET(BlitData,dest)); generate() local
1391 blitReactor(Surface *source, const SliceRectF &sourceRect, Surface *dest, const SliceRect &destRect, const Blitter::Options &options) blitReactor() argument
[all...]
/third_party/openssl/crypto/x509/
H A Dx509_vpm.c153 int X509_VERIFY_PARAM_inherit(X509_VERIFY_PARAM *dest, in X509_VERIFY_PARAM_inherit() argument
[all...]
/third_party/openssl/include/internal/
H A Dpacket.h427 PACKET_copy_all(const PACKET *pkt, unsigned char *dest, size_t dest_len, size_t *len) PACKET_copy_all() argument
/third_party/openssl/ssl/record/
H A Drec_layer_s3.c1676 unsigned char *dest = s->rlayer.handshake_fragment; in ssl3_read_bytes() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djchuff.c352 struct jpeg_destination_mgr *dest = state->cinfo->dest; in LOCAL() local
[all...]
H A Djcmarker.c116 struct jpeg_destination_mgr *dest = cinfo->dest; in emit_byte() local
H A Djcphuff.c316 struct jpeg_destination_mgr *dest = entropy->cinfo->dest; in dump_buffer() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-x.c696 char *dest; in rpng_x_display_image() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol.cpp117 ucol_mergeSortkeys(const uint8_t *src1, int32_t src1Length, const uint8_t *src2, int32_t src2Length, uint8_t *dest, int32_t destCapacity) ucol_mergeSortkeys() argument
213 ucol_nextSortKeyPart(const UCollator *coll, UCharIterator *iter, uint32_t state[2], uint8_t *dest, int32_t count, UErrorCode *status) ucol_nextSortKeyPart() argument
373 ucol_getReorderCodes(const UCollator *coll, int32_t *dest, int32_t destCapacity, UErrorCode *status) ucol_getReorderCodes() argument
397 ucol_getEquivalentReorderCodes(int32_t reorderCode, int32_t* dest, int32_t destCapacity, UErrorCode *pErrorCode) ucol_getEquivalentReorderCodes() argument
[all...]
H A Duspoof.cpp674 uspoof_getSkeleton(const USpoofChecker *sc, uint32_t type, const UChar *id, int32_t length, UChar *dest, int32_t destCapacity, UErrorCode *status) uspoof_getSkeleton() argument
699 uspoof_getSkeletonUnicodeString(const USpoofChecker *sc, uint32_t , const UnicodeString &id, UnicodeString &dest, UErrorCode *status) uspoof_getSkeletonUnicodeString() argument
729 uspoof_getSkeletonUTF8(const USpoofChecker *sc, uint32_t type, const char *id, int32_t length, char *dest, int32_t destCapacity, UErrorCode *status) uspoof_getSkeletonUTF8() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-cff1.cc721 CFF1Subrs *dest = c->start_embed <CFF1Subrs> (); in _serialize_cff1() local
804 Charset *dest = c->start_embed<Charset> (); in _serialize_cff1() local
822 Encoding *dest = c->start_embed<Encoding> (); in _serialize_cff1() local
841 CFF1Subrs *dest = c->start_embed <CFF1Subrs> (); _serialize_cff1() local
854 CFF1StringIndex *dest = c->start_embed<CFF1StringIndex> (); _serialize_cff1() local
899 CFF1Index *dest = c->start_embed<CFF1Index> (); _serialize_cff1() local
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dio.c690 _mpd_copy_utf8(char dest[5], const char *s) in _mpd_copy_utf8() argument
925 _mpd_bcopy(char *dest, const char *src, mpd_ssize_t n) _mpd_bcopy() argument
933 _mbstr_copy_char(mpd_mbstr_t *dest, const char *src, mpd_ssize_t n) _mbstr_copy_char() argument
945 _mbstr_copy_ascii(mpd_mbstr_t *dest, const char *src, mpd_ssize_t n) _mbstr_copy_ascii() argument
957 _mbstr_copy_pad(mpd_mbstr_t *dest, mpd_ssize_t n) _mbstr_copy_pad() argument
987 _mpd_add_sep_dot(mpd_mbstr_t *dest, const char *sign, const char *src, mpd_ssize_t n_src, const char *dot, const char *rest, mpd_ssize_t n_rest, const mpd_spec_t *spec) _mpd_add_sep_dot() argument
1466 mpd_snprint_flags(char *dest, int nmemb, uint32_t flags) mpd_snprint_flags() argument
1491 mpd_lsnprint_flags(char *dest, int nmemb, uint32_t flags, const char *flag_string[]) mpd_lsnprint_flags() argument
1527 mpd_lsnprint_signals(char *dest, int nmemb, uint32_t flags, const char *signal_string[]) mpd_lsnprint_signals() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h897 void InitializeFieldNoBarrier(Register object, const Address &dest, in InitializeFieldNoBarrier() argument
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dinspector.cc53 void AppendResourceBindings(std::vector<ResourceBinding>* dest, in AppendResourceBindings() argument
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl.cc1598 auto* dest = expr->args[0]; in EmitWorkgroupAtomicCall() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdispnames.cpp300 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) _getStringOrCopyKey() argument
351 _getDisplayNameForComponent(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UDisplayNameGetter *getter, const char *tag, UErrorCode *pErrorCode) _getDisplayNameForComponent() argument
397 uloc_getDisplayLanguage(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) uloc_getDisplayLanguage() argument
406 uloc_getDisplayScript(const char* locale, const char* displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) uloc_getDisplayScript() argument
431 uloc_getDisplayScriptInContext(const char* locale, const char* displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) uloc_getDisplayScriptInContext() argument
441 uloc_getDisplayCountry(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) uloc_getDisplayCountry() argument
455 uloc_getDisplayVariant(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) uloc_getDisplayVariant() argument
476 uloc_getDisplayName(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) uloc_getDisplayName() argument
777 uloc_getDisplayKeyword(const char* keyword, const char* displayLocale, UChar* dest, int32_t destCapacity, UErrorCode* status) uloc_getDisplayKeyword() argument
808 uloc_getDisplayKeywordValue( const char* locale, const char* keyword, const char* displayLocale, UChar* dest, int32_t destCapacity, UErrorCode* status) uloc_getDisplayKeywordValue() argument
[all...]
H A Ducnvsel.cpp668 static UBool intersectMasks(uint32_t* dest, const uint32_t* source1, int32_t len) { in intersectMasks() argument
H A Duprops.cpp246 UChar dest[2*UCASE_MAX_STRING_LENGTH]; in changesWhenCasefolded() local
270 UnicodeString dest; in changesWhenNFKC_Casefolded() local
750 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) { in u_getFC_NFKC_Closure() argument
[all...]
H A Duset.cpp369 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* ec) { in uset_serialize() argument
H A Dusprep.cpp507 usprep_map( const UStringPrepProfile* profile, const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_map() argument
639 usprep_prepare( const UStringPrepProfile* profile, const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_prepare() argument
H A Dustrcase.cpp57 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendResult() argument
130 appendUChar(UChar *dest, int32_t destIndex, int32_t destCapacity, UChar c) { in appendUChar() argument
140 appendNonEmptyUnchanged(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendNonEmptyUnchanged() argument
158 appendUnchanged(UChar *dest, int32_ argument
202 toLower(int32_t caseLocale, uint32_t options, UChar *dest, int32_t destCapacity, const UChar *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, icu::Edits *edits, UErrorCode &errorCode) toLower() argument
300 toUpper(int32_t caseLocale, uint32_t options, UChar *dest, int32_t destCapacity, const UChar *src, UCaseContext *csc, int32_t srcLength, icu::Edits *edits, UErrorCode &errorCode) toUpper() argument
400 ustrcase_internalToTitle(int32_t caseLocale, uint32_t options, BreakIterator *iter, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, icu::Edits *edits, UErrorCode &errorCode) ustrcase_internalToTitle() argument
1022 toUpper(uint32_t options, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, Edits *edits, UErrorCode &errorCode) toUpper() argument
1171 ustrcase_internalToLower(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_UNUSED UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, icu::Edits *edits, UErrorCode &errorCode) ustrcase_internalToLower() argument
1188 ustrcase_internalToUpper(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_UNUSED UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, icu::Edits *edits, UErrorCode &errorCode) ustrcase_internalToUpper() argument
1211 ustrcase_internalFold(int32_t , uint32_t options, UCASEMAP_BREAK_ITERATOR_UNUSED UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, icu::Edits *edits, UErrorCode &errorCode) ustrcase_internalFold() argument
1225 ustrcase_map(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_PARAM UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UStringCaseMapper *stringCaseMapper, icu::Edits *edits, UErrorCode &errorCode) ustrcase_map() argument
1269 ustrcase_mapWithOverlap(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_PARAM UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UStringCaseMapper *stringCaseMapper, UErrorCode &errorCode) ustrcase_mapWithOverlap() argument
1336 u_strFoldCase(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, uint32_t options, UErrorCode *pErrorCode) u_strFoldCase() argument
1349 fold( uint32_t options, const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) fold() argument
[all...]
H A Dutext.cpp522 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone() argument
750 static void adjustPointer(UText *dest, const void **destPtr, const UText *src) { in adjustPointer() argument
773 shallowTextClone(UText * dest, const UText * src, UErrorCode * status) { in shallowTextClone() argument
426 utext_extract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) utext_extract() argument
[all...]
H A Duts46.cpp51 isASCIIString(const UnicodeString &dest) { in isASCIIString() argument
73 IDNA::labelToASCII_UTF8(StringPiece label, ByteSink &dest, in labelToASCII_UTF8() argument
83 IDNA::labelToUnicodeUTF8(StringPiece label, ByteSink &dest, in labelToUnicodeUTF8() argument
93 IDNA::nameToASCII_UTF8(StringPiece name, ByteSink &dest, in nameToASCII_UTF8() argument
103 IDNA::nameToUnicodeUTF8(StringPiece name, ByteSink &dest, in nameToUnicodeUTF8() argument
225 labelToASCII(const UnicodeString &label, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const labelToASCII() argument
231 labelToUnicode(const UnicodeString &label, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const labelToUnicode() argument
237 nameToASCII(const UnicodeString &name, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const nameToASCII() argument
250 nameToUnicode(const UnicodeString &name, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const nameToUnicode() argument
256 labelToASCII_UTF8(StringPiece label, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const labelToASCII_UTF8() argument
262 labelToUnicodeUTF8(StringPiece label, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const labelToUnicodeUTF8() argument
268 nameToASCII_UTF8(StringPiece name, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const nameToASCII_UTF8() argument
274 nameToUnicodeUTF8(StringPiece name, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const nameToUnicodeUTF8() argument
302 process(const UnicodeString &src, UBool isLabel, UBool toASCII, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const process() argument
406 processUTF8(StringPiece src, UBool isLabel, UBool toASCII, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const processUTF8() argument
527 processUnicode(const UnicodeString &src, int32_t labelStart, int32_t mappingStart, UBool isLabel, UBool toASCII, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const processUnicode() argument
601 mapDevChars(UnicodeString &dest, int32_t labelStart, int32_t mappingStart, UErrorCode &errorCode) const mapDevChars() argument
686 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, const UnicodeString &label, int32_t labelLength, UErrorCode &errorCode) replaceLabel() argument
702 processLabel(UnicodeString &dest, int32_t labelStart, int32_t labelLength, UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const processLabel() argument
928 markBadACELabel(UnicodeString &dest, int32_t labelStart, int32_t labelLength, UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const markBadACELabel() argument
1337 checkArgs(const void *label, int32_t length, void *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) checkArgs() argument
1367 uidna_labelToASCII(const UIDNA *idna, const UChar *label, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToASCII() argument
1383 uidna_labelToUnicode(const UIDNA *idna, const UChar *label, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToUnicode() argument
1399 uidna_nameToASCII(const UIDNA *idna, const UChar *name, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_nameToASCII() argument
1415 uidna_nameToUnicode(const UIDNA *idna, const UChar *name, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_nameToUnicode() argument
1431 uidna_labelToASCII_UTF8(const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToASCII_UTF8() argument
1447 uidna_labelToUnicodeUTF8(const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToUnicodeUTF8() argument
1463 uidna_nameToASCII_UTF8(const UIDNA *idna, const char *name, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_nameToASCII_UTF8() argument
1479 uidna_nameToUnicodeUTF8(const UIDNA *idna, const char *name, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_nameToUnicodeUTF8() argument
[all...]
/third_party/toybox/toys/pending/
H A Dsh.c132 char *dest = *toys.optargs ? *toys.optargs : getenv("HOME"); in cd_main() local
/third_party/python/Modules/
H A Dsha512module.c71 static void SHAcopy(SHAobject *src, SHAobject *dest) in SHAcopy() argument

Completed in 33 milliseconds

1...<<41424344454647484950>>...63