Home
last modified time | relevance | path

Searched defs:dest (Results 601 - 625 of 1571) sorted by relevance

1...<<21222324252627282930>>...63

/third_party/node/deps/brotli/c/dec/
H A Dbit_reader.h334 static BROTLI_INLINE void BrotliCopyBytes(uint8_t* dest, in BrotliCopyBytes() argument
/third_party/node/deps/icu-small/source/common/
H A Dfilterednormalizer2.cpp36 normalize(const UnicodeString &src, UnicodeString &dest, UErrorCode &errorCode) const normalize() argument
60 normalize(const UnicodeString &src, UnicodeString &dest, USetSpanCondition spanCondition, UErrorCode &errorCode) const normalize() argument
[all...]
H A Dustr_wcs.cpp65 _strToWCS(wchar_t *dest, in _strToWCS() argument
232 u_strToWCS(wchar_t *dest, in 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.cpp190 u_strToTitle(char16_t *dest, int32_t destCapacity, in u_strToTitle() argument
166 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
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 Dustrcase.cpp63 appendResult(char16_t *dest, int32_t destIndex, int32_t destCapacity, in appendResult() argument
136 appendUChar(char16_t *dest, int32_t destIndex, int32_t destCapacity, char16_t c) { in appendUChar() argument
146 appendNonEmptyUnchanged(char16_t *dest, int32_t destIndex, int32_t destCapacity, in appendNonEmptyUnchanged() argument
164 appendUnchanged(char16_t *dest, int32_ argument
208 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, in u_strFromUTF32WithSub() argument
140 u_strFromUTF32(char16_t *dest, in 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
793 u_strToUTF8WithSub(char *dest, int32_t destCapacity, int32_t *pDestLength, const char16_t *pSrc, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) u_strToUTF8WithSub() argument
1057 u_strToUTF8(char *dest, int32_t destCapacity, int32_t *pDestLength, const char16_t *pSrc, int32_t srcLength, UErrorCode *pErrorCode) u_strToUTF8() 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 Dnormalizer2.cpp329 unorm2_normalize(const UNormalizer2 *norm2, const char16_t *src, int32_t length, char16_t *dest, int32_t capacity, UErrorCode *pErrorCode) unorm2_normalize() argument
H A Dnormlzr.cpp139 UnicodeString *dest; in normalize() local
224 UnicodeString *dest; in concatenate() local
[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, char16_t *dest, int32_t destCapacity, const UBool *caseFlags, UErrorCode *pErrorCode) u_strToPunycode() argument
374 u_strFromPunycode(const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, UBool *caseFlags, UErrorCode *pErrorCode) u_strFromPunycode() argument
[all...]
/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...]
H A Dares_dns_name.c470 ares__fetch_dnsname_into_buf(ares__buf_t *buf, ares__buf_t *dest, size_t len, ares_bool_t is_hostname) ares__fetch_dnsname_into_buf() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationkeys.h34 SortKeyByteSink(char *dest, int32_t destCapacity) in SortKeyByteSink() argument
H A Dudatpg.cpp273 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const char16_t *pattern, int32_t patternLength, const char16_t *skeleton, int32_t skeletonLength, char16_t *dest, int32_t destCapacity, UErrorCode *pErrorCode) udatpg_replaceFieldTypes() argument
284 udatpg_replaceFieldTypesWithOptions(UDateTimePatternGenerator *dtpg, const char16_t *pattern, int32_t patternLength, const char16_t *skeleton, int32_t skeletonLength, UDateTimePatternMatchOptions options, char16_t *dest, int32_t destCapacity, UErrorCode *pErrorCode) udatpg_replaceFieldTypesWithOptions() argument
H A Dformatted_string_builder.cpp18 inline void uprv_memcpy2(void* dest, const void* src, size_t len) { in uprv_memcpy2() argument
26 inline void uprv_memmove2(void* dest, const void* src, size_t len) { in uprv_memmove2() argument
H A Drepattrn.cpp653 split(const UnicodeString &input, UnicodeString dest[], int32_t destCapacity, UErrorCode &status) const split() argument
674 split(UText *input, UText *dest[], int32_t destCapacity, UErrorCode &status) const split() argument
/third_party/mesa3d/src/intel/compiler/
H A Dtest_fs_cmod_propagation.cpp126 fs_reg dest = v->vgrf(glsl_type::float_type); in TEST_F() local
158 fs_reg dest = v->vgrf(glsl_type::float_type); in TEST_F() local
192 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
225 fs_reg dest = v->vgrf(glsl_type::uint_type); TEST_F() local
257 fs_reg dest = v->vgrf(glsl_type::uint_type); TEST_F() local
289 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
327 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
449 fs_reg dest = v->vgrf(glsl_type::vec4_type); TEST_F() local
528 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
561 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
593 fs_reg dest = v->vgrf(glsl_type::int_type); TEST_F() local
627 fs_reg dest = v->vgrf(glsl_type::int_type); TEST_F() local
662 fs_reg dest = v->vgrf(glsl_type::int_type); TEST_F() local
972 fs_reg dest = v->vgrf(glsl_type::int_type); TEST_F() local
1007 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
1041 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
1070 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
1208 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
1237 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
1269 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
1309 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
1349 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
1542 fs_reg dest = bld.vgrf(BRW_REGISTER_TYPE_D); TEST_F() local
1589 fs_reg dest = bld.vgrf(add_type); test_mov_prop() local
2167 fs_reg dest = bld.vgrf(add_type); test_saturate_prop() local
2653 fs_reg dest = v->vgrf(glsl_type::uint_type); TEST_F() local
2687 fs_reg dest = v->vgrf(glsl_type::uint_type); TEST_F() local
2726 fs_reg dest = v->vgrf(glsl_type::uint_type); TEST_F() local
2767 fs_reg dest = v->vgrf(glsl_type::uint_type); TEST_F() local
2808 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
3065 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
3096 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
3125 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
3246 fs_reg dest = v->vgrf(glsl_type::float_type); TEST_F() local
[all...]
H A Dtest_vec4_cmod_propagation.cpp158 dst_reg dest = dst_reg(v, glsl_type::float_type); in TEST_F() local
194 dst_reg dest = dst_reg(v, glsl_type::float_type); in TEST_F() local
231 dst_reg dest = dst_reg(v, glsl_type::int_type); TEST_F() local
267 dst_reg dest = dst_reg(v, glsl_type::uint_type); TEST_F() local
300 dst_reg dest = dst_reg(v, glsl_type::float_type); TEST_F() local
379 dst_reg dest = dst_reg(v, glsl_type::vec4_type); TEST_F() local
462 dst_reg dest = dst_reg(v, glsl_type::float_type); TEST_F() local
498 dst_reg dest = dst_reg(v, glsl_type::float_type); TEST_F() local
534 dst_reg dest = dst_reg(v, glsl_type::int_type); TEST_F() local
569 dst_reg dest = dst_reg(v, glsl_type::int_type); TEST_F() local
607 dst_reg dest = dst_reg(v, glsl_type::vec4_type); TEST_F() local
640 dst_reg dest = dst_reg(v, glsl_type::vec4_type); TEST_F() local
677 dst_reg dest = dst_reg(v, glsl_type::vec4_type); TEST_F() local
719 dst_reg dest = dst_reg(v, glsl_type::vec4_type); TEST_F() local
762 dst_reg dest = dst_reg(v, glsl_type::ivec4_type); TEST_F() local
803 dst_reg dest = dst_reg(v, glsl_type::vec4_type); TEST_F() local
840 dst_reg dest = dst_reg(v, glsl_type::vec4_type); TEST_F() local
875 dst_reg dest = dst_reg(v, glsl_type::float_type); TEST_F() local
1014 dst_reg dest = dst_reg(v, glsl_type::float_type); TEST_F() local
[all...]
/third_party/mesa3d/src/mesa/math/
H A Dm_debug_clip.c232 GLvector4f source[1], dest[1], ref[1]; in test_cliptest_function() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_readpixels.c543 char *dest = _mesa_image_address2d(pack, pixels, in st_ReadPixels() local
/third_party/mesa3d/src/mesa/main/
H A Dattrib.c1194 copy_array_object(struct gl_context *ctx, struct gl_vertex_array_object *dest, struct gl_vertex_array_object *src, unsigned copy_attrib_mask) copy_array_object() argument
1228 copy_array_attrib(struct gl_context *ctx, struct gl_array_attrib *dest, struct gl_array_attrib *src, bool vbo_deleted, unsigned copy_attrib_mask) copy_array_attrib() argument
1259 save_array_attrib(struct gl_context *ctx, struct gl_array_attrib *dest, struct gl_array_attrib *src) save_array_attrib() argument
1281 restore_array_attrib(struct gl_context *ctx, struct gl_array_attrib *dest, struct gl_array_attrib *src) restore_array_attrib() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_blorp_exec.c105 void *dest = anv_block_pool_map( in blorp_surface_reloc() local
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py1250 dest = copy_group["destination"] variable
1253 dest = "$(SRCROOT)/" + dest variable
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_crypto.c90 void ngtcp2_crypto_create_nonce(uint8_t *dest, const uint8_t *iv, size_t ivlen, in ngtcp2_crypto_create_nonce() argument
858 ngtcp2_transport_params *dest; in transport_params_copy_new() local
154 ngtcp2_encode_transport_params_versioned( uint8_t *dest, size_t destlen, ngtcp2_transport_params_type exttype, int transport_params_version, const ngtcp2_transport_params *params) ngtcp2_encode_transport_params_versioned() argument
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c760 uint8_t *nghttp2_cpymem(uint8_t *dest, const void *src, size_t len) { in nghttp2_cpymem() argument

Completed in 22 milliseconds

1...<<21222324252627282930>>...63