Home
last modified time | relevance | path

Searched defs:dst (Results 101 - 125 of 3474) sorted by relevance

12345678910>>...139

/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
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dcolor_cache_utils.c42 VP8LColorCacheCopy(const VP8LColorCache* const src, VP8LColorCache* const dst) VP8LColorCacheCopy() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DChunkedCommandSerializer.cpp27 void* dst = mSerializer->GetCmdSpace(chunkSize); in SerializeChunkedCommand() local
/third_party/optimized-routines/string/aarch64/
H A Dmemset.S20 #define dst x3 define
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Darpa-inet.c34 const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt) { in inet_ntop() argument
79 int inet_pton(int af, const char *src, void *dst) { in inet_pton() argument
/third_party/skia/third_party/externals/icu/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/skia/docs/examples/
H A Dsoftware_bitmap_w_perspective.cpp10 const SkPoint dst[] = { {0, 0}, {width, 0}, {width, height}, {0, height} }; in REG_FIDDLE_ANIMATED() local
H A DMatrix_mapPoints.cpp15 SkPoint dst[count]; in REG_FIDDLE() local
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzIncrementalImage.cpp37 void* dst = SkTAddOffset<void>(bm.getPixels(), rowsDecoded * bm.rowBytes()); in FuzzIncrementalImageDecode() local

Completed in 9 milliseconds

12345678910>>...139