Home
last modified time | relevance | path

Searched refs:nSegmentEnd (Results 51 – 60 of 60) sorted by relevance

123

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/cave/
H A Dd_gaia.cpp551 INT32 nSegmentEnd = nBurnSoundLen * i / nInterleave; in DrvFrame() local
553 YMZ280BRender(pSoundBuf, nSegmentEnd - nSoundBufferPos); in DrvFrame()
554 nSoundBufferPos = nSegmentEnd; in DrvFrame()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/cave/
H A Dd_gaia.cpp551 INT32 nSegmentEnd = nBurnSoundLen * i / nInterleave; in DrvFrame() local
553 YMZ280BRender(pSoundBuf, nSegmentEnd - nSoundBufferPos); in DrvFrame()
554 nSoundBufferPos = nSegmentEnd; in DrvFrame()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dburn_ym2203.h18 extern void (*BurnYM2203Update)(INT16* pSoundBuf, INT32 nSegmentEnd);
H A Dburn_ym2612.h15 extern void (*BurnYM2612Update)(INT16* pSoundBuf, INT32 nSegmentEnd);
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dburn_ym2203.h18 extern void (*BurnYM2203Update)(INT16* pSoundBuf, INT32 nSegmentEnd);
H A Dburn_ym2612.h15 extern void (*BurnYM2612Update)(INT16* pSoundBuf, INT32 nSegmentEnd);
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/toaplan/
H A Dd_bbakraid.cpp993 INT32 nSegmentEnd = nBurnSoundLen * i / nInterleave; in DrvFrame() local
995 YMZ280BRender(pSoundBuf, nSegmentEnd - nSoundBufferPos); in DrvFrame()
996 nSoundBufferPos = nSegmentEnd; in DrvFrame()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/toaplan/
H A Dd_bbakraid.cpp1009 INT32 nSegmentEnd = nBurnSoundLen * i / nInterleave; in DrvFrame() local
1011 YMZ280BRender(pSoundBuf, nSegmentEnd - nSoundBufferPos); in DrvFrame()
1012 nSoundBufferPos = nSegmentEnd; in DrvFrame()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dtable2.cxx3472 SCROW nSegmentEnd = std::min( nLastRow, aSegmentIter.getLastPos() ); in GetScaledRowHeight() local
3479 SCROW nRowsInSegment = nSegmentEnd + 1 - nRow; in GetScaledRowHeight()
3491 nRow = nSegmentEnd + 1; in GetScaledRowHeight()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dtable2.cxx3282 SCROW nSegmentEnd = std::min( nLastRow, aData.mnRow2 ); in GetScaledRowHeight() local
3286 nHeight += nOneHeight * ( nSegmentEnd + 1 - nRow ); in GetScaledRowHeight()
3288 nRow = nSegmentEnd + 1; in GetScaledRowHeight()

123