Home
last modified time | relevance | path

Searched defs:src (Results 176 - 200 of 4010) sorted by relevance

12345678910>>...161

/third_party/skia/third_party/externals/tint/src/transform/
H A Dsimplify_pointers_test.cc27 auto* src = ""; in TEST_F() local
39 auto* src = ""; in TEST_F() local
48 auto* src = R"( in TEST_F() local
69 auto* src in TEST_F() local
97 auto* src = R"( TEST_F() local
121 auto* src = R"( TEST_F() local
144 auto* src = R"( TEST_F() local
198 auto* src = R"( TEST_F() local
219 auto* src = R"( TEST_F() local
247 auto* src = R"( TEST_F() local
282 auto* src = R"( TEST_F() local
348 auto* src = R"( TEST_F() local
[all...]
H A Dsingle_entry_point_test.cc28 auto* src = ""; in TEST_F() local
39 auto* src = ""; in TEST_F() local
51 auto* src = R"( in TEST_F() local
70 auto* src = R"( in TEST_F() local
89 auto* src = R"( TEST_F() local
105 auto* src = R"( TEST_F() local
140 auto* src = R"( TEST_F() local
190 auto* src = R"( TEST_F() local
240 auto* src = R"( TEST_F() local
260 auto* src = R"( TEST_F() local
374 auto* src = R"( TEST_F() local
433 auto* src = R"( TEST_F() local
[all...]
H A Dunshadow_test.cc26 auto* src = ""; in TEST_F() local
35 auto* src = R"( in TEST_F() local
58 auto* src = R"( in TEST_F() local
88 auto* src in TEST_F() local
122 auto* src = R"( TEST_F() local
148 auto* src = R"( TEST_F() local
178 auto* src = R"( TEST_F() local
208 auto* src = R"( TEST_F() local
238 auto* src = R"( TEST_F() local
268 auto* src = R"( TEST_F() local
296 auto* src = R"( TEST_F() local
324 auto* src = R"( TEST_F() local
344 auto* src = R"( TEST_F() local
364 auto* src = R"( TEST_F() local
[all...]
H A Dwrap_arrays_in_structs_test.cc29 auto* src = ""; in TEST_F() local
38 auto* src = R"( in TEST_F() local
55 auto* src = R"( in TEST_F() local
78 auto* src = R"( in TEST_F() local
99 auto* src = R"( TEST_F() local
120 auto* src = R"( TEST_F() local
162 auto* src = R"( TEST_F() local
191 auto* src = R"( TEST_F() local
224 auto* src = R"( TEST_F() local
265 auto* src = R"( TEST_F() local
[all...]
H A Dzero_init_workgroup_memory_test.cc28 auto* src = ""; in TEST_F() local
37 auto* src = R"( in TEST_F() local
52 auto* src = R"( in TEST_F() local
75 auto* src = R"( TEST_F() local
103 auto* src = R"( TEST_F() local
139 auto* src = R"( TEST_F() local
167 auto* src = R"( TEST_F() local
231 auto* src = R"( TEST_F() local
295 auto* src = R"( TEST_F() local
364 auto* src = R"( TEST_F() local
453 auto* src = R"( TEST_F() local
516 auto* src = R"( TEST_F() local
615 auto* src = R"( TEST_F() local
658 auto* src = R"( TEST_F() local
691 auto* src = R"( TEST_F() local
738 auto* src = R"( TEST_F() local
766 auto* src = R"( TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/lexer/
H A Dlexer.go
/third_party/skia/third_party/externals/icu/source/common/
H A Dcwchar.cpp25 U_CAPI wchar_t *uprv_wcscat(wchar_t *dst, const wchar_t *src) { in uprv_wcscat() argument
37 U_CAPI wchar_t *uprv_wcscpy(wchar_t *dst, const wchar_t *src) { in uprv_wcscpy() argument
46 U_CAPI size_t uprv_wcslen(const wchar_t *src) { in uprv_wcslen() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsconv_neon.c30 static void pa_sconv_s16le_from_f32ne_neon(unsigned n, const float *src, int16_t *dst) { in pa_sconv_s16le_from_f32ne_neon() argument
59 static void pa_sconv_s16le_to_f32ne_neon(unsigned n, const int16_t *src, float *dst) { in pa_sconv_s16le_to_f32ne_neon() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_update_tracker_test.cc81 CordzUpdateTracker src; in TEST() local
97 CordzUpdateTracker src; in TEST() local
/third_party/skia/include/utils/mac/
H A DSkCGUtils.h50 static inline bool SkCopyPixelsFromCGImage(const SkPixmap& dst, CGImageRef src) { in SkCopyPixelsFromCGImage() argument
/third_party/skia/docs/examples/
H A DMatrix_invert.cpp7 const SkPoint src[] = { { 10, 120}, {120, 120}, {120, 10}, { 10, 10} }; in REG_FIDDLE() local
/third_party/selinux/libselinux/src/
H A Dselinux_internal.c7 size_t strlcpy(char *dest, const char *src, size_t size) in strlcpy() argument
/third_party/ffmpeg/libavcodec/
H A Dbitstream.c49 void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length) in ff_copy_bits() argument
H A Dcanopus.c30 ff_canopus_parse_info_tag(AVCodecContext *avctx, const uint8_t *src, size_t size) ff_canopus_parse_info_tag() argument
H A Dfmtconvert.c28 static void int32_to_float_fmul_scalar_c(float *dst, const int32_t *src, in int32_to_float_fmul_scalar_c() argument
36 static void int32_to_float_c(float *dst, const int32_t *src, intptr_t len) in int32_to_float_c() argument
44 int32_to_float_fmul_array8_c(FmtConvertContext *c, float *dst, const int32_t *src, const float *mul, int len) int32_to_float_fmul_array8_c() argument
H A Dexrdsp.c27 static void reorder_pixels_scalar(uint8_t *dst, const uint8_t *src, ptrdiff_t size) in reorder_pixels_scalar() argument
41 static void predictor_scalar(uint8_t *src, ptrdiff_t size) in predictor_scalar() argument
H A Dffv1_template.c23 static inline int RENAME(predict)(TYPE *src, TYPE *last) in predict() argument
32 static inline int RENAME(get_context)(PlaneContext *p, TYPE *src, in get_context() argument
/third_party/elfutils/libelf/
H A Dnote_xlate.h30 elf_cvt_note (void *dest, const void *src, size_t len, int encode, in elf_cvt_note() argument
89 elf_cvt_note4(void *dest, const void *src, size_t len, int encode) elf_cvt_note4() argument
95 elf_cvt_note8(void *dest, const void *src, size_t len, int encode) elf_cvt_note8() argument
[all...]
H A Dgelf_update_sym.c42 gelf_update_sym (Elf_Data *data, int ndx, GElf_Sym *src) in gelf_update_sym() argument
H A Dgelf_getdyn.c66 Elf32_Dyn *src; in gelf_getdyn() local
H A Dgelf_getauxv.c65 Elf32_auxv_t *src; in gelf_getauxv() local
H A Dgnuhash_xlate.h37 elf_cvt_gnuhash (void *dest, const void *src, size_t len, int encode) in elf_cvt_gnuhash() argument
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264_intrapred_lasx.c98 void ff_h264_pred16x16_plane_h264_8_lasx(uint8_t *src, ptrdiff_ argument
106 ff_h264_pred16x16_plane_rv40_8_lasx(uint8_t *src, ptrdiff_t stride) ff_h264_pred16x16_plane_rv40_8_lasx() argument
114 ff_h264_pred16x16_plane_svq3_8_lasx(uint8_t *src, ptrdiff_t stride) ff_h264_pred16x16_plane_svq3_8_lasx() argument
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dh264chroma_mmi.c29 void ff_put_h264_chroma_mc8_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride, in ff_put_h264_chroma_mc8_mmi() argument
292 ff_avg_h264_chroma_mc8_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h, int x, int y) ff_avg_h264_chroma_mc8_mmi() argument
500 ff_put_h264_chroma_mc4_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h, int x, int y) ff_put_h264_chroma_mc4_mmi() argument
621 ff_avg_h264_chroma_mc4_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h, int x, int y) ff_avg_h264_chroma_mc4_mmi() argument
[all...]
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvc1dsp_init_aarch64.c57 vc1_unescape_buffer_neon(const uint8_t *src, int size, uint8_t *dst) vc1_unescape_buffer_neon() argument
[all...]

Completed in 6 milliseconds

12345678910>>...161