Home
last modified time | relevance | path

Searched refs:nLinesTotal (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/neogeo/
H A Dneo_sprite_render.h493 INT32 nLinesTotal = (nBankSize >= 0x20) ? 0x01FF : ((nBankSize << 4) - 1); in FUNCTIONNAME() local
496 while (nLinesDone <= nLinesTotal) { in FUNCTIONNAME()
517 INT32 nEndLine = (nLinesDone < 0x0100 && nLinesTotal >= 0x0100) ? 0xFF : nLinesTotal & 0xFF; in FUNCTIONNAME()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/neogeo/
H A Dneo_sprite_render.h493 INT32 nLinesTotal = (nBankSize >= 0x20) ? 0x01FF : ((nBankSize << 4) - 1); in FUNCTIONNAME() local
496 while (nLinesDone <= nLinesTotal) { in FUNCTIONNAME()
517 INT32 nEndLine = (nLinesDone < 0x0100 && nLinesTotal >= 0x0100) ? 0xFF : nLinesTotal & 0xFF; in FUNCTIONNAME()
/dports/science/cdf/cdf33_0-dist/src/tools/
H A Dcdfxp1.c615 long dimSizes[CDF_MAX_DIMS], indices[CDF_MAX_DIMS], nLinesTotal; in ToScreenVert() local
731 nLinesTotal = (lastRec - firstRec + 1) * nValues; in ToScreenVert()
773 UpdateToScreen (&EWscr, keyDefsLoading[0], atLine, nLinesTotal); in ToScreenVert()
800 atLine, nLinesTotal); in ToScreenVert()
877 long dimSizes[CDF_MAX_DIMS], nLinesTotal, atLine; in ToFileVert() local
1027 nLinesTotal = (lastRec - firstRec + 1) * maxRecordValues; in ToFileVert()
1070 DisplayPctComplete (PCT(atLine,nLinesTotal,1,1), pctMsg); in ToFileVert()
1090 DisplayPctComplete (PCT(atLine,nLinesTotal,1,1), pctMsg); in ToFileVert()