| /third_party/node/deps/brotli/c/dec/ |
| H A D | bit_reader.h | 334 static BROTLI_INLINE void BrotliCopyBytes(uint8_t* dest, in BrotliCopyBytes() argument
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | filterednormalizer2.cpp | 36 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 D | ustr_wcs.cpp | 65 _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 D | ustr_titlecase_brkiter.cpp | 190 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 D | ustrcase.cpp | 63 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 D | ustrtrns.cpp | 40 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 D | normalizer2.cpp | 329 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 D | normlzr.cpp | 139 UnicodeString *dest; in normalize() local 224 UnicodeString *dest; in concatenate() local [all...] |
| H A D | umapfile.cpp | 355 static char *strcpy_returnEnd(char *dest, const char *src) in strcpy_returnEnd() argument
|
| H A D | punycode.cpp | 182 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 D | ares_init.c | 446 int ares_dup(ares_channel_t **dest, ares_channel_t *src) in ares_dup() argument [all...] |
| H A D | ares_dns_name.c | 470 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 D | collationkeys.h | 34 SortKeyByteSink(char *dest, int32_t destCapacity) in SortKeyByteSink() argument
|
| H A D | udatpg.cpp | 273 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 D | formatted_string_builder.cpp | 18 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 D | repattrn.cpp | 653 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 D | test_fs_cmod_propagation.cpp | 126 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 D | test_vec4_cmod_propagation.cpp | 158 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 D | m_debug_clip.c | 232 GLvector4f source[1], dest[1], ref[1]; in test_cliptest_function() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_readpixels.c | 543 char *dest = _mesa_image_address2d(pack, pixels, in st_ReadPixels() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | attrib.c | 1194 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 D | genX_blorp_exec.c | 105 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 D | xcode.py | 1250 dest = copy_group["destination"] variable 1253 dest = "$(SRCROOT)/" + dest variable
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_crypto.c | 90 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 D | nghttp2_helper.c | 760 uint8_t *nghttp2_cpymem(uint8_t *dest, const void *src, size_t len) { in nghttp2_cpymem() argument
|