| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Blitter.cpp | 36 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 D | x509_vpm.c | 153 int X509_VERIFY_PARAM_inherit(X509_VERIFY_PARAM *dest, in X509_VERIFY_PARAM_inherit() argument [all...] |
| /third_party/openssl/include/internal/ |
| H A D | packet.h | 427 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 D | rec_layer_s3.c | 1676 unsigned char *dest = s->rlayer.handshake_fragment; in ssl3_read_bytes() local
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | jchuff.c | 352 struct jpeg_destination_mgr *dest = state->cinfo->dest; in LOCAL() local [all...] |
| H A D | jcmarker.c | 116 struct jpeg_destination_mgr *dest = cinfo->dest; in emit_byte() local
|
| H A D | jcphuff.c | 316 struct jpeg_destination_mgr *dest = entropy->cinfo->dest; in dump_buffer() local [all...] |
| /third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
| H A D | rpng-x.c | 696 char *dest; in rpng_x_display_image() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | ucol.cpp | 117 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 D | uspoof.cpp | 674 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 D | hb-subset-cff1.cc | 721 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 D | io.c | 690 _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 D | assembler_arm.h | 897 void InitializeFieldNoBarrier(Register object, const Address &dest, in InitializeFieldNoBarrier() argument
|
| /third_party/skia/third_party/externals/tint/src/inspector/ |
| H A D | inspector.cc | 53 void AppendResourceBindings(std::vector<ResourceBinding>* dest, in AppendResourceBindings() argument
|
| /third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
| H A D | generator_impl.cc | 1598 auto* dest = expr->args[0]; in EmitWorkgroupAtomicCall() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | locdispnames.cpp | 300 _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 D | ucnvsel.cpp | 668 static UBool intersectMasks(uint32_t* dest, const uint32_t* source1, int32_t len) { in intersectMasks() argument
|
| H A D | uprops.cpp | 246 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 D | uset.cpp | 369 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* ec) { in uset_serialize() argument
|
| H A D | usprep.cpp | 507 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 D | ustrcase.cpp | 57 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 D | utext.cpp | 522 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 D | uts46.cpp | 51 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 D | sh.c | 132 char *dest = *toys.optargs ? *toys.optargs : getenv("HOME"); in cd_main() local
|
| /third_party/python/Modules/ |
| H A D | sha512module.c | 71 static void SHAcopy(SHAobject *src, SHAobject *dest) in SHAcopy() argument
|