Home
last modified time | relevance | path

Searched refs:src (Results 1 - 25 of 13263) sorted by relevance

12345678910>>...531

/third_party/pulseaudio/src/pulsecore/
H A Dremap.c36 static void remap_mono_to_stereo_s16ne_c(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) { in remap_mono_to_stereo_s16ne_c() argument
40 dst[0] = dst[1] = src[0]; in remap_mono_to_stereo_s16ne_c()
41 dst[2] = dst[3] = src[1]; in remap_mono_to_stereo_s16ne_c()
42 dst[4] = dst[5] = src[2]; in remap_mono_to_stereo_s16ne_c()
43 dst[6] = dst[7] = src[3]; in remap_mono_to_stereo_s16ne_c()
44 src += 4; in remap_mono_to_stereo_s16ne_c()
48 dst[0] = dst[1] = src[0]; in remap_mono_to_stereo_s16ne_c()
49 src++; in remap_mono_to_stereo_s16ne_c()
54 static void remap_mono_to_stereo_s32ne_c(pa_remap_t *m, int32_t *dst, const int32_t *src, unsigned n) { in remap_mono_to_stereo_s32ne_c() argument
58 dst[0] = dst[1] = src[ in remap_mono_to_stereo_s32ne_c()
72 remap_mono_to_stereo_float32ne_c(pa_remap_t *m, float *dst, const float *src, unsigned n) remap_mono_to_stereo_float32ne_c() argument
90 remap_stereo_to_mono_s16ne_c(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) remap_stereo_to_mono_s16ne_c() argument
108 remap_stereo_to_mono_s32ne_c(pa_remap_t *m, int32_t *dst, const int32_t *src, unsigned n) remap_stereo_to_mono_s32ne_c() argument
130 remap_stereo_to_mono_float32ne_c(pa_remap_t *m, float *dst, const float *src, unsigned n) remap_stereo_to_mono_float32ne_c() argument
148 remap_mono_to_ch4_s16ne_c(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) remap_mono_to_ch4_s16ne_c() argument
166 remap_mono_to_ch4_s32ne_c(pa_remap_t *m, int32_t *dst, const int32_t *src, unsigned n) remap_mono_to_ch4_s32ne_c() argument
184 remap_mono_to_ch4_float32ne_c(pa_remap_t *m, float *dst, const float *src, unsigned n) remap_mono_to_ch4_float32ne_c() argument
202 remap_ch4_to_mono_s16ne_c(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) remap_ch4_to_mono_s16ne_c() argument
220 remap_ch4_to_mono_s32ne_c(pa_remap_t *m, int32_t *dst, const int32_t *src, unsigned n) remap_ch4_to_mono_s32ne_c() argument
242 remap_ch4_to_mono_float32ne_c(pa_remap_t *m, float *dst, const float *src, unsigned n) remap_ch4_to_mono_float32ne_c() argument
260 remap_channels_matrix_s16ne_c(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) remap_channels_matrix_s16ne_c() argument
291 remap_channels_matrix_s32ne_c(pa_remap_t *m, int32_t *dst, const int32_t *src, unsigned n) remap_channels_matrix_s32ne_c() argument
321 remap_channels_matrix_float32ne_c(pa_remap_t *m, float *dst, const float *src, unsigned n) remap_channels_matrix_float32ne_c() argument
384 remap_arrange_mono_s16ne_c(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) remap_arrange_mono_s16ne_c() argument
395 remap_arrange_stereo_s16ne_c(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) remap_arrange_stereo_s16ne_c() argument
407 remap_arrange_ch4_s16ne_c(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) remap_arrange_ch4_s16ne_c() argument
422 remap_arrange_mono_s32ne_c(pa_remap_t *m, int32_t *dst, const int32_t *src, unsigned n) remap_arrange_mono_s32ne_c() argument
433 remap_arrange_stereo_s32ne_c(pa_remap_t *m, int32_t *dst, const int32_t *src, unsigned n) remap_arrange_stereo_s32ne_c() argument
445 remap_arrange_ch4_s32ne_c(pa_remap_t *m, int32_t *dst, const int32_t *src, unsigned n) remap_arrange_ch4_s32ne_c() argument
460 remap_arrange_mono_float32ne_c(pa_remap_t *m, float *dst, const float *src, unsigned n) remap_arrange_mono_float32ne_c() argument
471 remap_arrange_stereo_float32ne_c(pa_remap_t *m, float *dst, const float *src, unsigned n) remap_arrange_stereo_float32ne_c() argument
483 remap_arrange_ch4_float32ne_c(pa_remap_t *m, float *dst, const float *src, unsigned n) remap_arrange_ch4_float32ne_c() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dqpeldsp.c44 static void OPNAME ## mpeg4_qpel8_h_lowpass(uint8_t *dst, const uint8_t *src, \
52 OP(dst[0], (src[0] + src[1]) * 20 - (src[0] + src[2]) * 6 + (src[1] + src[3]) * 3 - (src[2] + src[4])); \
53 OP(dst[1], (src[
704 ff_put_pixels8x8_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) ff_put_pixels8x8_c() argument
709 ff_avg_pixels8x8_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) ff_avg_pixels8x8_c() argument
714 ff_put_pixels16x16_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) ff_put_pixels16x16_c() argument
719 ff_avg_pixels16x16_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) ff_avg_pixels16x16_c() argument
[all...]
H A Dh264qpel_template.c29 static inline void FUNC(copy_block2)(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) in copy_block2() argument
34 AV_WN2P(dst , AV_RN2P(src )); in copy_block2()
36 src+=srcStride; in copy_block2()
40 static inline void FUNC(copy_block4)(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) in copy_block4() argument
45 AV_WN4P(dst , AV_RN4P(src )); in copy_block4()
47 src+=srcStride; in copy_block4()
51 static inline void FUNC(copy_block8)(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) in copy_block8() argument
56 AV_WN4P(dst , AV_RN4P(src )); in copy_block8()
57 AV_WN4P(dst+4*sizeof(pixel), AV_RN4P(src+4*sizeof(pixel))); in copy_block8()
59 src in copy_block8()
63 copy_block16(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) copy_block16() argument
[all...]
H A Drv30dsp.c37 static void OPNAME ## rv30_tpel8_h_lowpass(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, const int C1, const int C2){\
43 OP(dst[0], (-(src[-1]+src[2]) + src[0]*C1 + src[1]*C2 + 8)>>4);\
44 OP(dst[1], (-(src[ 0]+src[3]) + src[1]*C1 + src[2]*C2 + 8)>>4);\
45 OP(dst[2], (-(src[
[all...]
H A Dh264pred.c56 static void pred4x4_127_dc_c(uint8_t *src, const uint8_t *topright, in pred4x4_127_dc_c() argument
62 AV_WN32A(src + 0 * stride, a); in pred4x4_127_dc_c()
63 AV_WN32A(src + 1 * stride, a); in pred4x4_127_dc_c()
64 AV_WN32A(src + 2 * stride, a); in pred4x4_127_dc_c()
65 AV_WN32A(src + 3 * stride, a); in pred4x4_127_dc_c()
68 static void pred4x4_129_dc_c(uint8_t *src, const uint8_t *topright, in pred4x4_129_dc_c() argument
74 AV_WN32A(src + 0 * stride, a); in pred4x4_129_dc_c()
75 AV_WN32A(src + 1 * stride, a); in pred4x4_129_dc_c()
76 AV_WN32A(src + 2 * stride, a); in pred4x4_129_dc_c()
77 AV_WN32A(src in pred4x4_129_dc_c()
80 pred4x4_vertical_vp8_c(uint8_t *src, const uint8_t *topright, ptrdiff_t stride) pred4x4_vertical_vp8_c() argument
97 pred4x4_horizontal_vp8_c(uint8_t *src, const uint8_t *topright, ptrdiff_t stride) pred4x4_horizontal_vp8_c() argument
109 pred4x4_down_left_svq3_c(uint8_t *src, const uint8_t *topright, ptrdiff_t stride) pred4x4_down_left_svq3_c() argument
115 src[0+0*stride]=(l1 + t1)>>1; pred4x4_down_left_svq3_c() local
133 pred4x4_down_left_rv40_c(uint8_t *src, const uint8_t *topright, ptrdiff_t stride) pred4x4_down_left_rv40_c() argument
141 src[0+0*stride]=(t0 + t2 + 2*t1 + 2 + l0 + l2 + 2*l1 + 2)>>3; pred4x4_down_left_rv40_c() local
159 pred4x4_down_left_rv40_nodown_c(uint8_t *src, const uint8_t *topright, ptrdiff_t stride) pred4x4_down_left_rv40_nodown_c() argument
167 src[0+0*stride]=(t0 + t2 + 2*t1 + 2 + l0 + l2 + 2*l1 + 2)>>3; pred4x4_down_left_rv40_nodown_c() local
185 pred4x4_vertical_left_rv40(uint8_t *src, const uint8_t *topright, ptrdiff_t stride, const int l0, const int l1, const int l2, const int l3, const int l4) pred4x4_vertical_left_rv40() argument
193 src[0+0*stride]=(2*t0 + 2*t1 + l1 + 2*l2 + l3 + 4)>>3; pred4x4_vertical_left_rv40() local
211 pred4x4_vertical_left_rv40_c(uint8_t *src, const uint8_t *topright, ptrdiff_t stride) pred4x4_vertical_left_rv40_c() argument
220 pred4x4_vertical_left_rv40_nodown_c(uint8_t *src, const uint8_t *topright, ptrdiff_t stride) pred4x4_vertical_left_rv40_nodown_c() argument
229 pred4x4_vertical_left_vp8_c(uint8_t *src, const uint8_t *topright, ptrdiff_t stride) pred4x4_vertical_left_vp8_c() argument
235 src[0+0*stride]=(t0 + t1 + 1)>>1; pred4x4_vertical_left_vp8_c() local
253 pred4x4_horizontal_up_rv40_c(uint8_t *src, const uint8_t *topright, ptrdiff_t stride) pred4x4_horizontal_up_rv40_c() argument
261 src[0+0*stride]=(t1 + 2*t2 + t3 + 2*l0 + 2*l1 + 4)>>3; pred4x4_horizontal_up_rv40_c() local
279 pred4x4_horizontal_up_rv40_nodown_c(uint8_t *src, const uint8_t *topright, ptrdiff_t stride) pred4x4_horizontal_up_rv40_nodown_c() argument
287 src[0+0*stride]=(t1 + 2*t2 + t3 + 2*l0 + 2*l1 + 4)>>3; pred4x4_horizontal_up_rv40_nodown_c() local
305 pred4x4_tm_vp8_c(uint8_t *src, const uint8_t *topright, ptrdiff_t stride) pred4x4_tm_vp8_c() argument
322 pred16x16_plane_svq3_c(uint8_t *src, ptrdiff_t stride) pred16x16_plane_svq3_c() argument
327 pred16x16_plane_rv40_c(uint8_t *src, ptrdiff_t stride) pred16x16_plane_rv40_c() argument
332 pred16x16_tm_vp8_c(uint8_t *src, ptrdiff_t stride) pred16x16_tm_vp8_c() argument
360 pred8x8_left_dc_rv40_c(uint8_t *src, ptrdiff_t stride) pred8x8_left_dc_rv40_c() argument
376 pred8x8_top_dc_rv40_c(uint8_t *src, ptrdiff_t stride) pred8x8_top_dc_rv40_c() argument
392 pred8x8_dc_rv40_c(uint8_t *src, ptrdiff_t stride) pred8x8_dc_rv40_c() argument
414 pred8x8_tm_vp8_c(uint8_t *src, ptrdiff_t stride) pred8x8_tm_vp8_c() argument
[all...]
H A Dtpeldsp.c34 static inline void put_tpel_pixels_mc00_c(uint8_t *dst, const uint8_t *src, in put_tpel_pixels_mc00_c() argument
39 put_pixels2_8_c(dst, src, stride, height); in put_tpel_pixels_mc00_c()
42 put_pixels4_8_c(dst, src, stride, height); in put_tpel_pixels_mc00_c()
45 put_pixels8_8_c(dst, src, stride, height); in put_tpel_pixels_mc00_c()
48 put_pixels16_8_c(dst, src, stride, height); in put_tpel_pixels_mc00_c()
53 static inline void put_tpel_pixels_mc10_c(uint8_t *dst, const uint8_t *src, in put_tpel_pixels_mc10_c() argument
60 dst[j] = ((2 * src[j] + src[j + 1] + 1) * in put_tpel_pixels_mc10_c()
62 src += stride; in put_tpel_pixels_mc10_c()
67 static inline void put_tpel_pixels_mc20_c(uint8_t *dst, const uint8_t *src, in put_tpel_pixels_mc20_c() argument
81 put_tpel_pixels_mc01_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) put_tpel_pixels_mc01_c() argument
95 put_tpel_pixels_mc11_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) put_tpel_pixels_mc11_c() argument
110 put_tpel_pixels_mc12_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) put_tpel_pixels_mc12_c() argument
125 put_tpel_pixels_mc02_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) put_tpel_pixels_mc02_c() argument
139 put_tpel_pixels_mc21_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) put_tpel_pixels_mc21_c() argument
154 put_tpel_pixels_mc22_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) put_tpel_pixels_mc22_c() argument
169 avg_tpel_pixels_mc00_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) avg_tpel_pixels_mc00_c() argument
188 avg_tpel_pixels_mc10_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) avg_tpel_pixels_mc10_c() argument
203 avg_tpel_pixels_mc20_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) avg_tpel_pixels_mc20_c() argument
218 avg_tpel_pixels_mc01_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) avg_tpel_pixels_mc01_c() argument
233 avg_tpel_pixels_mc11_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) avg_tpel_pixels_mc11_c() argument
249 avg_tpel_pixels_mc12_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) avg_tpel_pixels_mc12_c() argument
265 avg_tpel_pixels_mc02_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) avg_tpel_pixels_mc02_c() argument
280 avg_tpel_pixels_mc21_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) avg_tpel_pixels_mc21_c() argument
296 avg_tpel_pixels_mc22_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) avg_tpel_pixels_mc22_c() argument
[all...]
H A Dvc1dsp.c40 static void vc1_v_overlap_c(uint8_t *src, ptrdiff_t stride) in vc1_v_overlap_c() argument
47 a = src[-2 * stride]; in vc1_v_overlap_c()
48 b = src[-stride]; in vc1_v_overlap_c()
49 c = src[0]; in vc1_v_overlap_c()
50 d = src[stride]; in vc1_v_overlap_c()
54 src[-2 * stride] = a - d1; in vc1_v_overlap_c()
55 src[-stride] = av_clip_uint8(b - d2); in vc1_v_overlap_c()
56 src[0] = av_clip_uint8(c + d2); in vc1_v_overlap_c()
57 src[stride] = d + d1; in vc1_v_overlap_c()
58 src in vc1_v_overlap_c()
64 vc1_h_overlap_c(uint8_t *src, ptrdiff_t stride) vc1_h_overlap_c() argument
150 vc1_filter_line(uint8_t *src, ptrdiff_t stride, int pq) vc1_filter_line() argument
199 vc1_loop_filter(uint8_t *src, int step, ptrdiff_t stride, int len, int pq) vc1_loop_filter() argument
216 vc1_v_loop_filter4_c(uint8_t *src, ptrdiff_t stride, int pq) vc1_v_loop_filter4_c() argument
221 vc1_h_loop_filter4_c(uint8_t *src, ptrdiff_t stride, int pq) vc1_h_loop_filter4_c() argument
226 vc1_v_loop_filter8_c(uint8_t *src, ptrdiff_t stride, int pq) vc1_v_loop_filter8_c() argument
231 vc1_h_loop_filter8_c(uint8_t *src, ptrdiff_t stride, int pq) vc1_h_loop_filter8_c() argument
236 vc1_v_loop_filter16_c(uint8_t *src, ptrdiff_t stride, int pq) vc1_v_loop_filter16_c() argument
241 vc1_h_loop_filter16_c(uint8_t *src, ptrdiff_t stride, int pq) vc1_h_loop_filter16_c() argument
272 int16_t *src, *dst, temp[64]; vc1_inv_trans_8x8_c() local
363 int16_t *src, *dst; vc1_inv_trans_8x4_c() local
436 int16_t *src, *dst; vc1_inv_trans_4x8_c() local
509 int16_t *src, *dst; vc1_inv_trans_4x4_c() local
573 vc1_mspel_filter(const uint8_t *src, int stride, int mode, int r) vc1_mspel_filter() argument
815 put_no_rnd_vc1_chroma_mc4_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h, int x, int y) put_no_rnd_vc1_chroma_mc4_c() argument
887 sprite_h_c(uint8_t *dst, const uint8_t *src, int offset, int advance, int count) sprite_h_c() argument
[all...]
H A Dh264chroma_template.c31 pixel *src = (pixel*)_src;\
43 OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\
45 src+= stride;\
51 OP(dst[0], (A*src[0] + E*src[step+0]));\
53 src+= stride;\
57 OP(dst[0], (A*src[
[all...]
H A Drv40dsp.c37 static void OPNAME ## rv40_qpel8_h_lowpass(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride,\
43 OP(dst[0], (src[-2] + src[ 3] - 5*(src[-1]+src[2]) + src[0]*C1 + src[1]*C2 + (1<<(SHIFT-1))) >> SHIFT);\
44 OP(dst[1], (src[-1] + src[ 4] - 5*(src[
269 put_rv40_qpel16_mc33_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) put_rv40_qpel16_mc33_c() argument
273 avg_rv40_qpel16_mc33_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) avg_rv40_qpel16_mc33_c() argument
277 put_rv40_qpel8_mc33_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) put_rv40_qpel8_mc33_c() argument
281 avg_rv40_qpel8_mc33_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) avg_rv40_qpel8_mc33_c() argument
429 rv40_weak_loop_filter(uint8_t *src, const int step, const ptrdiff_t stride, const int filter_p1, const int filter_q1, const int alpha, const int beta, const int lim_p0q0, const int lim_q1, const int lim_p1) rv40_weak_loop_filter() argument
477 rv40_h_weak_loop_filter(uint8_t *src, const ptrdiff_t stride, const int filter_p1, const int filter_q1, const int alpha, const int beta, const int lim_p0q0, const int lim_q1, const int lim_p1) rv40_h_weak_loop_filter() argument
487 rv40_v_weak_loop_filter(uint8_t *src, const ptrdiff_t stride, const int filter_p1, const int filter_q1, const int alpha, const int beta, const int lim_p0q0, const int lim_q1, const int lim_p1) rv40_v_weak_loop_filter() argument
497 rv40_strong_loop_filter(uint8_t *src, const int step, const ptrdiff_t stride, const int alpha, const int lims, const int dmode, const int chroma) rv40_strong_loop_filter() argument
555 rv40_h_strong_loop_filter(uint8_t *src, const ptrdiff_t stride, const int alpha, const int lims, const int dmode, const int chroma) rv40_h_strong_loop_filter() argument
562 rv40_v_strong_loop_filter(uint8_t *src, const ptrdiff_t stride, const int alpha, const int lims, const int dmode, const int chroma) rv40_v_strong_loop_filter() argument
569 rv40_loop_filter_strength(uint8_t *src, int step, ptrdiff_t stride, int beta, int beta2, int edge, int *p1, int *q1) rv40_loop_filter_strength() argument
605 rv40_h_loop_filter_strength(uint8_t *src, ptrdiff_t stride, int beta, int beta2, int edge, int *p1, int *q1) rv40_h_loop_filter_strength() argument
612 rv40_v_loop_filter_strength(uint8_t *src, ptrdiff_t stride, int beta, int beta2, int edge, int *p1, int *q1) rv40_v_loop_filter_strength() argument
[all...]
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A Dwhen-global-file-is-added,-the-signatures-are-updated.js17 //// [/src/project/src/anotherFileWithSameReferenes.ts]
23 //// [/src/project/src/filePresent.ts]
26 //// [/src/project/src/main.ts]
32 //// [/src/project/tsconfig.json]
33 {"compilerOptions":{"composite":true},"include":["src/**/*.ts"]}
38 /lib/tsc --p src/project
39 src/project/src/anotherFileWithSameReferene
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
H A Dtest-drm_rect.c16 struct drm_rect src, dst, clip; in igt_drm_rect_clip_scaled_div_by_zero() local
23 drm_rect_init(&src, 0, 0, 0, 0); in igt_drm_rect_clip_scaled_div_by_zero()
26 visible = drm_rect_clip_scaled(&src, &dst, &clip); in igt_drm_rect_clip_scaled_div_by_zero()
28 FAIL(drm_rect_visible(&src), "Source should not be visible\n"); in igt_drm_rect_clip_scaled_div_by_zero()
30 drm_rect_init(&src, 0, 0, 0, 0); in igt_drm_rect_clip_scaled_div_by_zero()
33 visible = drm_rect_clip_scaled(&src, &dst, &clip); in igt_drm_rect_clip_scaled_div_by_zero()
35 FAIL(drm_rect_visible(&src), "Source should not be visible\n"); in igt_drm_rect_clip_scaled_div_by_zero()
42 struct drm_rect src, dst, clip; in igt_drm_rect_clip_scaled_not_clipped() local
46 drm_rect_init(&src, 0, 0, 1 << 16, 1 << 16); in igt_drm_rect_clip_scaled_not_clipped()
50 visible = drm_rect_clip_scaled(&src, in igt_drm_rect_clip_scaled_not_clipped()
98 struct drm_rect src, dst, clip; igt_drm_rect_clip_scaled_clipped() local
202 struct drm_rect src, dst, clip; igt_drm_rect_clip_scaled_signed_vs_unsigned() local
[all...]
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_nir_helpers.h56 size_t src) in nir_alu_src_regindex()
58 assert(src < nir_op_infos[alu->op].num_inputs); in nir_alu_src_regindex()
59 assert(!alu->src[src].src.is_ssa); in nir_alu_src_regindex()
61 return alu->src[src].src.reg.reg->index; in nir_alu_src_regindex()
64 static inline uint32_t nir_alu_src_const(const nir_alu_instr *alu, size_t src) in nir_alu_src_const() argument
66 assert(src < nir_op_info in nir_alu_src_const()
55 nir_alu_src_regindex(const nir_alu_instr *alu, size_t src) nir_alu_src_regindex() argument
74 nir_alu_src_is_const(const nir_alu_instr *alu, size_t src) nir_alu_src_is_const() argument
94 nir_intr_src_regindex(const nir_intrinsic_instr *intr, size_t src) nir_intr_src_regindex() argument
103 nir_intr_src_const(const nir_intrinsic_instr *intr, size_t src) nir_intr_src_const() argument
114 nir_intr_src_comp_const(const nir_intrinsic_instr *intr, size_t src, size_t comp) nir_intr_src_comp_const() argument
125 nir_intr_src_is_const(const nir_intrinsic_instr *intr, size_t src) nir_intr_src_is_const() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dedge_common.c53 const uint8_t *src, int src_linesize) in ff_sobel()
60 src += src_linesize; in ff_sobel()
63 -1*src[-src_linesize + i-1] + 1*src[-src_linesize + i+1] in ff_sobel()
64 -2*src[ i-1] + 2*src[ i+1] in ff_sobel()
65 -1*src[ src_linesize + i-1] + 1*src[ src_linesize + i+1]; in ff_sobel()
67 -1*src[-src_linesize + i-1] + 1*src[ src_linesiz in ff_sobel()
50 ff_sobel(int w, int h, uint16_t *dst, int dst_linesize, int8_t *dir, int dir_linesize, const uint8_t *src, int src_linesize) ff_sobel() argument
80 ff_non_maximum_suppression(int w, int h, uint8_t *dst, int dst_linesize, const int8_t *dir, int dir_linesize, const uint16_t *src, int src_linesize) ff_non_maximum_suppression() argument
109 ff_double_threshold(int low, int high, int w, int h, uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize) ff_double_threshold() argument
142 ff_gaussian_blur(int w, int h, uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize) ff_gaussian_blur() argument
[all...]
/third_party/bounds_checking_function/src/
H A Dmemcpy_s.c27 #define SECUREC_SMALL_MEM_COPY(dest, src, count) do { \
28 if (SECUREC_ADDR_ALIGNED_8(dest) && SECUREC_ADDR_ALIGNED_8(src)) { \
32 *(unsigned char *)(dest) = *(const unsigned char *)(src); \
35 SECUREC_COPY_VALUE_BY_STRUCT((dest), (src), 2); \
38 SECUREC_COPY_VALUE_BY_STRUCT((dest), (src), 3); \
41 SECUREC_COPY_VALUE_BY_STRUCT((dest), (src), 4); \
44 SECUREC_COPY_VALUE_BY_STRUCT((dest), (src), 5); \
47 SECUREC_COPY_VALUE_BY_STRUCT((dest), (src), 6); \
50 SECUREC_COPY_VALUE_BY_STRUCT((dest), (src), 7); \
53 SECUREC_COPY_VALUE_BY_STRUCT((dest), (src),
445 SecMemcpyError(void *dest, size_t destMax, const void *src, size_t count) SecMemcpyError() argument
515 memcpy_s(void *dest, size_t destMax, const void *src, size_t count) memcpy_s() argument
533 memcpy_sOptAsm(void *dest, size_t destMax, const void *src, size_t count) memcpy_sOptAsm() argument
544 memcpy_sOptTc(void *dest, size_t destMax, const void *src, size_t count) memcpy_sOptTc() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dimageformats.cpp17 void L8::readColor(gl::ColorF *dst, const L8 *src) in readColor() argument
19 const float lum = gl::normalizedToFloat(src->L); in readColor()
26 void L8::writeColor(L8 *dst, const gl::ColorF *src) in writeColor() argument
28 dst->L = gl::floatToNormalized<uint8_t>(src->red); in writeColor()
36 void R8::readColor(gl::ColorUI *dst, const R8 *src) in readColor() argument
38 dst->red = src->R; in readColor()
44 void R8::readColor(gl::ColorF *dst, const R8 *src) in readColor() argument
46 dst->red = gl::normalizedToFloat(src->R); in readColor()
52 void R8::writeColor(R8 *dst, const gl::ColorUI *src) in writeColor() argument
54 dst->R = static_cast<uint8_t>(src in writeColor()
57 writeColor(R8 *dst, const gl::ColorF *src) writeColor() argument
67 readColor(gl::ColorF *dst, const A8 *src) readColor() argument
75 writeColor(A8 *dst, const gl::ColorF *src) writeColor() argument
85 readColor(gl::ColorF *dst, const L8A8 *src) readColor() argument
94 writeColor(L8A8 *dst, const gl::ColorF *src) writeColor() argument
106 readColor(gl::ColorF *dst, const A8L8 *src) readColor() argument
115 writeColor(A8L8 *dst, const gl::ColorF *src) writeColor() argument
127 readColor(gl::ColorUI *dst, const R8G8 *src) readColor() argument
135 readColor(gl::ColorF *dst, const R8G8 *src) readColor() argument
143 writeColor(R8G8 *dst, const gl::ColorUI *src) writeColor() argument
149 writeColor(R8G8 *dst, const gl::ColorF *src) writeColor() argument
161 readColor(gl::ColorUI *dst, const R8G8B8 *src) readColor() argument
169 readColor(gl::ColorF *dst, const R8G8B8 *src) readColor() argument
177 writeColor(R8G8B8 *dst, const gl::ColorUI *src) writeColor() argument
184 writeColor(R8G8B8 *dst, const gl::ColorF *src) writeColor() argument
198 readColor(gl::ColorUI *dst, const B8G8R8 *src) readColor() argument
206 readColor(gl::ColorF *dst, const B8G8R8 *src) readColor() argument
214 writeColor(B8G8R8 *dst, const gl::ColorUI *src) writeColor() argument
221 writeColor(B8G8R8 *dst, const gl::ColorF *src) writeColor() argument
235 readColor(gl::ColorF *dst, const R5G6B5 *src) readColor() argument
243 writeColor(R5G6B5 *dst, const gl::ColorF *src) writeColor() argument
260 readColor(gl::ColorF *dst, const B5G6R5 *src) readColor() argument
268 writeColor(B5G6R5 *dst, const gl::ColorF *src) writeColor() argument
285 readColor(gl::ColorUI *dst, const A8R8G8B8 *src) readColor() argument
293 readColor(gl::ColorF *dst, const A8R8G8B8 *src) readColor() argument
301 writeColor(A8R8G8B8 *dst, const gl::ColorUI *src) writeColor() argument
309 writeColor(A8R8G8B8 *dst, const gl::ColorF *src) writeColor() argument
323 readColor(gl::ColorUI *dst, const R8G8B8A8 *src) readColor() argument
331 readColor(gl::ColorF *dst, const R8G8B8A8 *src) readColor() argument
339 writeColor(R8G8B8A8 *dst, const gl::ColorUI *src) writeColor() argument
347 writeColor(R8G8B8A8 *dst, const gl::ColorF *src) writeColor() argument
361 readColor(gl::ColorF *dst, const R8G8B8A8SRGB *src) readColor() argument
369 writeColor(R8G8B8A8SRGB *dst, const gl::ColorF *src) writeColor() argument
395 readColor(gl::ColorUI *dst, const B8G8R8A8 *src) readColor() argument
403 readColor(gl::ColorF *dst, const B8G8R8A8 *src) readColor() argument
411 writeColor(B8G8R8A8 *dst, const gl::ColorUI *src) writeColor() argument
419 writeColor(B8G8R8A8 *dst, const gl::ColorF *src) writeColor() argument
433 readColor(gl::ColorUI *dst, const B8G8R8X8 *src) readColor() argument
441 readColor(gl::ColorF *dst, const B8G8R8X8 *src) readColor() argument
449 writeColor(B8G8R8X8 *dst, const gl::ColorUI *src) writeColor() argument
457 writeColor(B8G8R8X8 *dst, const gl::ColorF *src) writeColor() argument
472 readColor(gl::ColorUI *dst, const R8G8B8X8 *src) readColor() argument
480 readColor(gl::ColorF *dst, const R8G8B8X8 *src) readColor() argument
488 writeColor(R8G8B8X8 *dst, const gl::ColorUI *src) writeColor() argument
496 writeColor(R8G8B8X8 *dst, const gl::ColorF *src) writeColor() argument
511 readColor(gl::ColorF *dst, const A1R5G5B5 *src) readColor() argument
519 writeColor(A1R5G5B5 *dst, const gl::ColorF *src) writeColor() argument
539 readColor(gl::ColorF *dst, const R5G5B5A1 *src) readColor() argument
547 writeColor(R5G5B5A1 *dst, const gl::ColorF *src) writeColor() argument
567 readColor(gl::ColorF *dst, const R4G4B4A4 *src) readColor() argument
575 writeColor(R4G4B4A4 *dst, const gl::ColorF *src) writeColor() argument
595 readColor(gl::ColorF *dst, const A4R4G4B4 *src) readColor() argument
603 writeColor(A4R4G4B4 *dst, const gl::ColorF *src) writeColor() argument
623 readColor(gl::ColorUI *dst, const R16 *src) readColor() argument
631 readColor(gl::ColorF *dst, const R16 *src) readColor() argument
639 writeColor(R16 *dst, const gl::ColorUI *src) writeColor() argument
644 writeColor(R16 *dst, const gl::ColorF *src) writeColor() argument
654 readColor(gl::ColorUI *dst, const R16G16 *src) readColor() argument
662 readColor(gl::ColorF *dst, const R16G16 *src) readColor() argument
670 writeColor(R16G16 *dst, const gl::ColorUI *src) writeColor() argument
676 writeColor(R16G16 *dst, const gl::ColorF *src) writeColor() argument
688 readColor(gl::ColorUI *dst, const R16G16B16 *src) readColor() argument
696 readColor(gl::ColorF *dst, const R16G16B16 *src) readColor() argument
704 writeColor(R16G16B16 *dst, const gl::ColorUI *src) writeColor() argument
711 writeColor(R16G16B16 *dst, const gl::ColorF *src) writeColor() argument
725 readColor(gl::ColorUI *dst, const R16G16B16A16 *src) readColor() argument
733 readColor(gl::ColorF *dst, const R16G16B16A16 *src) readColor() argument
741 writeColor(R16G16B16A16 *dst, const gl::ColorUI *src) writeColor() argument
749 writeColor(R16G16B16A16 *dst, const gl::ColorF *src) writeColor() argument
765 readColor(gl::ColorUI *dst, const R32 *src) readColor() argument
773 readColor(gl::ColorF *dst, const R32 *src) readColor() argument
781 writeColor(R32 *dst, const gl::ColorUI *src) writeColor() argument
786 writeColor(R32 *dst, const gl::ColorF *src) writeColor() argument
796 readColor(gl::ColorUI *dst, const R32G32 *src) readColor() argument
804 readColor(gl::ColorF *dst, const R32G32 *src) readColor() argument
812 writeColor(R32G32 *dst, const gl::ColorUI *src) writeColor() argument
818 writeColor(R32G32 *dst, const gl::ColorF *src) writeColor() argument
830 readColor(gl::ColorUI *dst, const R32G32B32 *src) readColor() argument
838 readColor(gl::ColorF *dst, const R32G32B32 *src) readColor() argument
846 writeColor(R32G32B32 *dst, const gl::ColorUI *src) writeColor() argument
853 writeColor(R32G32B32 *dst, const gl::ColorF *src) writeColor() argument
867 readColor(gl::ColorUI *dst, const R32G32B32A32 *src) readColor() argument
875 readColor(gl::ColorF *dst, const R32G32B32A32 *src) readColor() argument
883 writeColor(R32G32B32A32 *dst, const gl::ColorUI *src) writeColor() argument
891 writeColor(R32G32B32A32 *dst, const gl::ColorF *src) writeColor() argument
907 readColor(gl::ColorI *dst, const R8S *src) readColor() argument
915 readColor(gl::ColorF *dst, const R8S *src) readColor() argument
923 writeColor(R8S *dst, const gl::ColorI *src) writeColor() argument
928 writeColor(R8S *dst, const gl::ColorF *src) writeColor() argument
938 readColor(gl::ColorI *dst, const R8G8S *src) readColor() argument
946 readColor(gl::ColorF *dst, const R8G8S *src) readColor() argument
954 writeColor(R8G8S *dst, const gl::ColorI *src) writeColor() argument
960 writeColor(R8G8S *dst, const gl::ColorF *src) writeColor() argument
972 readColor(gl::ColorI *dst, const R8G8B8S *src) readColor() argument
980 readColor(gl::ColorF *dst, const R8G8B8S *src) readColor() argument
988 writeColor(R8G8B8S *dst, const gl::ColorI *src) writeColor() argument
995 writeColor(R8G8B8S *dst, const gl::ColorF *src) writeColor() argument
1009 readColor(gl::ColorI *dst, const R8G8B8A8S *src) readColor() argument
1017 readColor(gl::ColorF *dst, const R8G8B8A8S *src) readColor() argument
1025 writeColor(R8G8B8A8S *dst, const gl::ColorI *src) writeColor() argument
1033 writeColor(R8G8B8A8S *dst, const gl::ColorF *src) writeColor() argument
1049 readColor(gl::ColorI *dst, const R16S *src) readColor() argument
1057 readColor(gl::ColorF *dst, const R16S *src) readColor() argument
1065 writeColor(R16S *dst, const gl::ColorI *src) writeColor() argument
1070 writeColor(R16S *dst, const gl::ColorF *src) writeColor() argument
1080 readColor(gl::ColorI *dst, const R16G16S *src) readColor() argument
1088 readColor(gl::ColorF *dst, const R16G16S *src) readColor() argument
1096 writeColor(R16G16S *dst, const gl::ColorI *src) writeColor() argument
1102 writeColor(R16G16S *dst, const gl::ColorF *src) writeColor() argument
1114 readColor(gl::ColorI *dst, const R16G16B16S *src) readColor() argument
1122 readColor(gl::ColorF *dst, const R16G16B16S *src) readColor() argument
1130 writeColor(R16G16B16S *dst, const gl::ColorI *src) writeColor() argument
1137 writeColor(R16G16B16S *dst, const gl::ColorF *src) writeColor() argument
1151 readColor(gl::ColorI *dst, const R16G16B16A16S *src) readColor() argument
1159 readColor(gl::ColorF *dst, const R16G16B16A16S *src) readColor() argument
1167 writeColor(R16G16B16A16S *dst, const gl::ColorI *src) writeColor() argument
1175 writeColor(R16G16B16A16S *dst, const gl::ColorF *src) writeColor() argument
1193 readColor(gl::ColorI *dst, const R32S *src) readColor() argument
1201 readColor(gl::ColorF *dst, const R32S *src) readColor() argument
1209 writeColor(R32S *dst, const gl::ColorI *src) writeColor() argument
1214 writeColor(R32S *dst, const gl::ColorF *src) writeColor() argument
1224 readColor(gl::ColorI *dst, const R32G32S *src) readColor() argument
1232 readColor(gl::ColorF *dst, const R32G32S *src) readColor() argument
1240 writeColor(R32G32S *dst, const gl::ColorI *src) writeColor() argument
1246 writeColor(R32G32S *dst, const gl::ColorF *src) writeColor() argument
1258 readColor(gl::ColorI *dst, const R32G32B32S *src) readColor() argument
1266 readColor(gl::ColorF *dst, const R32G32B32S *src) readColor() argument
1274 writeColor(R32G32B32S *dst, const gl::ColorI *src) writeColor() argument
1281 writeColor(R32G32B32S *dst, const gl::ColorF *src) writeColor() argument
1295 readColor(gl::ColorI *dst, const R32G32B32A32S *src) readColor() argument
1303 readColor(gl::ColorF *dst, const R32G32B32A32S *src) readColor() argument
1311 writeColor(R32G32B32A32S *dst, const gl::ColorI *src) writeColor() argument
1319 writeColor(R32G32B32A32S *dst, const gl::ColorF *src) writeColor() argument
1337 readColor(gl::ColorF *dst, const A16B16G16R16F *src) readColor() argument
1345 writeColor(A16B16G16R16F *dst, const gl::ColorF *src) writeColor() argument
1363 readColor(gl::ColorF *dst, const R16G16B16A16F *src) readColor() argument
1371 writeColor(R16G16B16A16F *dst, const gl::ColorF *src) writeColor() argument
1389 readColor(gl::ColorF *dst, const R16F *src) readColor() argument
1397 writeColor(R16F *dst, const gl::ColorF *src) writeColor() argument
1407 readColor(gl::ColorF *dst, const A16F *src) readColor() argument
1415 writeColor(A16F *dst, const gl::ColorF *src) writeColor() argument
1425 readColor(gl::ColorF *dst, const L16F *src) readColor() argument
1434 writeColor(L16F *dst, const gl::ColorF *src) writeColor() argument
1444 readColor(gl::ColorF *dst, const L16A16F *src) readColor() argument
1453 writeColor(L16A16F *dst, const gl::ColorF *src) writeColor() argument
1465 readColor(gl::ColorF *dst, const R16G16F *src) readColor() argument
1473 writeColor(R16G16F *dst, const gl::ColorF *src) writeColor() argument
1485 readColor(gl::ColorF *dst, const R16G16B16F *src) readColor() argument
1493 writeColor(R16G16B16F *dst, const gl::ColorF *src) writeColor() argument
1507 readColor(gl::ColorF *dst, const A32B32G32R32F *src) readColor() argument
1515 writeColor(A32B32G32R32F *dst, const gl::ColorF *src) writeColor() argument
1533 readColor(gl::ColorF *dst, const R32G32B32A32F *src) readColor() argument
1541 writeColor(R32G32B32A32F *dst, const gl::ColorF *src) writeColor() argument
1559 readColor(gl::ColorF *dst, const R32F *src) readColor() argument
1567 writeColor(R32F *dst, const gl::ColorF *src) writeColor() argument
1577 readColor(gl::ColorF *dst, const A32F *src) readColor() argument
1585 writeColor(A32F *dst, const gl::ColorF *src) writeColor() argument
1595 readColor(gl::ColorF *dst, const L32F *src) readColor() argument
1603 writeColor(L32F *dst, const gl::ColorF *src) writeColor() argument
1613 readColor(gl::ColorF *dst, const L32A32F *src) readColor() argument
1621 writeColor(L32A32F *dst, const gl::ColorF *src) writeColor() argument
1633 readColor(gl::ColorF *dst, const R32G32F *src) readColor() argument
1641 writeColor(R32G32F *dst, const gl::ColorF *src) writeColor() argument
1653 readColor(gl::ColorF *dst, const R32G32B32F *src) readColor() argument
1661 writeColor(R32G32B32F *dst, const gl::ColorF *src) writeColor() argument
1675 readColor(gl::ColorUI *dst, const R10G10B10A2 *src) readColor() argument
1683 readColor(gl::ColorF *dst, const R10G10B10A2 *src) readColor() argument
1691 writeColor(R10G10B10A2 *dst, const gl::ColorUI *src) writeColor() argument
1699 writeColor(R10G10B10A2 *dst, const gl::ColorF *src) writeColor() argument
1715 readColor(gl::ColorI *dst, const R10G10B10A2S *src) readColor() argument
1723 readColor(gl::ColorF *dst, const R10G10B10A2S *src) readColor() argument
1731 writeColor(R10G10B10A2S *dst, const gl::ColorI *src) writeColor() argument
1739 writeColor(R10G10B10A2S *dst, const gl::ColorF *src) writeColor() argument
1755 readColor(gl::ColorUI *dst, const R10G10B10X2 *src) readColor() argument
1763 readColor(gl::ColorF *dst, const R10G10B10X2 *src) readColor() argument
1771 writeColor(R10G10B10X2 *dst, const gl::ColorUI *src) writeColor() argument
1778 writeColor(R10G10B10X2 *dst, const gl::ColorF *src) writeColor() argument
1792 readColor(gl::ColorUI *dst, const B10G10R10A2 *src) readColor() argument
1800 readColor(gl::ColorF *dst, const B10G10R10A2 *src) readColor() argument
1808 writeColor(B10G10R10A2 *dst, const gl::ColorUI *src) writeColor() argument
1816 writeColor(B10G10R10A2 *dst, const gl::ColorF *src) writeColor() argument
1832 readColor(gl::ColorF *dst, const R9G9B9E5 *src) readColor() argument
1838 writeColor(R9G9B9E5 *dst, const gl::ColorF *src) writeColor() argument
1856 readColor(gl::ColorF *dst, const R11G11B10F *src) readColor() argument
1864 writeColor(R11G11B10F *dst, const gl::ColorF *src) writeColor() argument
1878 ReadDepthStencil(DepthStencil *dst, const D24S8 *src) ReadDepthStencil() argument
1884 WriteDepthStencil(D24S8 *dst, const DepthStencil *src) WriteDepthStencil() argument
1890 ReadDepthStencil(DepthStencil *dst, const S8 *src) ReadDepthStencil() argument
1896 WriteDepthStencil(S8 *dst, const DepthStencil *src) WriteDepthStencil() argument
1901 ReadDepthStencil(DepthStencil *dst, const D16 *src) ReadDepthStencil() argument
1907 WriteDepthStencil(D16 *dst, const DepthStencil *src) WriteDepthStencil() argument
1912 ReadDepthStencil(DepthStencil *dst, const D24X8 *src) ReadDepthStencil() argument
1917 WriteDepthStencil(D24X8 *dst, const DepthStencil *src) WriteDepthStencil() argument
1922 ReadDepthStencil(DepthStencil *dst, const D32F *src) ReadDepthStencil() argument
1927 WriteDepthStencil(D32F *dst, const DepthStencil *src) WriteDepthStencil() argument
1932 ReadDepthStencil(DepthStencil *dst, const D32 *src) ReadDepthStencil() argument
1938 WriteDepthStencil(D32 *dst, const DepthStencil *src) WriteDepthStencil() argument
1943 ReadDepthStencil(DepthStencil *dst, const D32FS8X24 *src) ReadDepthStencil() argument
1949 WriteDepthStencil(D32FS8X24 *dst, const DepthStencil *src) WriteDepthStencil() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Duverbs_marshall.c66 struct rdma_ah_attr *src = ah_attr; in ib_copy_ah_attr_to_user() local
74 src = &conv_ah; in ib_copy_ah_attr_to_user()
76 dst->dlid = rdma_ah_get_dlid(src); in ib_copy_ah_attr_to_user()
77 dst->sl = rdma_ah_get_sl(src); in ib_copy_ah_attr_to_user()
78 dst->src_path_bits = rdma_ah_get_path_bits(src); in ib_copy_ah_attr_to_user()
79 dst->static_rate = rdma_ah_get_static_rate(src); in ib_copy_ah_attr_to_user()
80 dst->is_global = rdma_ah_get_ah_flags(src) & in ib_copy_ah_attr_to_user()
83 const struct ib_global_route *grh = rdma_ah_read_grh(src); in ib_copy_ah_attr_to_user()
91 dst->port_num = rdma_ah_get_port_num(src); in ib_copy_ah_attr_to_user()
98 struct ib_qp_attr *src) in ib_copy_qp_attr_to_user()
96 ib_copy_qp_attr_to_user(struct ib_device *device, struct ib_uverbs_qp_attr *dst, struct ib_qp_attr *src) ib_copy_qp_attr_to_user() argument
136 __ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, struct sa_path_rec *src) __ib_copy_path_rec_to_user() argument
161 ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, struct sa_path_rec *src) ib_copy_path_rec_to_user() argument
175 ib_copy_path_rec_from_user(struct sa_path_rec *dst, struct ib_user_path_rec *src) ib_copy_path_rec_from_user() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Duverbs_marshall.c66 struct rdma_ah_attr *src = ah_attr; in ib_copy_ah_attr_to_user() local
74 src = &conv_ah; in ib_copy_ah_attr_to_user()
76 dst->dlid = rdma_ah_get_dlid(src); in ib_copy_ah_attr_to_user()
77 dst->sl = rdma_ah_get_sl(src); in ib_copy_ah_attr_to_user()
78 dst->src_path_bits = rdma_ah_get_path_bits(src); in ib_copy_ah_attr_to_user()
79 dst->static_rate = rdma_ah_get_static_rate(src); in ib_copy_ah_attr_to_user()
80 dst->is_global = rdma_ah_get_ah_flags(src) & in ib_copy_ah_attr_to_user()
83 const struct ib_global_route *grh = rdma_ah_read_grh(src); in ib_copy_ah_attr_to_user()
91 dst->port_num = rdma_ah_get_port_num(src); in ib_copy_ah_attr_to_user()
98 struct ib_qp_attr *src) in ib_copy_qp_attr_to_user()
96 ib_copy_qp_attr_to_user(struct ib_device *device, struct ib_uverbs_qp_attr *dst, struct ib_qp_attr *src) ib_copy_qp_attr_to_user() argument
136 __ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, struct sa_path_rec *src) __ib_copy_path_rec_to_user() argument
161 ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, struct sa_path_rec *src) ib_copy_path_rec_to_user() argument
175 ib_copy_path_rec_from_user(struct sa_path_rec *dst, struct ib_user_path_rec *src) ib_copy_path_rec_from_user() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/
H A DAndroid.mk25 src/amber.cc \
26 src/amberscript/parser.cc \
27 src/buffer.cc \
28 src/command.cc \
29 src/command_data.cc \
30 src/descriptor_set_and_binding_parser.cc \
31 src/engine.cc \
32 src/executor.cc \
33 src/float16_helper.cc \
34 src/forma
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_search_helpers.h37 unsigned src, unsigned num_components, in is_pos_power_of_two()
41 if (!nir_src_is_const(instr->src[src].src)) in is_pos_power_of_two()
45 nir_alu_type type = nir_op_infos[instr->op].input_types[src]; in is_pos_power_of_two()
48 int64_t val = nir_src_comp_as_int(instr->src[src].src, swizzle[i]); in is_pos_power_of_two()
54 uint64_t val = nir_src_comp_as_uint(instr->src[src] in is_pos_power_of_two()
36 is_pos_power_of_two(UNUSED struct hash_table *ht, const nir_alu_instr *instr, unsigned src, unsigned num_components, const uint8_t *swizzle) is_pos_power_of_two() argument
68 is_neg_power_of_two(UNUSED struct hash_table *ht, const nir_alu_instr *instr, unsigned src, unsigned num_components, const uint8_t *swizzle) is_neg_power_of_two() argument
97 is_bitcount2(UNUSED struct hash_table *ht, const nir_alu_instr *instr, unsigned src, unsigned num_components, const uint8_t *swizzle) is_bitcount2() argument
142 is_zero_to_one(UNUSED struct hash_table *ht, const nir_alu_instr *instr, unsigned src, unsigned num_components, const uint8_t *swizzle) is_zero_to_one() argument
174 is_gt_0_and_lt_1(UNUSED struct hash_table *ht, const nir_alu_instr *instr, unsigned src, unsigned num_components, const uint8_t *swizzle) is_gt_0_and_lt_1() argument
200 is_not_const_zero(UNUSED struct hash_table *ht, const nir_alu_instr *instr, unsigned src, unsigned num_components, const uint8_t *swizzle) is_not_const_zero() argument
230 is_ult_0xfffc07fc(UNUSED struct hash_table *ht, const nir_alu_instr *instr, unsigned src, unsigned num_components, const uint8_t *swizzle) is_ult_0xfffc07fc() argument
251 is_first_5_bits_uge_2(UNUSED struct hash_table *ht, const nir_alu_instr *instr, unsigned src, unsigned num_components, const uint8_t *swizzle) is_first_5_bits_uge_2() argument
271 is_not_const(UNUSED struct hash_table *ht, const nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) is_not_const() argument
279 is_not_fmul(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) is_not_fmul() argument
295 is_fmul(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) is_fmul() argument
311 is_fsign(const nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) is_fsign() argument
327 is_not_const_and_not_fsign(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, unsigned num_components, const uint8_t *swizzle) is_not_const_and_not_fsign() argument
426 is_upper_half_zero(UNUSED struct hash_table *ht, const nir_alu_instr *instr, unsigned src, unsigned num_components, const uint8_t *swizzle) is_upper_half_zero() argument
451 is_lower_half_zero(UNUSED struct hash_table *ht, const nir_alu_instr *instr, unsigned src, unsigned num_components, const uint8_t *swizzle) is_lower_half_zero() argument
481 is_integral(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) is_integral() argument
493 is_finite(UNUSED struct hash_table *ht, const nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) is_finite() argument
503 is_finite_not_zero(UNUSED struct hash_table *ht, const nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) is_finite_not_zero() argument
540 is_not_negative(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) is_not_negative() argument
548 is_a_number_not_negative(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) is_a_number_not_negative() argument
559 is_not_positive(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) is_not_positive() argument
567 is_a_number_not_positive(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) is_a_number_not_positive() argument
577 is_not_zero(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) is_not_zero() argument
585 is_a_number_not_zero(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) is_a_number_not_zero() argument
595 is_a_number(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, UNUSED const uint8_t *swizzle) is_a_number() argument
[all...]
/third_party/skia/third_party/externals/libwebp/
H A DAndroid.mk37 src/dec/alpha_dec.c \
38 src/dec/buffer_dec.c \
39 src/dec/frame_dec.c \
40 src/dec/idec_dec.c \
41 src/dec/io_dec.c \
42 src/dec/quant_dec.c \
43 src/dec/tree_dec.c \
44 src/dec/vp8_dec.c \
45 src/dec/vp8l_dec.c \
46 src/de
[all...]
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dctsrc.h34 /* Define the descriptor of a src resource */
44 struct src { struct
46 struct src *intlv; /* Pointer to next interleaved SRC in a series */
54 int (*set_state)(struct src *src, unsigned int state);
55 int (*set_bm)(struct src *src, unsigned int bm);
56 int (*set_sf)(struct src *src, unsigned int sf);
57 int (*set_pm)(struct src *sr
[all...]
H A Dctsrc.c24 static int src_default_config_memrd(struct src *src);
25 static int src_default_config_memwr(struct src *src);
26 static int src_default_config_arcrw(struct src *src);
28 static int (*src_default_config[3])(struct src *) = {
34 static int src_set_state(struct src *src, unsigned int state) in src_set_state() argument
38 hw = src in src_set_state()
44 src_set_bm(struct src *src, unsigned int bm) src_set_bm() argument
54 src_set_sf(struct src *src, unsigned int sf) src_set_sf() argument
64 src_set_pm(struct src *src, unsigned int pm) src_set_pm() argument
74 src_set_rom(struct src *src, unsigned int rom) src_set_rom() argument
84 src_set_vo(struct src *src, unsigned int vo) src_set_vo() argument
94 src_set_st(struct src *src, unsigned int st) src_set_st() argument
104 src_set_bp(struct src *src, unsigned int bp) src_set_bp() argument
114 src_set_cisz(struct src *src, unsigned int cisz) src_set_cisz() argument
124 src_set_ca(struct src *src, unsigned int ca) src_set_ca() argument
134 src_set_sa(struct src *src, unsigned int sa) src_set_sa() argument
144 src_set_la(struct src *src, unsigned int la) src_set_la() argument
154 src_set_pitch(struct src *src, unsigned int pitch) src_set_pitch() argument
164 src_set_clear_zbufs(struct src *src) src_set_clear_zbufs() argument
174 src_commit_write(struct src *src) src_commit_write() argument
204 src_get_ca(struct src *src) src_get_ca() argument
213 src_init(struct src *src) src_init() argument
220 src_next_interleave(struct src *src) src_next_interleave() argument
225 src_default_config_memrd(struct src *src) src_default_config_memrd() argument
265 src_default_config_memwr(struct src *src) src_default_config_memwr() argument
293 src_default_config_arcrw(struct src *src) src_default_config_arcrw() argument
356 src_rsc_init(struct src *src, u32 idx, const struct src_desc *desc, struct src_mgr *mgr) src_rsc_init() argument
392 src_rsc_uninit(struct src *src, struct src_mgr *mgr) src_rsc_uninit() argument
416 struct src *src; get_src_rsc() local
467 put_src_rsc(struct src_mgr *mgr, struct src *src) put_src_rsc() argument
486 src_enable_s(struct src_mgr *mgr, struct src *src) src_enable_s() argument
502 src_enable(struct src_mgr *mgr, struct src *src) src_enable() argument
518 src_disable(struct src_mgr *mgr, struct src *src) src_disable() argument
616 srcimp_map(struct srcimp *srcimp, struct src *src, struct rsc *input) srcimp_map() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dctsrc.h34 /* Define the descriptor of a src resource */
44 struct src { struct
46 struct src *intlv; /* Pointer to next interleaved SRC in a series */
54 int (*set_state)(struct src *src, unsigned int state);
55 int (*set_bm)(struct src *src, unsigned int bm);
56 int (*set_sf)(struct src *src, unsigned int sf);
57 int (*set_pm)(struct src *sr
[all...]
H A Dctsrc.c24 static int src_default_config_memrd(struct src *src);
25 static int src_default_config_memwr(struct src *src);
26 static int src_default_config_arcrw(struct src *src);
28 static int (*src_default_config[3])(struct src *) = {
34 static int src_set_state(struct src *src, unsigned int state) in src_set_state() argument
38 hw = src in src_set_state()
44 src_set_bm(struct src *src, unsigned int bm) src_set_bm() argument
54 src_set_sf(struct src *src, unsigned int sf) src_set_sf() argument
64 src_set_pm(struct src *src, unsigned int pm) src_set_pm() argument
74 src_set_rom(struct src *src, unsigned int rom) src_set_rom() argument
84 src_set_vo(struct src *src, unsigned int vo) src_set_vo() argument
94 src_set_st(struct src *src, unsigned int st) src_set_st() argument
104 src_set_bp(struct src *src, unsigned int bp) src_set_bp() argument
114 src_set_cisz(struct src *src, unsigned int cisz) src_set_cisz() argument
124 src_set_ca(struct src *src, unsigned int ca) src_set_ca() argument
134 src_set_sa(struct src *src, unsigned int sa) src_set_sa() argument
144 src_set_la(struct src *src, unsigned int la) src_set_la() argument
154 src_set_pitch(struct src *src, unsigned int pitch) src_set_pitch() argument
164 src_set_clear_zbufs(struct src *src) src_set_clear_zbufs() argument
174 src_commit_write(struct src *src) src_commit_write() argument
204 src_get_ca(struct src *src) src_get_ca() argument
213 src_init(struct src *src) src_init() argument
220 src_next_interleave(struct src *src) src_next_interleave() argument
225 src_default_config_memrd(struct src *src) src_default_config_memrd() argument
265 src_default_config_memwr(struct src *src) src_default_config_memwr() argument
293 src_default_config_arcrw(struct src *src) src_default_config_arcrw() argument
356 src_rsc_init(struct src *src, u32 idx, const struct src_desc *desc, struct src_mgr *mgr) src_rsc_init() argument
392 src_rsc_uninit(struct src *src, struct src_mgr *mgr) src_rsc_uninit() argument
416 struct src *src; get_src_rsc() local
467 put_src_rsc(struct src_mgr *mgr, struct src *src) put_src_rsc() argument
486 src_enable_s(struct src_mgr *mgr, struct src *src) src_enable_s() argument
502 src_enable(struct src_mgr *mgr, struct src *src) src_enable() argument
518 src_disable(struct src_mgr *mgr, struct src *src) src_disable() argument
616 srcimp_map(struct srcimp *srcimp, struct src *src, struct rsc *input) srcimp_map() argument
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdatasrc.c50 my_src_ptr src = (my_src_ptr)cinfo->src; in init_source() local
56 src->start_of_file = TRUE; in init_source()
104 my_src_ptr src = (my_src_ptr)cinfo->src; in METHODDEF() local
107 nbytes = JFREAD(src->infile, src->buffer, INPUT_BUF_SIZE); in METHODDEF()
110 if (src->start_of_file) /* Treat empty input file as fatal error */ in METHODDEF()
114 src->buffer[0] = (JOCTET)0xFF; in METHODDEF()
115 src in METHODDEF()
165 struct jpeg_source_mgr *src = cinfo->src; skip_input_data() local
219 my_src_ptr src; jpeg_stdio_src() local
266 struct jpeg_source_mgr *src; jpeg_mem_src() local
[all...]

Completed in 36 milliseconds

12345678910>>...531