Searched refs:MERGE (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/lib/
H A Dmemcpy.c81 #define MERGE(w0, sh_1, w1, sh_2) ({ \ macro
228 /* ((unsigned int *) dst)[0] = MERGE (a2, sh_1, a3, sh_2); */
229 stw(d_space, MERGE (a2, sh_1, a3, sh_2), 0, dst, cda_stw_exc);
233 /* ((unsigned int *) dst)[1] = MERGE (a3, sh_1, a0, sh_2); */
234 stw(d_space, MERGE (a3, sh_1, a0, sh_2), 4, dst, cda_stw_exc);
238 /* ((unsigned int *) dst)[2] = MERGE (a0, sh_1, a1, sh_2); */
239 stw(d_space, MERGE (a0, sh_1, a1, sh_2), 8, dst, cda_stw_exc);
243 /* ((unsigned int *) dst)[3] = MERGE (a1, sh_1, a2, sh_2); */
244 stw(d_space, MERGE (a1, sh_1, a2, sh_2), 12, dst, cda_stw_exc);
253 /* ((unsigned int *) dst)[0] = MERGE (a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/
H A Dalsa.conf454 @args [ MERGE ]
455 @args.MERGE {
460 merge $MERGE
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/alsa/
H A Dalsa.conf454 @args [ MERGE ]
455 @args.MERGE {
460 merge $MERGE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo_enc.c2976 #define MERGE(field) dst->field += src->field; src->field=0 macro
2978 MERGE(me.scene_change_score);
2979 MERGE(me.mc_mb_var_sum_temp);
2980 MERGE(me.mb_var_sum_temp);
2986 MERGE(dct_count[0]); //note, the other dct vars are not part of the context
2987 MERGE(dct_count[1]);
2988 MERGE(mv_bits);
2989 MERGE(i_tex_bits);
2990 MERGE(p_tex_bits);
2991 MERGE(i_coun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo_enc.c3333 #define MERGE(field) dst->field += src->field; src->field=0 macro
3335 MERGE(me.scene_change_score);
3336 MERGE(me.mc_mb_var_sum_temp);
3337 MERGE(me.mb_var_sum_temp);
3343 MERGE(dct_count[0]); //note, the other dct vars are not part of the context
3344 MERGE(dct_count[1]);
3345 MERGE(mv_bits);
3346 MERGE(i_tex_bits);
3347 MERGE(p_tex_bits);
3348 MERGE(i_coun
[all...]
H A Dvp9.c2172 #define MERGE(la, end, step, rd) \ macro
2177 MERGE(l, end_y, step, rd); \
2178 MERGE(a, end_x, step, rd); \

Completed in 263 milliseconds