/third_party/ffmpeg/libavfilter/ |
H A D | transpose.h | 41 void (*transpose_8x8)(uint8_t *src, ptrdiff_t src_linesize, 43 void (*transpose_block)(uint8_t *src, ptrdiff_t src_linesize,
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_atadenoise_init.c | 27 void ff_atadenoise_filter_row8_sse4(const uint8_t *src, uint8_t *dst, 32 void ff_atadenoise_filter_row8_serial_sse4(const uint8_t *src, uint8_t *dst,
|
H A D | vf_limiter_init.c | 23 void ff_limiter_8bit_sse2(const uint8_t *src, uint8_t *dst, 26 void ff_limiter_16bit_sse4(const uint8_t *src, uint8_t *dst,
|
/third_party/ffmpeg/libavresample/ |
H A D | dither.h | 34 * @param src source int array, range INT_MIN to INT_MAX. 38 void (*quantize)(int16_t *dst, const float *src, float *dither, int len); 40 int ptr_align; ///< src and dst constraints for quantize() 83 * @param src source audio data 86 int ff_convert_dither(DitherContext *c, AudioData *dst, AudioData *src);
|
H A D | audio_mix.h | 31 typedef void (mix_func)(uint8_t **src, void **matrix, int len, int out_ch, 78 int ff_audio_mix(AudioMix *am, AudioData *src);
|
/third_party/curl/lib/ |
H A D | strcase.h | 48 void Curl_strntoupper(char *dest, const char *src, size_t n); 49 void Curl_strntolower(char *dest, const char *src, size_t n);
|
/third_party/gn/src/base/strings/ |
H A D | utf_string_conversions.h | 15 bool UTF8ToUTF16(const char* src, size_t src_len, std::u16string* output); 17 bool UTF16ToUTF8(const char16_t* src, size_t src_len, std::string* output);
|
/third_party/ffmpeg/libavutil/ |
H A D | xtea.h | 67 * @param dst destination array, can be equal to src 68 * @param src source array, can be equal to dst 73 void av_xtea_crypt(struct AVXTEA *ctx, uint8_t *dst, const uint8_t *src, 81 * @param dst destination array, can be equal to src 82 * @param src source array, can be equal to dst 87 void av_xtea_le_crypt(struct AVXTEA *ctx, uint8_t *dst, const uint8_t *src,
|
/third_party/ffmpeg/libswscale/arm/ |
H A D | swscale.c | 26 const uint8_t *src, const int16_t *filter, 30 const int16_t **src, uint8_t *dest, int dstW,
|
/third_party/backends/lib/ |
H A D | inet_ntop.c | 18 inet_ntop (int af, const void *src, char *dst, size_t cnt) in inet_ntop() argument 26 memcpy (&in.s_addr, src, sizeof (in.s_addr)); in inet_ntop()
|
/third_party/icu/icu4c/source/common/ |
H A D | usc_impl.h | 67 * @param src is the address of the array of characters over which to iterate. 68 * if <code>src == NULL</code> and <code>length == 0</code>, 81 uscript_openRun(const UChar *src, int32_t length, UErrorCode *pErrorCode); 106 * @param src is the address of the new array of characters over which to iterate. 107 * If <code>src == NULL</code> and <code>length == 0</code>, 117 uscript_setRunText(UScriptRun *scriptRun, const UChar *src, int32_t length, UErrorCode *pErrorCode);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | numparse_utils.h | 31 inline static void copyCurrencyCode(UChar* dest, const UChar* src) { in copyCurrencyCode() argument 32 uprv_memcpy(dest, src, sizeof(UChar) * 3); in copyCurrencyCode()
|
/third_party/mesa3d/src/broadcom/common/ |
H A D | v3d_tiling.h | 70 void *src, uint32_t src_stride, 75 void *src, uint32_t src_stride,
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_lower_pack.cpp | 45 ibld.MOV(subscript(dst, inst->src[i].type, i), inst->src[i]); in lower_pack()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | usc_impl.h | 67 * @param src is the address of the array of characters over which to iterate. 68 * if <code>src == NULL</code> and <code>length == 0</code>, 81 uscript_openRun(const UChar *src, int32_t length, UErrorCode *pErrorCode); 106 * @param src is the address of the new array of characters over which to iterate. 107 * If <code>src == NULL</code> and <code>length == 0</code>, 117 uscript_setRunText(UScriptRun *scriptRun, const UChar *src, int32_t length, UErrorCode *pErrorCode);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | numparse_utils.h | 31 inline static void copyCurrencyCode(char16_t* dest, const char16_t* src) { in copyCurrencyCode() argument 32 uprv_memcpy(dest, src, sizeof(char16_t) * 3); in copyCurrencyCode()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glspirv.h | 73 struct gl_spirv_module *src); 77 struct gl_shader_spirv_data *src);
|
/third_party/ltp/tools/sparse/ |
H A D | Makefile | 9 SPARSE_SRC ?= sparse-src 12 ifeq ($(SPARSE_SRC),sparse-src)
|
/third_party/lwip/src/include/netif/ |
H A D | lowpan6_common.h | 71 const struct lowpan6_link_addr *src, const struct lowpan6_link_addr *dst); 73 struct lowpan6_link_addr *src, struct lowpan6_link_addr *dest);
|
/third_party/node/deps/v8/src/base/ |
H A D | strings.cc | 5 #include "src/base/strings.h" 11 #include "src/base/platform/platform.h" 28 void StrNCpy(base::Vector<char> dest, const char* src, size_t n) { in StrNCpy() argument 29 base::OS::StrNCpy(dest.begin(), dest.length(), src, n); in StrNCpy()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_tiling.h | 45 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, 49 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey,
|
H A D | etnaviv_clear_blit.h | 43 struct pipe_resource *src, int first_level, int last_level); 47 struct pipe_resource *src, int level,
|
/third_party/skia/src/effects/ |
H A D | SkDashImpl.h | 11 #include "src/core/SkPathEffectBase.h" 20 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*, 23 bool onAsPoints(PointData* results, const SkPath& src, const SkStrokeRec&, const SkMatrix&,
|
/third_party/skia/src/core/ |
H A D | SkImagePriv.h | 18 kIfMutable_SkCopyPixelsMode, //!< only copy src pixels if they are marked mutable 19 kAlways_SkCopyPixelsMode, //!< always copy src pixels (even if they are marked immutable) 20 kNever_SkCopyPixelsMode, //!< never copy src pixels (even if they are marked mutable) 28 sk_sp<SkShader> SkMakeBitmapShader(const SkBitmap& src, SkTileMode, SkTileMode, 36 sk_sp<SkShader> SkMakeBitmapShaderForPaint(const SkPaint& paint, const SkBitmap& src, 68 * src). In particular this is intended to use the texture even if the image's original content 69 * changes subsequent to this call (i.e. the src is mutable!).
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numparse_utils.h | 31 inline static void copyCurrencyCode(UChar* dest, const UChar* src) { in copyCurrencyCode() argument 32 uprv_memcpy(dest, src, sizeof(UChar) * 3); in copyCurrencyCode()
|