Home
last modified time | relevance | path

Searched defs:src (Results 1576 - 1600 of 4010) sorted by relevance

1...<<61626364656667686970>>...161

/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp299 bool value::no_reladdr_conflict_with(value *src) in no_reladdr_conflict_with() argument
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c58 struct sh_srcreg src[DUMP_MAX_OP_SRC]; member
/third_party/node/deps/zlib/
H A Dcrc_folding.c274 crc_fold_copy(deflate_state *const s, unsigned char *dst, const unsigned char *src, long len) crc_fold_copy() argument
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dcrc_folding.c274 crc_fold_copy(deflate_state *const s, unsigned char *dst, const unsigned char *src, long len) crc_fold_copy() argument
[all...]
/third_party/node/src/
H A Dnode_sockaddr-inl.h51 const void* src = addr->sa_family == AF_INET ? in GetAddress() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfstruncate.c287 static int ucstos(char *dest, const ntfschar *src, int maxlen) in ucstos() argument
/third_party/nghttp2/src/
H A Ddeflatehd.cc71 static void to_hex(char *dest, const uint8_t *src, size_t len) { in to_hex() argument
H A Dallocator.h183 StringRef make_string_ref(BlockAllocator &alloc, const StringRef &src) { in make_string_ref() argument
/third_party/nghttp2/lib/
H A Dnghttp2_helper.c762 uint8_t *nghttp2_cpymem(uint8_t *dest, const void *src, size_t len) { in nghttp2_cpymem() argument
/third_party/musl/src/signal/liteos_a/
H A Dsigaction.c163 static void __sig_copy_sigaction(sigaction_t *src, sigaction_t *dst) in __sig_copy_sigaction() argument
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigaction.c148 static void __sig_copy_sigaction(sigaction_t *src, sigaction_t *dst) in __sig_copy_sigaction() argument
/third_party/node/deps/icu-small/source/common/
H A Dfilterednormalizer2.cpp36 FilteredNormalizer2::normalize(const UnicodeString &src, in normalize() argument
60 FilteredNormalizer2::normalize(const UnicodeString &src, in normalize() argument
91 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) const normalizeUTF8() argument
104 normalizeUTF8(uint32_t options, const char *src, int32_t length, ByteSink &sink, Edits *edits, USetSpanCondition spanCondition, UErrorCode &errorCode) const normalizeUTF8() argument
[all...]
H A Duniset.cpp110 static void U_CALLCONV cloneUnicodeString(UElement *dst, UElement *src) { in cloneUnicodeString() argument
H A Dustr_wcs.cpp65 _strToWCS(wchar_t *dest, int32_t destCapacity, int32_t *pDestLength, const char16_t *src, int32_t srcLength, UErrorCode *pErrorCode) _strToWCS() argument
232 u_strToWCS(wchar_t *dest, int32_t destCapacity, int32_t *pDestLength, const char16_t *src, int32_t srcLength, UErrorCode *pErrorCode) u_strToWCS() argument
283 _strFromWCS( char16_t *dest, int32_t destCapacity, int32_t *pDestLength, const wchar_t *src, int32_t srcLength, UErrorCode *pErrorCode) _strFromWCS() argument
486 u_strFromWCS(char16_t *dest, int32_t destCapacity, int32_t *pDestLength, const wchar_t *src, int32_t srcLength, UErrorCode *pErrorCode) u_strFromWCS() argument
[all...]
H A Dustr_titlecase_brkiter.cpp166 toTitle( const char *locale, uint32_t options, BreakIterator *iter, const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toTitle() argument
190 u_strToTitle(char16_t *dest, int32_t destCapacity, const char16_t *src, int32_t srcLength, UBreakIterator *titleIter, const char *locale, UErrorCode *pErrorCode) u_strToTitle() argument
212 ucasemap_toTitle(UCaseMap *csm, char16_t *dest, int32_t destCapacity, const char16_t *src, int32_t srcLength, UErrorCode *pErrorCode) ucasemap_toTitle() argument
H A Dcharacterproperties.cpp91 void U_CALLCONV initInclusion(UPropertySource src, UErrorCode &errorCode) { in initInclusion() argument
207 const UnicodeSet *getInclusionsForSource(UPropertySource src, UErrorCod argument
223 UPropertySource src = uprops_getSource(prop); initIntPropInclusion() local
271 UPropertySource src = uprops_getSource(prop); getInclusionsForProperty() local
[all...]
H A Duinvchar.cpp583 uprv_aestrncpy(uint8_t *dst, const uint8_t *src, int32_t n) in uprv_aestrncpy() argument
604 uprv_eastrncpy(uint8_t *dst, const uint8_t *src, int32_t n) in uprv_eastrncpy() argument
H A Dustrcase.cpp208 toLower(int32_t caseLocale, uint32_t options, char16_t *dest, int32_t destCapacity, const char16_t *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, icu::Edits *edits, UErrorCode &errorCode) toLower() argument
306 toUpper(int32_t caseLocale, uint32_t options, char16_t *dest, int32_t destCapacity, const char16_t *src, UCaseContext *csc, int32_t srcLength, icu::Edits *edits, UErrorCode &errorCode) toUpper() argument
416 maybeTitleDutchIJ(const char16_t *src, UChar32 c, int32_t start, int32_t segmentLimit, char16_t *dest, int32_t &destIndex, int32_t destCapacity, uint32_t options, icu::Edits *edits) maybeTitleDutchIJ() argument
[all...]
H A Dustrtrns.cpp40 u_strFromUTF32WithSub(char16_t *dest, int32_t destCapacity, int32_t *pDestLength, const UChar32 *src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) u_strFromUTF32WithSub() argument
140 u_strFromUTF32(char16_t *dest, int32_t destCapacity, int32_t *pDestLength, const UChar32 *src, int32_t srcLength, UErrorCode *pErrorCode) u_strFromUTF32() argument
154 u_strToUTF32WithSub(UChar32 *dest, int32_t destCapacity, int32_t *pDestLength, const char16_t *src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) u_strToUTF32WithSub() argument
246 u_strToUTF32(UChar32 *dest, int32_t destCapacity, int32_t *pDestLength, const char16_t *src, int32_t srcLength, UErrorCode *pErrorCode) u_strToUTF32() argument
260 u_strFromUTF8WithSub(char16_t *dest, int32_t destCapacity, int32_t *pDestLength, const char* src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) u_strFromUTF8WithSub() argument
540 u_strFromUTF8(char16_t *dest, int32_t destCapacity, int32_t *pDestLength, const char* src, int32_t srcLength, UErrorCode *pErrorCode) u_strFromUTF8() argument
554 u_strFromUTF8Lenient(char16_t *dest, int32_t destCapacity, int32_t *pDestLength, const char *src, int32_t srcLength, UErrorCode *pErrorCode) u_strFromUTF8Lenient() argument
1071 u_strFromJavaModifiedUTF8WithSub( char16_t *dest, int32_t destCapacity, int32_t *pDestLength, const char *src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) u_strFromJavaModifiedUTF8WithSub() argument
1313 u_strToJavaModifiedUTF8( char *dest, int32_t destCapacity, int32_t *pDestLength, const char16_t *src, int32_t srcLength, UErrorCode *pErrorCode) u_strToJavaModifiedUTF8() argument
[all...]
H A Dusc_impl.cpp192 uscript_openRun(const char16_t *src, int32_t length, UErrorCode *pErrorCode) in uscript_openRun() argument
240 uscript_setRunText(UScriptRun *scriptRun, const char16_t *src, int32_t length, UErrorCode *pErrorCode) in uscript_setRunText() argument
H A Dnormalizer2.cpp50 Normalizer2::normalizeUTF8(uint32_t /*options*/, StringPiece src, ByteSink &sink, in normalizeUTF8() argument
329 unorm2_normalize(const UNormalizer2 *norm2, const char16_t *src, int32_t length, char16_t *dest, int32_t capacity, UErrorCode *pErrorCode) unorm2_normalize() argument
[all...]
H A Dumapfile.cpp355 static char *strcpy_returnEnd(char *dest, const char *src) in strcpy_returnEnd() argument
H A Dpunycode.cpp182 u_strToPunycode(const char16_t *src, int32_t srcLength, in u_strToPunycode() argument
374 u_strFromPunycode(const char16_t *src, int32_t srcLength, in u_strFromPunycode() argument
[all...]
H A Dutrie2.cpp98 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c, const uint8_t *src, const uint8_t *limit) utrie2_internalU8NextIndex() argument
113 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c, const uint8_t *start, const uint8_t *src) utrie2_internalU8PrevIndex() argument
/third_party/node/deps/cares/src/lib/
H A Dares_init.c446 int ares_dup(ares_channel_t **dest, ares_channel_t *src) in ares_dup() argument
[all...]

Completed in 21 milliseconds

1...<<61626364656667686970>>...161