Home
last modified time | relevance | path

Searched defs:dest (Results 226 - 250 of 3131) sorted by relevance

12345678910>>...126

/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestStdlib.cpp73 char dest[20] = {0}; in HWTEST_F() local
/test/xts/device_attest/services/core/utils/
H A Dattest_utils_json.c46 int32_t GetObjectItemValueStr(const char* rootStr, const char* key, char** dest) in GetObjectItemValueStr() argument
/test/xts/device_attest_lite/services/core/utils/
H A Dattest_utils_json.c46 int32_t GetObjectItemValueStr(const char* rootStr, const char* key, char** dest) in GetObjectItemValueStr() argument
/third_party/elfutils/libelf/
H A Dversion_xlate.h38 elf_cvt_Verdef (void *dest, const void *src, size_t len, int encode) in elf_cvt_Verdef() argument
161 elf_cvt_Verneed (void *dest, const void *src, size_t len, int encode) in elf_cvt_Verneed() argument
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Didctdsp_init_arm.c38 static void j_rev_dct_arm_put(uint8_t *dest, ptrdiff_t line_size, in j_rev_dct_arm_put() argument
45 static void j_rev_dct_arm_add(uint8_t *dest, ptrdiff_t line_size, in j_rev_dct_arm_add() argument
52 static void simple_idct_arm_put(uint8_t *dest, ptrdiff_t line_size, in simple_idct_arm_put() argument
59 static void simple_idct_arm_add(uint8_t *dest, ptrdiff_t line_size, in simple_idct_arm_add() argument
/third_party/ffmpeg/libavcodec/
H A Davpicture.c44 avpicture_layout(const AVPicture* src, enum AVPixelFormat pix_fmt, int width, int height, unsigned char *dest, int dest_size) avpicture_layout() argument
H A Deaidct.c66 ea_idct_col(int16_t *dest, const int16_t *src) ea_idct_col() argument
80 ff_ea_idct_put_c(uint8_t *dest, ptrdiff_t linesize, int16_t *block) ff_ea_idct_put_c() argument
[all...]
/third_party/gn/src/base/posix/
H A Dfile_descriptor_shuffle.h61 int dest; member
/third_party/gn/src/gn/
H A Dfunction_forward_variables_from.cc14 ForwardAllValues(const FunctionCallNode* function, Scope* source, Scope* dest, const std::set<std::string>& exclusion_set, Err* err) ForwardAllValues() argument
32 ForwardValuesFromList(Scope* source, Scope* dest, const std::vector<Value>& list, const std::set<std::string>& exclusion_set, Err* err) ForwardValuesFromList() argument
/third_party/ffmpeg/libavutil/
H A Duuid.h131 static inline void av_uuid_copy(AVUUID dest, const AVUUID src) in av_uuid_copy() argument
/third_party/cups-filters/fontembed/
H A Dembed.c59 EMB_PARAMS *emb_new(FONTFILE *font,EMB_DESTINATION dest,EMB_CONSTRAINTS mode) // {{{ in emb_new() argument
/third_party/curl/docs/examples/
H A Dpost-callback.c46 static size_t read_callback(char *dest, size_t size, size_t nmemb, void *userp) in read_callback() argument
/third_party/bounds_checking_function/src/
H A Dmemcpy_s.c445 SecMemcpyError(void *dest, size_t destMax, const void *src, size_t count) SecMemcpyError() argument
515 memcpy_s(void *dest, size_t destMax, const void *src, size_t count) memcpy_s() argument
533 memcpy_sOptAsm(void *dest, size_t destMax, const void *src, size_t count) memcpy_sOptAsm() argument
544 memcpy_sOptTc(void *dest, size_t destMax, const void *src, size_t count) memcpy_sOptTc() argument
[all...]
/third_party/icu/icu4c/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/icu/icu4c/source/i18n/
H A Dnumparse_utils.h31 inline static void copyCurrencyCode(UChar* dest, const UChar* src) { in copyCurrencyCode() argument
/third_party/libwebsockets/lib/core-net/client/
H A Dconmon.c136 lws_conmon_wsi_take(struct lws *wsi, struct lws_conmon *dest) in lws_conmon_wsi_take() argument
/third_party/lzma/CPP/Windows/
H A DPropVariantConv.cpp97 bool ConvertUtcFileTimeToString2(const FILETIME &ft, unsigned ns100, wchar_t *dest, int level) throw() in ConvertUtcFileTimeToString2() argument
111 bool ConvertUtcFileTimeToString(const FILETIME &ft, wchar_t *dest, int level) throw() in ConvertUtcFileTimeToString() argument
126 void ConvertPropVariantToShortString(const PROPVARIANT &prop, char *dest) throw() in ConvertPropVariantToShortString() argument
159 ConvertPropVariantToShortString(const PROPVARIANT &prop, wchar_t *dest) ConvertPropVariantToShortString() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_packing.c118 nir_ssa_def *dest; in lower_pack_instr() local
[all...]
/third_party/node/test/parallel/
H A Dtest-stream2-pipe-error-handling.js[all...]
/third_party/node/deps/zlib/
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
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
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dstrptime.c11 int i, w, neg, adj, min, range, *dest, dummy; in strptime() local
[all...]
/third_party/musl/porting/liteos_m/kernel/src/time/
H A Dstrptime.c11 int i, w, neg, adj, min, range, *dest, dummy; in strptime() local
[all...]
/third_party/musl/porting/uniproton/kernel/src/time/
H A Dstrptime.c11 int i, w, neg, adj, min, range, *dest, dummy; in strptime() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dustrcase_locale.cpp45 u_strToLower(char16_t *dest, int32_t destCapacity, in u_strToLower() argument
57 u_strToUpper(char16_t *dest, int32_t destCapacity, in u_strToUpper() argument
70 toLower( const char *locale, uint32_t options, const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toLower() argument
82 toUpper( const char *locale, uint32_t options, const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toUpper() argument

Completed in 8 milliseconds

12345678910>>...126