Home
last modified time | relevance | path

Searched defs:dest (Results 176 - 200 of 1689) sorted by relevance

12345678910>>...68

/third_party/openssl/crypto/ec/
H A Decp_nist.c85 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 Dnumparse_utils.h31 inline static void copyCurrencyCode(UChar* dest, const UChar* src) { in copyCurrencyCode() argument
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DPolyphaseResamplerMono.cpp33 float *dest = &mX[mCursor * MONO]; in writeFrame() local
H A DPolyphaseResamplerStereo.cpp33 float *dest = &mX[mCursor * STEREO]; in writeFrame() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dustrcase_locale.cpp45 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 Ddng_safe_arithmetic.h201 static void ConvertUnsigned(TSrc src, TDest *dest) { in ConvertUnsigned() argument
/third_party/protobuf/src/google/protobuf/
H A Dany_test.cc62 protobuf_unittest::TestAllTypes dest; in TEST() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dcasts.h121 To dest; in bit_cast() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Descaping.h42 void Base64EscapeInternal(const unsigned char* src, size_t szsrc, String* dest, in Base64EscapeInternal() argument
[all...]
/third_party/skia/modules/skottie/gm/
H A DExternalProperties.cpp72 auto dest = SkRect::MakeWH(kSize/2, kSize/2).makeOffset(kSize * (i & 1) / 2, variable
/third_party/skia/fuzz/
H A DFuzzEncoders.cpp45 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 Dpipe.rs9 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 Dcompress.c22 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 Duncompr.c27 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 Dstring_util.cpp84 void MemsetSafe(void* dest, size_t destSize) in MemsetSafe() argument
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_compress.cpp42 void *dest = compressedBuffer.content + compressedBuffer.offset; in Compress() local
/base/hiviewdfx/hiview/base/event_raw/encoded/
H A Dencoded_param.cpp48 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 Ddecoded_param.cpp35 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 Draw_data_decoder.cpp23 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 Dkey_utils.c45 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 Dfile_io_mock.cpp71 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 Dmms_quoted_printable.cpp48 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 Dark_ohos_resource_adapter_wrapper.cpp26 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 Djson_util.h101 inline OutIt Transform(Container&& container, OutIt dest, Fn func) in Transform() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Djson_util.h103 inline OutIt Transform(Container&& container, OutIt dest, Fn func) in Transform() argument

Completed in 7 milliseconds

12345678910>>...68