Home
last modified time | relevance | path

Searched refs:dstinc (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_halfpack.c48 int dstinc, yinc, uinc, vinc; in halfpack_MMX() local
55 dstinc = dststride - 2*w; in halfpack_MMX()
121 dst += dstinc; in halfpack_MMX()
135 int dstinc, yinc, uinc, vinc; in halfpack_C() local
142 dstinc = dststride - 2*w; in halfpack_C()
158 dst += dstinc; in halfpack_C()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_halfpack.c48 int dstinc, yinc, uinc, vinc; in halfpack_MMX() local
55 dstinc = dststride - 2*w; in halfpack_MMX()
121 dst += dstinc; in halfpack_MMX()
135 int dstinc, yinc, uinc, vinc; in halfpack_C() local
142 dstinc = dststride - 2*w; in halfpack_C()
158 dst += dstinc; in halfpack_C()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dgt64xxx.cpp967 int srcinc, dstinc; in TIMER_CALLBACK_MEMBER() local
982 case 0: dstinc = 1; break; in TIMER_CALLBACK_MEMBER()
983 case 1: dstinc = -1; break; in TIMER_CALLBACK_MEMBER()
984 case 2: dstinc = 0; break; in TIMER_CALLBACK_MEMBER()
987 …c=%08X dst=%08X bytes=%04X sinc=%d dinc=%d\n", which, srcaddr, dstaddr, bytesleft, srcinc, dstinc); in TIMER_CALLBACK_MEMBER()
1005 …c=%08X dst=%08X bytes=%04X sinc=%d dinc=%d\n", which, srcaddr, dstaddr, bytesleft, srcinc, dstinc); in TIMER_CALLBACK_MEMBER()
1021 dstaddr += dstinc; in TIMER_CALLBACK_MEMBER()
1027 dstaddr += dstinc * 4; in TIMER_CALLBACK_MEMBER()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dgt64xxx.cpp967 int srcinc, dstinc; in TIMER_CALLBACK_MEMBER() local
982 case 0: dstinc = 1; break; in TIMER_CALLBACK_MEMBER()
983 case 1: dstinc = -1; break; in TIMER_CALLBACK_MEMBER()
984 case 2: dstinc = 0; break; in TIMER_CALLBACK_MEMBER()
987 …c=%08X dst=%08X bytes=%04X sinc=%d dinc=%d\n", which, srcaddr, dstaddr, bytesleft, srcinc, dstinc); in TIMER_CALLBACK_MEMBER()
1005 …c=%08X dst=%08X bytes=%04X sinc=%d dinc=%d\n", which, srcaddr, dstaddr, bytesleft, srcinc, dstinc); in TIMER_CALLBACK_MEMBER()
1021 dstaddr += dstinc; in TIMER_CALLBACK_MEMBER()
1027 dstaddr += dstinc * 4; in TIMER_CALLBACK_MEMBER()
/dports/math/gap/gap-4.11.0/src/
H A Dlistfunc.c1340 Int dstinc; in FuncCOPY_LIST_ENTRIES() local
1366 dstinc = GetSmallIntEx("CopyListEntries", ELM_PLIST(args, 6), "<tostep>"); in FuncCOPY_LIST_ENTRIES()
1373 srcstart + (number-1)*srcinc <= 0 || dststart + (number-1)*dstinc <= 0) in FuncCOPY_LIST_ENTRIES()
1380 dstmax = (dstinc > 0) ? dststart + (number-1)*dstinc : dststart; in FuncCOPY_LIST_ENTRIES()
1384 if (srcinc == 1 && dstinc == 1) in FuncCOPY_LIST_ENTRIES()
1398 dptr += dstinc; in FuncCOPY_LIST_ENTRIES()
1401 else if (srcinc == dstinc) in FuncCOPY_LIST_ENTRIES()
1450 dptr += dstinc; in FuncCOPY_LIST_ENTRIES()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dseattle.c436 int srcinc, dstinc, i; in perform_dma() local
449 case 0: dstinc = 1; break; in perform_dma()
450 case 1: dstinc = -1; break; in perform_dma()
451 case 2: dstinc = 0; break; in perform_dma()
455 …c=%08X dst=%08X bytes=%04X sinc=%d dinc=%d\n", which, srcaddr, dstaddr, bytesleft, srcinc, dstinc); in perform_dma()
471 dstaddr += dstinc; in perform_dma()
483 dstaddr += dstinc; in perform_dma()
495 dstaddr += dstinc; in perform_dma()
507 dstaddr += dstinc; in perform_dma()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dseattle.c436 int srcinc, dstinc, i; in perform_dma() local
449 case 0: dstinc = 1; break; in perform_dma()
450 case 1: dstinc = -1; break; in perform_dma()
451 case 2: dstinc = 0; break; in perform_dma()
455 …c=%08X dst=%08X bytes=%04X sinc=%d dinc=%d\n", which, srcaddr, dstaddr, bytesleft, srcinc, dstinc); in perform_dma()
471 dstaddr += dstinc; in perform_dma()
483 dstaddr += dstinc; in perform_dma()
495 dstaddr += dstinc; in perform_dma()
507 dstaddr += dstinc; in perform_dma()
/dports/math/gap/gap-4.11.0/pkg/cvec-2.7.4/src/
H A Dcvec.c2804 Int dstinc = GET_INC_RANGE(dstposs); in SLICE_LIST() local
2808 dstpos + (i-1)*dstinc < 1 || dstpos + (i-1)*dstinc > dstl || in SLICE_LIST()
2821 dstpos += dstinc; in SLICE_LIST()
2861 Int dstinc = GET_INC_RANGE(dstposs); in SLICE_LIST() local
2864 dstpos + (i-1)*dstinc < 1 || dstpos + (i-1)*dstinc > dstl || in SLICE_LIST()
2882 dstpos += dstinc; in SLICE_LIST()
2984 Int dstinc = GET_INC_RANGE(dstposs); in COPY_SUBMATRIX() local
2988 dstpos + (i-1)*dstinc < 1 || dstpos + (i-1)*dstinc > dstl || in COPY_SUBMATRIX()
3007 dstpos += dstinc; in COPY_SUBMATRIX()
3056 dstpos + (i-1)*dstinc < 1 || dstpos + (i-1)*dstinc > dstl || in COPY_SUBMATRIX()
[all …]
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/desmume/
H A DMMU.cc2981 int dstinc,srcinc; in MMU_doDMA() local
2984 case 0 : dstinc = sz; break; in MMU_doDMA()
2985 case 1 : dstinc = -sz; break; in MMU_doDMA()
2986 case 2 : dstinc = 0; break; in MMU_doDMA()
2987 case 3 : dstinc = sz; break; //reload in MMU_doDMA()
3000 dst += dstinc; in MMU_doDMA()
3007 dst += dstinc; in MMU_doDMA()
/dports/graphics/cfdg/cfdg-3.3_1/src-agg/agg2/
H A Dagg_pixfmt_rgba.h2076 int dstinc = 1; in blend_from() local
2083 dstinc = -1; in blend_from()
2092 pdst = pdst->advance(dstinc); in blend_from()
2102 pdst = pdst->advance(dstinc); in blend_from()
2595 int dstinc = 1; in blend_from() local
2602 dstinc = -1; in blend_from()
2609 pdst = pdst->advance(dstinc); in blend_from()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_pixfmt_rgba.h2076 int dstinc = 1; in blend_from() local
2083 dstinc = -1; in blend_from()
2092 pdst = pdst->advance(dstinc); in blend_from()
2102 pdst = pdst->advance(dstinc); in blend_from()
2595 int dstinc = 1; in blend_from() local
2602 dstinc = -1; in blend_from()
2609 pdst = pdst->advance(dstinc); in blend_from()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_pixfmt_rgba.h2075 int dstinc = 1; in blend_from() local
2082 dstinc = -1; in blend_from()
2091 pdst = pdst->advance(dstinc); in blend_from()
2101 pdst = pdst->advance(dstinc); in blend_from()
2593 int dstinc = 1; in blend_from() local
2600 dstinc = -1; in blend_from()
2607 pdst = pdst->advance(dstinc); in blend_from()
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_pixfmt_rgba.h2076 int dstinc = 1; in blend_from() local
2083 dstinc = -1; in blend_from()
2092 pdst = pdst->advance(dstinc); in blend_from()
2102 pdst = pdst->advance(dstinc); in blend_from()
2595 int dstinc = 1; in blend_from() local
2602 dstinc = -1; in blend_from()
2609 pdst = pdst->advance(dstinc); in blend_from()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A DMMU.cpp2341 u32 dstinc = 0, srcinc = 0; in doCopy() local
2358 case EDMADestinationUpdate_Increment : dstinc = sz; break; in doCopy()
2359 case EDMADestinationUpdate_Decrement : dstinc = (u32)-(s32)sz; break; in doCopy()
2360 case EDMADestinationUpdate_Fixed : dstinc = 0; break; in doCopy()
2361 case EDMADestinationUpdate_IncrementReload : dstinc = sz; break; in doCopy()
2397 dst += dstinc; in doCopy()
2407 dst += dstinc; in doCopy()