/third_party/musl/src/string/aarch64/ |
H A D | memset.S | 18 #define dst x3 define [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | cpputils.h | 28 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 D | colormac.h | 44 _mesa_unclamped_float_rgba_to_ubyte(GLubyte dst[4], const GLfloat src[4]) in _mesa_unclamped_float_rgba_to_ubyte() argument
|
H A D | format_unpack.h | 36 _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 D | u_format_unpack_neon.c | 40 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 D | restrict.c | 9 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 D | round_trip_frame_fuzzer.c | 24 char* const dst = (char*)malloc(dstCapacity); in LLVMFuzzerTestOneInput() local
|
H A D | round_trip_hc_fuzzer.c | 24 char* const dst = (char*)malloc(dstCapacity); in LLVMFuzzerTestOneInput() local
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_fence.h | 53 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 D | crocus_fence.h | 50 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 D | mbstowcs.c | 31 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 D | wcpncpy.c | 29 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 D | wcsncat.c | 29 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 D | blake2_impl.h | 58 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 D | SkSampler.cpp | 13 void SkSampler::Fill(const SkImageInfo& info, void* dst, size_t rowBytes, in Fill() argument
|
/third_party/skia/src/core/ |
H A D | SkConvertPixels.h | 20 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 D | blake2_impl.h | 58 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 D | color_cache_utils.c | 42 VP8LColorCacheCopy(const VP8LColorCache* const src, VP8LColorCache* const dst) VP8LColorCacheCopy() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
H A D | ChunkedCommandSerializer.cpp | 27 void* dst = mSerializer->GetCmdSpace(chunkSize); in SerializeChunkedCommand() local
|
/third_party/optimized-routines/string/aarch64/ |
H A D | memset.S | 20 #define dst x3 define [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | arpa-inet.c | 34 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 D | cpputils.h | 28 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 D | software_bitmap_w_perspective.cpp | 10 const SkPoint dst[] = { {0, 0}, {width, 0}, {width, height}, {0, height} }; in REG_FIDDLE_ANIMATED() local
|
H A D | Matrix_mapPoints.cpp | 15 SkPoint dst[count]; in REG_FIDDLE() local
|
/third_party/skia/fuzz/oss_fuzz/ |
H A D | FuzzIncrementalImage.cpp | 37 void* dst = SkTAddOffset<void>(bm.getPixels(), rowsDecoded * bm.rowBytes()); in FuzzIncrementalImageDecode() local
|