| /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
|
| /third_party/skia/fuzz/ |
| H A D | FuzzEncoders.cpp | 45 SkDynamicMemoryWStream dest; in DEF_FUZZ() local 55 SkDynamicMemoryWStream dest; in DEF_FUZZ() local 72 SkDynamicMemoryWStream dest; in DEF_FUZZ() local
|
| /third_party/rust/crates/rustix/tests/io/ |
| H A D | pipe.rs | 9 let mut dest = tempfile::tempfile().unwrap(); in test_splice_cursor() variables 35 let mut dest = tempfile::tempfile().unwrap(); in test_splice_offset() variables
|
| /third_party/zlib/ |
| H A D | compress.c | 22 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, in compress2() argument 63 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, in compress() argument
|
| H A D | uncompr.c | 27 int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress2() argument 82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress() argument
|
| /base/hiviewdfx/hisysevent/frameworks/native/util/ |
| H A D | string_util.cpp | 84 void MemsetSafe(void* dest, size_t destSize)
in MemsetSafe() argument
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| H A D | log_compress.cpp | 42 void *dest = compressedBuffer.content + compressedBuffer.offset; in Compress() local
|
| /base/hiviewdfx/hiview/base/event_raw/encoded/ |
| H A D | encoded_param.cpp | 48 bool EncodedParam::AsUint64(uint64_t& dest) in AsUint64() argument 53 bool EncodedParam::AsInt64(int64_t& dest) in AsInt64() argument 58 bool EncodedParam::AsDouble(double& dest) in AsDouble() argument 63 bool EncodedParam::AsString(std::string& dest) in AsString() argument 68 bool EncodedParam::AsUint64Vec(std::vector<uint64_t>& dest) in AsUint64Vec() argument 73 bool EncodedParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec() argument 78 bool EncodedParam::AsDoubleVec(std::vector<double>& dest) in AsDoubleVec() argument 83 bool EncodedParam::AsStringVec(std::vector<std::string>& dest) in AsStringVec() argument
|
| /base/hiviewdfx/hiview/base/event_raw/decoded/ |
| H A D | decoded_param.cpp | 35 bool DecodedParam::AsUint64(uint64_t& dest) in AsUint64() argument 40 bool DecodedParam::AsInt64(int64_t& dest) in AsInt64() argument 45 bool DecodedParam::AsDouble(double& dest) in AsDouble() argument 50 bool DecodedParam::AsString(std::string& dest) in AsString() argument 55 bool DecodedParam::AsUint64Vec(std::vector<uint64_t>& dest) in AsUint64Vec() argument 60 bool DecodedParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec() argument 65 bool DecodedParam::AsDoubleVec(std::vector<double>& dest) in AsDoubleVec() argument 70 bool DecodedParam::AsStringVec(std::vector<std::string>& dest) in AsStringVec() argument 85 bool UnsignedVarintDecodedParam::AsUint64(uint64_t& dest) in AsUint64() argument 112 AsUint64Vec(std::vector<uint64_t>& dest) AsUint64Vec() argument 128 AsInt64(int64_t& dest) AsInt64() argument 155 AsInt64Vec(std::vector<int64_t>& dest) AsInt64Vec() argument 171 AsDouble(double& dest) AsDouble() argument 198 AsDoubleVec(std::vector<double>& dest) AsDoubleVec() argument 214 AsString(std::string& dest) AsString() argument 241 AsStringVec(std::vector<std::string>& dest) AsStringVec() argument [all...] |
| H A D | raw_data_decoder.cpp | 23 bool RawDataDecoder::FloatingNumberDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, double& dest) in FloatingNumberDecoded() argument 54 bool RawDataDecoder::SignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, int64_t& dest) in SignedVarintDecoded() argument 68 bool RawDataDecoder::StringValueDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, std::string& dest) in StringValueDecoded() argument 87 bool RawDataDecoder::UnsignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, uint64_t& dest) in UnsignedVarintDecoded() argument 110 ValueTypeDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, struct ParamValueType& dest) ValueTypeDecoded() argument [all...] |
| /base/security/crypto_framework/frameworks/key/ |
| H A D | key_utils.c | 45 HcfResult CopyPoint(const HcfPoint *src, HcfPoint *dest) in CopyPoint() argument 71 CopyEcField(const HcfECField *src, HcfECField **dest) CopyEcField() argument [all...] |
| /base/security/dlp_permission_service/frameworks/test/mock/ |
| H A D | file_io_mock.cpp | 71 errno_t memcpy_s(void *dest, size_t destMax, const void *src, size_t count) in memcpy_s() argument
|
| /base/telephony/sms_mms/frameworks/native/mms/src/utils/ |
| H A D | mms_quoted_printable.cpp | 48 bool MmsQuotedPrintable::Decode(const std::string src, std::string &dest)
in Decode() argument
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| H A D | ark_ohos_resource_adapter_wrapper.cpp | 26 bool ArkOhosResourceAdapterWrapper::GetRawFileData(const std::string& rawFile, size_t& len, uint8_t** dest, bool isSys) in GetRawFileData() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
| H A D | json_util.h | 101 inline OutIt Transform(Container&& container, OutIt dest, Fn func) in Transform() argument
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
| H A D | json_util.h | 103 inline OutIt Transform(Container&& container, OutIt dest, Fn func) in Transform() argument
|