Home
last modified time | relevance | path

Searched defs:dst (Results 176 - 200 of 6806) sorted by relevance

12345678910>>...273

/third_party/ffmpeg/libavcodec/
H A Dv210_template.c25 v210_enc(AVCodecContext *avctx, uint8_t *dst, const AVFrame *pic) v210_enc() argument
[all...]
/third_party/ffmpeg/libavcodec/tests/x86/
H A Ddct.c109 static int permute_x86(int16_t dst[64], const int16_t src[64], in permute_x86() argument
/third_party/ffmpeg/libavutil/x86/
H A Dimgutils_init.c33 int ff_image_copy_plane_uc_from_x86(uint8_t *dst, ptrdiff_t dst_linesize, in ff_image_copy_plane_uc_from_x86() argument
/third_party/ffmpeg/libswscale/x86/
H A Dyuv2rgb_template.c70 yuv420_rgb15(SwsContext *c, const uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) yuv420_rgb15() argument
/third_party/bounds_checking_function/src/
H A Dmemmove_s.c26 SECUREC_INLINE void SecUtilMemmove(void *dst, const void *src, size_t count) in SecUtilMemmove() argument
/third_party/icu/icu4c/source/common/
H A Dcpputils.h28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() argument
37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() argument
46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() argument
32 uprv_arrayCopy(const double* src, int32_t srcStart, double* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
41 uprv_arrayCopy(const int8_t* src, int32_t srcStart, int8_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
50 uprv_arrayCopy(const int16_t* src, int32_t srcStart, int16_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
55 uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) uprv_arrayCopy() argument
59 uprv_arrayCopy(const int32_t* src, int32_t srcStart, int32_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
65 uprv_arrayCopy(const UChar *src, int32_t srcStart, UChar *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) uprv_arrayCopy() argument
82 uprv_arrayCopy(const icu::UnicodeString *src, int32_t srcStart, icu::UnicodeString *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
[all...]
/third_party/musl/src/multibyte/
H A Dwcsnrtombs.c8 size_t wcsnrtombs(char *restrict dst, const wchar_t **restrict wcs, size_t wn, size_t n, mbstate_t *restrict st) in wcsnrtombs() argument
/third_party/musl/porting/liteos_a/user/src/multibyte/
H A Dwcsnrtombs.c5 size_t wcsnrtombs(char *restrict dst, const wchar_t **restrict wcs, size_t wn, size_t n, mbstate_t *restrict st) in wcsnrtombs() argument
/third_party/musl/src/string/aarch64/
H A Dmemset.S18 #define dst x3 define
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dcpputils.h28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() argument
37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() argument
46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() argument
32 uprv_arrayCopy(const double* src, int32_t srcStart, double* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
41 uprv_arrayCopy(const int8_t* src, int32_t srcStart, int8_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
50 uprv_arrayCopy(const int16_t* src, int32_t srcStart, int16_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
55 uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) uprv_arrayCopy() argument
59 uprv_arrayCopy(const int32_t* src, int32_t srcStart, int32_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
65 uprv_arrayCopy(const char16_t *src, int32_t srcStart, char16_t *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) uprv_arrayCopy() argument
82 uprv_arrayCopy(const icu::UnicodeString *src, int32_t srcStart, icu::UnicodeString *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dcolormac.h44 _mesa_unclamped_float_rgba_to_ubyte(GLubyte dst[4], const GLfloat src[4]) in _mesa_unclamped_float_rgba_to_ubyte() argument
H A Dformat_unpack.h36 _mesa_unpack_rgba_row(mesa_format format, uint32_t n, const void *src, float dst[][4]) _mesa_unpack_rgba_row() argument
47 _mesa_unpack_uint_rgba_row(mesa_format format, uint32_t n, const void *src, uint32_t dst[][4]) _mesa_unpack_uint_rgba_row() argument
54 _mesa_unpack_float_z_row(mesa_format format, uint32_t n, const void *src, float *dst) _mesa_unpack_float_z_row() argument
62 _mesa_unpack_uint_z_row(mesa_format format, uint32_t n, const void *src, uint32_t *dst) _mesa_unpack_uint_z_row() argument
69 _mesa_unpack_ubyte_stencil_row(mesa_format format, uint32_t n, const void *src, uint8_t *dst) _mesa_unpack_ubyte_stencil_row() argument
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_unpack_neon.c40 util_format_b8g8r8a8_unorm_unpack_rgba_8unorm_neon(uint8_t *restrict dst, const uint8_t *restrict src, unsigned width) in util_format_b8g8r8a8_unorm_unpack_rgba_8unorm_neon() argument
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Drestrict.c9 void f00(void *dst) { } /* check-should-pass */ in f00() argument
11 void f02(void **dst) { } /* check-should-fail */ in f02() argument
/third_party/lz4/ossfuzz/
H A Dround_trip_frame_fuzzer.c24 char* const dst = (char*)malloc(dstCapacity); in LLVMFuzzerTestOneInput() local
H A Dround_trip_hc_fuzzer.c24 char* const dst = (char*)malloc(dstCapacity); in LLVMFuzzerTestOneInput() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_fence.h53 iris_syncobj_reference(struct iris_bufmgr *bufmgr, struct iris_syncobj **dst, struct iris_syncobj *src) iris_syncobj_reference() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_fence.h50 crocus_syncobj_reference(struct crocus_screen *screen, struct crocus_syncobj **dst, struct crocus_syncobj *src) crocus_syncobj_reference() argument
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
H A Dmbstowcs.c31 wchar_t dst[TEST_BUFFER_SIZE]; in mbstowcs_0100() local
52 wchar_t dst[TEST_BUFFER_SIZE]; in mbstowcs_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcpncpy.c29 wchar_t dst[18]; in wcpncpy_0100() local
48 wchar_t dst[18]; in wcpncpy_0200() local
67 wchar_t dst[18]; wcpncpy_0300() local
[all...]
H A Dwcsncat.c29 wchar_t dst[32] = {0}; in wcsncat_0100() local
46 wchar_t dst[32] = {0}; in wcsncat_0200() local
64 wchar_t dst[32] = {0}; wcsncat_0300() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dblake2_impl.h58 static ossl_inline void store32(uint8_t *dst, uint32_t w) in store32() argument
73 static ossl_inline void store64(uint8_t *dst, uint64_t w) in store64() argument
99 static ossl_inline void store48(uint8_t *dst, uint64_t w) in store48() argument
/third_party/skia/src/codec/
H A DSkSampler.cpp13 void SkSampler::Fill(const SkImageInfo& info, void* dst, size_t rowBytes, in Fill() argument
/third_party/skia/src/core/
H A DSkConvertPixels.h20 static inline void SkRectMemcpy(void* dst, size_t dstRB, const void* src, size_t srcRB, in SkRectMemcpy() argument
/third_party/openssl/providers/implementations/digests/
H A Dblake2_impl.h58 static ossl_inline void store32(uint8_t *dst, uint32_t w) in store32() argument
73 static ossl_inline void store64(uint8_t *dst, uint64_t w) in store64() argument
99 static ossl_inline void store48(uint8_t *dst, uint64_t w) in store48() argument

Completed in 7 milliseconds

12345678910>>...273