| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | numparse_utils.h | 31 inline static void copyCurrencyCode(char16_t* dest, const char16_t* src) { in copyCurrencyCode() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_addr.c | 30 ngtcp2_addr *ngtcp2_addr_init(ngtcp2_addr *dest, const ngtcp2_sockaddr *addr, in ngtcp2_addr_init() argument 37 void ngtcp2_addr_copy(ngtcp2_addr *dest, const ngtcp2_addr *src) { in ngtcp2_addr_copy() argument 44 void ngtcp2_addr_copy_byte(ngtcp2_addr *dest, const ngtcp2_sockaddr *addr, in ngtcp2_addr_copy_byte() argument [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bi_lower_swizzle.c | 99 bi_index dest = ins->dest[0]; in bi_lower_swizzle_16() local
|
| /third_party/mesa3d/src/panfrost/bifrost/test/ |
| H A D | test-message-preload.cpp | 81 static void preload_moves(bi_builder *b, bi_index dest, int count, int idx) in preload_moves() argument
|
| /third_party/lzma/C/ |
| H A D | DllSecur.c | 91 wchar_t *dest = &buf[pos];
in LoadSecurityDlls() local
|
| H A D | Lzma86Dec.c | 23 SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen)
in Lzma86_Decode() argument
|
| /third_party/node/deps/v8/src/base/ |
| H A D | strings.cc | 28 void StrNCpy(base::Vector<char> dest, const char* src, size_t n) { in StrNCpy() argument
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_tiling.c | 67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument 85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
| H A D | fortify_strchr_chk_test.cpp | 29 int dest = 'A'; in HWTEST_F() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/string/ |
| H A D | stpncpy.c | 40 char *dest = (char *)buf; in stpncpy_0100() local 67 char *dest = (char *)buf; in stpncpy_0200() local 92 char *dest = (char *)buf; in stpncpy_0300() local
|
| H A D | stpcpy.c | 40 char *dest = (char *)buf; in stpcpy_0100() local 66 char *dest = (char *)buf; in stpcpy_0200() local 91 char *dest = (char *)buf; in stpcpy_0300() local
|
| H A D | wcsncpy.c | 39 wchar_t *dest = (wchar_t *)buf; in wcsncpy_0100() local 56 wchar_t *dest = (wchar_t *)buf; in wcsncpy_0200() local 73 wchar_t *dest = (wchar_t *)buf; wcsncpy_0300() local [all...] |
| H A D | wmemmove.c | 28 wchar_t dest[] = L"This is a c test for wmemmove function"; in wmemmove_0100() local 47 wchar_t *dest = &src[2]; in wmemmove_0200() local 65 wchar_t *dest in wmemmove_0300() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ecp_nist.c | 85 int ossl_ec_GFp_nist_group_copy(EC_GROUP *dest, const EC_GROUP *src) in ossl_ec_GFp_nist_group_copy() argument
|
| /third_party/popt/src/ |
| H A D | system.h | 31 static inline char * stpcpy (char *dest, const char * src) { in stpcpy() argument
|
| /third_party/openssl/crypto/ec/ |
| H A D | ecp_nist.c | 85 int ossl_ec_GFp_nist_group_copy(EC_GROUP *dest, const EC_GROUP *src) in ossl_ec_GFp_nist_group_copy() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | numparse_utils.h | 31 inline static void copyCurrencyCode(UChar* dest, const UChar* src) { in copyCurrencyCode() argument
|
| /third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
| H A D | PolyphaseResamplerMono.cpp | 33 float *dest = &mX[mCursor * MONO]; in writeFrame() local
|
| H A D | PolyphaseResamplerStereo.cpp | 33 float *dest = &mX[mCursor * STEREO]; in writeFrame() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ustrcase_locale.cpp | 45 u_strToLower(UChar *dest, int32_t destCapacity, in u_strToLower() argument 57 u_strToUpper(UChar *dest, int32_t destCapacity, in u_strToUpper() argument 70 toLower( const char *locale, uint32_t options, const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toLower() argument 82 toUpper( const char *locale, uint32_t options, const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toUpper() argument
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_safe_arithmetic.h | 201 static void ConvertUnsigned(TSrc src, TDest *dest) { in ConvertUnsigned() argument
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | any_test.cc | 62 protobuf_unittest::TestAllTypes dest; in TEST() local
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | casts.h | 121 To dest; in bit_cast() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | escaping.h | 42 void Base64EscapeInternal(const unsigned char* src, size_t szsrc, String* dest, in Base64EscapeInternal() argument [all...] |
| /third_party/skia/modules/skottie/gm/ |
| H A D | ExternalProperties.cpp | 72 auto dest = SkRect::MakeWH(kSize/2, kSize/2).makeOffset(kSize * (i & 1) / 2, variable
|