Home
last modified time | relevance | path

Searched refs:i_src (Results 1 – 25 of 135) sorted by relevance

123456

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/microblaze/lib/
H A Dmemcpy.c59 const uint32_t *i_src; in memcpy() local
90 *i_dst++ = *i_src++; in memcpy()
99 buf_hold = *i_src++ << 8; in memcpy()
102 value = *i_src++; in memcpy()
111 value = *i_src++; in memcpy()
117 src = (const void *)i_src; in memcpy()
125 buf_hold = *i_src++ << 16; in memcpy()
128 value = *i_src++; in memcpy()
137 value = *i_src++; in memcpy()
154 value = *i_src++; in memcpy()
[all …]
H A Dmemmove.c62 const uint32_t *i_src; in memmove() local
112 *--i_dst = *--i_src; in memmove()
121 buf_hold = *--i_src >> 24; in memmove()
124 value = *--i_src; in memmove()
133 value = *--i_src; in memmove()
140 src = (const void *)i_src; in memmove()
151 value = *--i_src; in memmove()
160 value = *--i_src; in memmove()
175 buf_hold = *--i_src >> 8; in memmove()
178 value = *--i_src; in memmove()
[all …]
H A Dmemset.c52 uint32_t *i_src; in memset() local
82 i_src = (void *)src; in memset()
86 *i_src++ = w32; in memset()
88 src = (void *)i_src; in memset()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/microblaze/lib/
H A Dmemcpy.c59 const uint32_t *i_src; in memcpy() local
90 *i_dst++ = *i_src++; in memcpy()
99 buf_hold = *i_src++ << 8; in memcpy()
102 value = *i_src++; in memcpy()
111 value = *i_src++; in memcpy()
117 src = (const void *)i_src; in memcpy()
125 buf_hold = *i_src++ << 16; in memcpy()
128 value = *i_src++; in memcpy()
137 value = *i_src++; in memcpy()
154 value = *i_src++; in memcpy()
[all …]
H A Dmemmove.c62 const uint32_t *i_src; in memmove() local
112 *--i_dst = *--i_src; in memmove()
121 buf_hold = *--i_src >> 24; in memmove()
124 value = *--i_src; in memmove()
133 value = *--i_src; in memmove()
140 src = (const void *)i_src; in memmove()
151 value = *--i_src; in memmove()
160 value = *--i_src; in memmove()
175 buf_hold = *--i_src >> 8; in memmove()
178 value = *--i_src; in memmove()
[all …]
H A Dmemset.c52 uint32_t *i_src; in memset() local
82 i_src = (void *)src; in memset()
86 *i_src++ = w32; in memset()
88 src = (void *)i_src; in memset()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/microblaze/lib/
H A Dmemcpy.c59 const uint32_t *i_src; in memcpy() local
90 *i_dst++ = *i_src++; in memcpy()
99 buf_hold = *i_src++ << 8; in memcpy()
102 value = *i_src++; in memcpy()
111 value = *i_src++; in memcpy()
117 src = (const void *)i_src; in memcpy()
125 buf_hold = *i_src++ << 16; in memcpy()
128 value = *i_src++; in memcpy()
137 value = *i_src++; in memcpy()
154 value = *i_src++; in memcpy()
[all …]
H A Dmemmove.c62 const uint32_t *i_src; in memmove() local
112 *--i_dst = *--i_src; in memmove()
121 buf_hold = *--i_src >> 24; in memmove()
124 value = *--i_src; in memmove()
133 value = *--i_src; in memmove()
140 src = (const void *)i_src; in memmove()
151 value = *--i_src; in memmove()
160 value = *--i_src; in memmove()
175 buf_hold = *--i_src >> 8; in memmove()
178 value = *--i_src; in memmove()
[all …]
H A Dmemset.c52 uint32_t *i_src; in memset() local
82 i_src = (void *)src; in memset()
86 *i_src++ = w32; in memset()
88 src = (void *)i_src; in memset()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/deinterlace/
H A Dalgo_x.c68 ssd(src[i_src+x] - src[2*i_src+x]); in XDeint8x8DetectC()
70 ssd(src[i_src+x] - src[3*i_src+x]); in XDeint8x8DetectC()
75 src += 2*i_src; in XDeint8x8DetectC()
140 src += 2*i_src; in XDeint8x8DetectMMXEXT()
229 src += 2*i_src; in XDeint8x8FieldEC()
253 src += 2*i_src; in XDeint8x8FieldEMMXEXT()
301 src += 2*i_src; in XDeint8x8FieldC()
464 &src[0*i_src], 2*i_src, in XDeintBand8x8C()
465 &src[1*i_src], 2*i_src ); in XDeintBand8x8C()
498 &src[0*i_src], 2*i_src, in XDeintBand8x8MMXEXT()
[all …]
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmc.h112 x264_plane_copy_c( dst, i_dst, src, i_src, w, h );\
119 if( i_src > 0 )\
123 src += i_src * h;\
126 x264_plane_copy_core_##cpu( dst+i_dst, i_dst, src+i_src, i_src, (w+c_w)&~c_w, h );\
146 if( i_src > 0 )\
150 src += i_src * h;\
153 … x264_plane_copy_swap_core_##cpu( dst+i_dst, i_dst, src+i_src, i_src, (w+c_w)&~c_w, h );\
163 x264_plane_copy_swap_c( dst, i_dst, src, i_src, w, h );\
183 if( i_src > 0 )\
188 src += i_src * h;\
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmc.h112 x264_plane_copy_c( dst, i_dst, src, i_src, w, h );\
119 if( i_src > 0 )\
123 src += i_src * h;\
126 x264_plane_copy_core_##cpu( dst+i_dst, i_dst, src+i_src, i_src, (w+c_w)&~c_w, h );\
146 if( i_src > 0 )\
150 src += i_src * h;\
153 … x264_plane_copy_swap_core_##cpu( dst+i_dst, i_dst, src+i_src, i_src, (w+c_w)&~c_w, h );\
163 x264_plane_copy_swap_c( dst, i_dst, src, i_src, w, h );\
183 if( i_src > 0 )\
188 src += i_src * h;\
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dcc.h230 for( int i = 0; i + 2 < i_src; i += 3 ) in cc_Extract()
268 if( i_src < 1+1 + i_count_cc*3 + 1) // broken packet in cc_Extract()
330 for( int i_cc_count = i_src >> 2; i_cc_count > 0; in cc_Extract()
357 bs_init( &s, &p_src[2], i_src - 2 ); in cc_Extract()
401 if( i_src < 4 ) in cc_ProbeAndExtract()
409 i_src -= 5; in cc_ProbeAndExtract()
412 else if( !memcmp( p_cc_dvd, p_src, 4 ) && i_src > 4+1 ) in cc_ProbeAndExtract()
416 else if( i_src >= 2+2 + 2+2 && in cc_ProbeAndExtract()
430 i_src -= 2; in cc_ProbeAndExtract()
438 for( int i = 0; i < i_src; i++ ) in cc_ProbeAndExtract()
[all …]
H A Datsc_a65.c93 static char *enlarge_to16( const uint8_t *p_src, size_t i_src, uint8_t i_prefix ) in enlarge_to16() argument
95 if( i_src == 0 ) in enlarge_to16()
98 char *psz_new_allocated = malloc( i_src * 2 + 1 ); in enlarge_to16()
103 memset( psz_new, i_prefix, i_src * 2 ); in enlarge_to16()
104 psz_new[ i_src * 2 ] = 0; in enlarge_to16()
105 while( i_src-- ) in enlarge_to16()
116 const uint8_t *p_src, size_t i_src, in convert_encoding_set() argument
124 if( i_src == 0 ) in convert_encoding_set()
150 char *psz_realloc = realloc( psz_dest, i_mergmin1 + (4 * i_src) + 1 ); in convert_encoding_set()
155 const size_t i_outbuf_size = i_src * 4; in convert_encoding_set()
[all …]
/dports/net/zebra-server/idzebra-2.0.55/index/
H A Dupdate_file.c100 int i_src = 0; in file_update_r() local
149 if (e_src[i_src].name) in file_update_r()
152 e_src[i_src].name); in file_update_r()
158 else if (e_src[i_src].name) in file_update_r()
166 strcpy(src + src_len, e_src[i_src].name); in file_update_r()
169 switch(e_src[i_src].kind) in file_update_r()
172 if (e_src[i_src].mtime > dst->mtime) in file_update_r()
191 i_src++; in file_update_r()
196 strcpy(src + src_len, e_src[i_src].name); in file_update_r()
199 switch (e_src[i_src].kind) in file_update_r()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_mask.cc167 for (uint i_src : r_vertex_map.index_range()) { in compute_masked_vertices() local
168 if (vertex_mask[i_src]) { in compute_masked_vertices()
169 r_vertex_map[i_src] = num_masked_vertices; in compute_masked_vertices()
173 r_vertex_map[i_src] = -1; in compute_masked_vertices()
245 for (const int i_src : vertex_map.index_range()) { in copy_masked_vertices_to_new_mesh() local
246 const int i_dst = vertex_map[i_src]; in copy_masked_vertices_to_new_mesh()
251 const MVert &v_src = src_mesh.mvert[i_src]; in copy_masked_vertices_to_new_mesh()
267 const int i_dst = edge_map[i_src]; in copy_masked_edges_to_new_mesh()
272 const MEdge &e_src = src_mesh.medge[i_src]; in copy_masked_edges_to_new_mesh()
290 const int i_src = masked_poly_indices[i_dst]; in copy_masked_polys_to_new_mesh() local
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dmc.h65 void (*mc_luma)( pixel *dst, intptr_t i_dst, pixel **src, intptr_t i_src,
69 pixel* (*get_ref)( pixel *dst, intptr_t *i_dst, pixel **src, intptr_t i_src,
74 void (*mc_chroma)( pixel *dstu, pixel *dstv, intptr_t i_dst, pixel *src, intptr_t i_src,
85 void (*load_deinterleave_chroma_fenc)( pixel *dst, pixel *src, intptr_t i_src, int height );
86 void (*load_deinterleave_chroma_fdec)( pixel *dst, pixel *src, intptr_t i_src, int height );
88 void (*plane_copy)( pixel *dst, intptr_t i_dst, pixel *src, intptr_t i_src, int w, int h );
93 pixel *src, intptr_t i_src, int w, int h );
95 … pixel *dstc, intptr_t i_dstc, pixel *src, intptr_t i_src, int pw, int w, int h );
98 uint32_t *src, intptr_t i_src, int w, int h );
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dmc.h65 void (*mc_luma)( pixel *dst, intptr_t i_dst, pixel **src, intptr_t i_src,
69 pixel* (*get_ref)( pixel *dst, intptr_t *i_dst, pixel **src, intptr_t i_src,
74 void (*mc_chroma)( pixel *dstu, pixel *dstv, intptr_t i_dst, pixel *src, intptr_t i_src,
85 void (*load_deinterleave_chroma_fenc)( pixel *dst, pixel *src, intptr_t i_src, int height );
86 void (*load_deinterleave_chroma_fdec)( pixel *dst, pixel *src, intptr_t i_src, int height );
88 void (*plane_copy)( pixel *dst, intptr_t i_dst, pixel *src, intptr_t i_src, int w, int h );
93 pixel *src, intptr_t i_src, int w, int h );
95 … pixel *dstc, intptr_t i_dstc, pixel *src, intptr_t i_src, int pw, int w, int h );
98 uint32_t *src, intptr_t i_src, int w, int h );
/dports/multimedia/vlc/vlc-3.0.16/src/text/
H A Dstrings.c356 char *ret = malloc( ( i_src + 4 ) * 4 / 3 ); in vlc_b64_encode_binary()
362 while( i_src > 0 ) in vlc_b64_encode_binary()
373 if( i_src >= 2 ) in vlc_b64_encode_binary()
379 if( i_src >= 3 ) in vlc_b64_encode_binary()
381 *dst++ = ( i_src >= 2 ) ? b64[v >> 26] : '='; // 3/4 in vlc_b64_encode_binary()
387 if( i_src <= 3 ) in vlc_b64_encode_binary()
389 i_src -= 3; in vlc_b64_encode_binary()
462 const int i_src = strlen( psz_src ); in vlc_b64_decode_binary() local
465 *pp_dst = p_dst = malloc( i_src ); in vlc_b64_decode_binary()
472 const int i_src = strlen( psz_src ); in vlc_b64_decode() local
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/libpore/
H A Dsbe_xip_image.c492 if (o_dest != i_src) { in xipTranslateSection()
493 *o_dest = *i_src; in xipTranslateSection()
510 o_dest->iv_id = xipRevLe32(i_src->iv_id); in xipTranslateToc()
512 o_dest->iv_type = i_src->iv_type; in xipTranslateToc()
513 o_dest->iv_section = i_src->iv_section; in xipTranslateToc()
517 if (o_dest != i_src) { in xipTranslateToc()
518 *o_dest = *i_src; in xipTranslateToc()
2530 sizeof(i_src->iv_buildUser)); in sbe_xip_translate_header()
2532 sizeof(i_src->iv_buildHost)); in sbe_xip_translate_header()
2537 if (o_dest != i_src) { in sbe_xip_translate_header()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/libpore/
H A Dsbe_xip_image.c492 if (o_dest != i_src) { in xipTranslateSection()
493 *o_dest = *i_src; in xipTranslateSection()
510 o_dest->iv_id = xipRevLe32(i_src->iv_id); in xipTranslateToc()
512 o_dest->iv_type = i_src->iv_type; in xipTranslateToc()
513 o_dest->iv_section = i_src->iv_section; in xipTranslateToc()
517 if (o_dest != i_src) { in xipTranslateToc()
518 *o_dest = *i_src; in xipTranslateToc()
2530 sizeof(i_src->iv_buildUser)); in sbe_xip_translate_header()
2532 sizeof(i_src->iv_buildHost)); in sbe_xip_translate_header()
2537 if (o_dest != i_src) { in sbe_xip_translate_header()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/libpore/
H A Dsbe_xip_image.c492 if (o_dest != i_src) { in xipTranslateSection()
493 *o_dest = *i_src; in xipTranslateSection()
510 o_dest->iv_id = xipRevLe32(i_src->iv_id); in xipTranslateToc()
512 o_dest->iv_type = i_src->iv_type; in xipTranslateToc()
513 o_dest->iv_section = i_src->iv_section; in xipTranslateToc()
517 if (o_dest != i_src) { in xipTranslateToc()
518 *o_dest = *i_src; in xipTranslateToc()
2530 sizeof(i_src->iv_buildUser)); in sbe_xip_translate_header()
2532 sizeof(i_src->iv_buildHost)); in sbe_xip_translate_header()
2537 if (o_dest != i_src) { in sbe_xip_translate_header()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/libpore/
H A Dsbe_xip_image.c492 if (o_dest != i_src) {
493 *o_dest = *i_src;
510 o_dest->iv_id = xipRevLe32(i_src->iv_id);
512 o_dest->iv_type = i_src->iv_type;
513 o_dest->iv_section = i_src->iv_section;
517 if (o_dest != i_src) {
518 *o_dest = *i_src;
2530 sizeof(i_src->iv_buildUser));
2532 sizeof(i_src->iv_buildHost));
2537 if (o_dest != i_src) {
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libpore/
H A Dsbe_xip_image.c492 if (o_dest != i_src) { in xipTranslateSection()
493 *o_dest = *i_src; in xipTranslateSection()
510 o_dest->iv_id = xipRevLe32(i_src->iv_id); in xipTranslateToc()
512 o_dest->iv_type = i_src->iv_type; in xipTranslateToc()
513 o_dest->iv_section = i_src->iv_section; in xipTranslateToc()
517 if (o_dest != i_src) { in xipTranslateToc()
518 *o_dest = *i_src; in xipTranslateToc()
2530 sizeof(i_src->iv_buildUser)); in sbe_xip_translate_header()
2532 sizeof(i_src->iv_buildHost)); in sbe_xip_translate_header()
2537 if (o_dest != i_src) { in sbe_xip_translate_header()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/libpore/
H A Dsbe_xip_image.c492 if (o_dest != i_src) { in xipTranslateSection()
493 *o_dest = *i_src; in xipTranslateSection()
510 o_dest->iv_id = xipRevLe32(i_src->iv_id); in xipTranslateToc()
512 o_dest->iv_type = i_src->iv_type; in xipTranslateToc()
513 o_dest->iv_section = i_src->iv_section; in xipTranslateToc()
517 if (o_dest != i_src) { in xipTranslateToc()
518 *o_dest = *i_src; in xipTranslateToc()
2530 sizeof(i_src->iv_buildUser)); in sbe_xip_translate_header()
2532 sizeof(i_src->iv_buildHost)); in sbe_xip_translate_header()
2537 if (o_dest != i_src) { in sbe_xip_translate_header()
[all …]

123456