Home
last modified time | relevance | path

Searched defs:dest (Results 101 - 125 of 1551) sorted by relevance

12345678910>>...63

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcscat.c36 wchar_t dest[MAX] = L"wcscat "; in wcscat_0100() local
53 wchar_t dest[MAX] = L"wcscat "; in wcscat_0200() local
H A Dwmemcpy.c28 wchar_t dest[30]; in wmemcpy_0100() local
44 wchar_t dest[3]; in wmemcpy_0200() local
60 wchar_t dest[3]; in wmemcpy_0300() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dbitutils.h29 Dest dest; in BitwiseCast() local
/third_party/skia/src/images/
H A DSkJPEGWriteUtility.cpp14 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest; in sk_init_destination() local
21 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest; in sk_empty_output_buffer() local
36 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest; sk_term_destination() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dbitutils.h29 Dest dest; in BitwiseCast() local
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DUtils.cs26 internal static void FillWithZeroes(byte[] dest, int offset, int length) in FillWithZeroes() argument
48 internal static void FillWithZeroes(int[] dest, int offset, int length) in FillWithZeroes() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dunistrappender.h46 UnicodeStringAppender(UnicodeString &dest) : fDest(&dest), fIdx(0) { } in UnicodeStringAppender() argument
/third_party/toybox/toys/posix/
H A Dln.c35 char *dest = TT.t ? TT.t : toys.optargs[--toys.optc], *new; in ln_main() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dcasts.h156 Dest dest; in bit_cast() local
179 Dest dest; in bit_cast() local
/third_party/spirv-tools/source/util/
H A Dbitutils.h29 Dest dest; in BitwiseCast() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnapi_zlib_common.h38 std::string dest; member
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dconnector.h33 Connect( const IObject::Ptr& source, const BASE_NS::string& event, const IObject::Ptr& dest, const BASE_NS::string& func) Connect() argument
57 Disconnect( const IObject::Ptr& source, const BASE_NS::string& event, const IObject::Ptr& dest, const BASE_NS::string& func) Disconnect() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/base64/
H A Dbase64_utils.cpp54 bool Base64Utils::Base64Decode(const uint8_t *src, uint32_t srcSize, uint8_t *dest, uint32_t *destSize) in Base64Decode() argument
/foundation/graphic/graphic_2d/rosen/modules/utils/
H A Dstring_utils.h44 void SplitString(const std::string& src, Container& dest, const char separator) in SplitString() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dconnector.cpp24 auto dest = interface_cast<IMetadata>(target); in AttachTo() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy_file.h37 Para(FileInfo src, FileInfo dest) : src_(move(src)), dest_(move(dest)){}; in Para() argument
/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestString.cpp78 const char dest[] = "abcdef"; in HWTEST_F() local
97 char dest[50] = {0}; in HWTEST_F() local
130 char dest[50] = {0}; in HWTEST_F() local
150 char dest[5 in HWTEST_F() local
169 char dest[50] = {0}; HWTEST_F() local
190 char dest[20] = {0}; HWTEST_F() local
208 char dest[] = {0}; HWTEST_F() local
241 char dest[] = "abcdefgh"; HWTEST_F() local
260 char dest[50] = {0}; HWTEST_F() local
276 char dest[50] = "hello world || "; HWTEST_F() local
449 const char dest[] = "hello !! world"; HWTEST_F() local
466 const char dest[] = "hello world !"; HWTEST_F() local
483 const char dest[] = "hello world !"; HWTEST_F() local
506 const char dest[] = "hello world !"; HWTEST_F() local
546 char dest[50] = {0}; HWTEST_F() local
[all...]
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

Completed in 10 milliseconds

12345678910>>...63