Home
last modified time | relevance | path

Searched refs:nMinutes (Results 1 – 25 of 89) sorted by relevance

1234

/dports/audio/mac/mac-3.99-u4-b5-s7/src/Shared/
H A DWAVInfoDialog.cpp96 …feWAV.nAvgBytesPerSec; int nMinutes = nSeconds / 60; nSeconds = nSeconds % 60; int nHours = nMinut… in InitDialog() local
97 if (nHours > 0) _stprintf(cTemp, _T("Length: %d:%02d:%02d"), nHours, nMinutes, nSeconds); in InitDialog()
98 else if (nMinutes > 0) _stprintf(cTemp, _T("Length: %d:%02d"), nMinutes, nSeconds); in InitDialog()
H A DAPEInfoDialog.cpp166 …NFO_LENGTH_MS) / 1000; int nMinutes = nSeconds / 60; nSeconds = nSeconds % 60; int nHours = nMinut… in DialogProc() local
167 if (nHours > 0) _stprintf(cTemp, _T("Length: %d:%02d:%02d"), nHours, nMinutes, nSeconds); in DialogProc()
168 else if (nMinutes > 0) _stprintf(cTemp, _T("Length: %d:%02d"), nMinutes, nSeconds); in DialogProc()
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/Shared/
H A DWAVInfoDialog.cpp97 …feWAV.nAvgBytesPerSec; int nMinutes = nSeconds / 60; nSeconds = nSeconds % 60; int nHours = nMinut… in InitDialog() local
98 … _stprintf_s(cTemp, _countof(cTemp) - 1, _T("Length: %d:%02d:%02d"), nHours, nMinutes, nSeconds); in InitDialog()
99 …else if (nMinutes > 0) _stprintf_s(cTemp, _countof(cTemp) - 1, _T("Length: %d:%02d"), nMinutes, nS… in InitDialog()
H A DAPEInfoDialog.cpp166 …NFO_LENGTH_MS) / 1000; int nMinutes = nSeconds / 60; nSeconds = nSeconds % 60; int nHours = nMinut… in DialogProc() local
167 …f (nHours > 0) _stprintf_s(cTemp, 1024, _T("Length: %d:%02d:%02d"), nHours, nMinutes, nSeconds); in DialogProc()
168 … else if (nMinutes > 0) _stprintf_s(cTemp, 1024, _T("Length: %d:%02d"), nMinutes, nSeconds); in DialogProc()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/neogeo/
H A Dneo_upd4990a.cpp7 UINT32 nSeconds; UINT32 nMinutes; UINT32 nHours; member
50 uPD4990A.nMinutes = 0; in uPD4990AInit()
58 uPD4990A.nMinutes = tmLocalTime->tm_min; in uPD4990AInit()
109 uPD4990A.nMinutes++; in uPD4990AUpdate()
110 if (uPD4990A.nMinutes >= 60) { in uPD4990AUpdate()
111 uPD4990A.nMinutes = 0; in uPD4990AUpdate()
187 uPD4990A.nMinutes = ((uPD4990A.nRegister[0] >> 8) & 0x0F); in uPD4990AWrite()
188 uPD4990A.nMinutes += ((uPD4990A.nRegister[0] >> 12) & 0x0F) * 10; in uPD4990AWrite()
204 uPD4990A.nRegister[0] |= (uPD4990A.nMinutes % 10) << 8; in uPD4990AWrite()
205 uPD4990A.nRegister[0] |= (uPD4990A.nMinutes / 10) << 12; in uPD4990AWrite()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/neogeo/
H A Dneo_upd4990a.cpp7 UINT32 nSeconds; UINT32 nMinutes; UINT32 nHours; member
47 uPD4990A.nMinutes = tmLocalTime.tm_min; in uPD4990AInit()
97 uPD4990A.nMinutes++; in uPD4990AUpdate()
98 if (uPD4990A.nMinutes >= 60) { in uPD4990AUpdate()
99 uPD4990A.nMinutes = 0; in uPD4990AUpdate()
175 uPD4990A.nMinutes = ((uPD4990A.nRegister[0] >> 8) & 0x0F); in uPD4990AWrite()
176 uPD4990A.nMinutes += ((uPD4990A.nRegister[0] >> 12) & 0x0F) * 10; in uPD4990AWrite()
192 uPD4990A.nRegister[0] |= (uPD4990A.nMinutes % 10) << 8; in uPD4990AWrite()
193 uPD4990A.nRegister[0] |= (uPD4990A.nMinutes / 10) << 12; in uPD4990AWrite()
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/plugins/ui/vertical/simple/filter/gui/
H A DTimeDialog.java222 int nMinutes = nScroll % 12; in getTimeIntFromScrollInt() local
224 return ( ( nScroll - nMinutes ) / 12 * 100 ) + ( nMinutes * 5 ); in getTimeIntFromScrollInt()
237 int nMinutes = nTime % 100; in getScrollIntFromTimeInt() local
239 return ( ( nTime - nMinutes ) / 100 * 12 ) + ( nMinutes / 5 ); in getScrollIntFromTimeInt()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/dted/
H A Ddted_create.c49 int nDegrees, nMinutes, nSeconds; in DTEDFormatDMS() local
76 nMinutes = (int) floor(dfRemainder*60.0 + 0.5/60.0); in DTEDFormatDMS()
77 dfRemainder = dfRemainder - nMinutes / 60.0; in DTEDFormatDMS()
81 nDegrees, nMinutes, nSeconds, chHemisphere ); in DTEDFormatDMS()
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/contrib/windows/
H A Dfusioninventory-agent-deployment.vbs130 Function AdvanceTime(nMinutes)
134 If nMinutes < nMinimalMinutes Then
135 nMinutes = nMinimalMinutes
138 dtmTimeFuture = DateAdd ("n", nMinutes, Time)
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/dted/
H A Ddted_create.c51 int nDegrees, nMinutes, nSeconds; in DTEDFormatDMS() local
78 nMinutes = (int) floor(dfRemainder*60.0 + 0.5/60.0); in DTEDFormatDMS()
79 dfRemainder = dfRemainder - nMinutes / 60.0; in DTEDFormatDMS()
84 nDegrees, nMinutes, nSeconds, chHemisphere ); in DTEDFormatDMS()
/dports/graphics/gdal/gdal-3.3.3/frmts/dted/
H A Ddted_create.c51 int nDegrees, nMinutes, nSeconds; in DTEDFormatDMS() local
78 nMinutes = (int) floor(dfRemainder*60.0 + 0.5/60.0); in DTEDFormatDMS()
79 dfRemainder = dfRemainder - nMinutes / 60.0; in DTEDFormatDMS()
84 nDegrees, nMinutes, nSeconds, chHemisphere ); in DTEDFormatDMS()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/dted/
H A Ddted_create.c51 int nDegrees, nMinutes, nSeconds; in DTEDFormatDMS() local
78 nMinutes = (int) floor(dfRemainder*60.0 + 0.5/60.0); in DTEDFormatDMS()
79 dfRemainder = dfRemainder - nMinutes / 60.0; in DTEDFormatDMS()
84 nDegrees, nMinutes, nSeconds, chHemisphere ); in DTEDFormatDMS()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx366 sal_Int32& nHours, sal_Int32& nMinutes, sal_Int32& nSeconds) in parseDuration() argument
394 nMinutes = boost::lexical_cast<sal_Int32>(pString, pString-pToken); in parseDuration()
433 sal_Int32 nMinutes = 0; in xforms_secondsFunction() local
436 if (parseDuration(pString, bNegative, nYears, nMonths, nDays, nHours, nMinutes, nSeconds)) in xforms_secondsFunction()
438 nSeconds += nMinutes*60; in xforms_secondsFunction()
463 sal_Int32 nMinutes = 0; in xforms_monthsFunction() local
466 if (parseDuration(pString, bNegative, nYears, nMonths, nDays, nHours, nMinutes, nSeconds)) in xforms_monthsFunction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx367 sal_Int32& nHours, sal_Int32& nMinutes, sal_Int32& nSeconds) in parseDuration() argument
395 nMinutes = boost::lexical_cast<sal_Int32>(pString, pString-pToken); in parseDuration()
434 sal_Int32 nMinutes = 0; in xforms_secondsFuction() local
437 if (parseDuration(pString, bNegative, nYears, nMonths, nDays, nHours, nMinutes, nSeconds)) in xforms_secondsFuction()
439 nSeconds += nMinutes*60; in xforms_secondsFuction()
464 sal_Int32 nMinutes = 0; in xforms_monthsFuction() local
467 if (parseDuration(pString, bNegative, nYears, nMonths, nDays, nHours, nMinutes, nSeconds)) in xforms_monthsFuction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dflddat.hxx65 void SetOffset(long nMinutes) { m_nOffset = nMinutes; } in SetOffset() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dflddat.hxx65 void SetOffset(tools::Long nMinutes) { m_nOffset = nMinutes; } in SetOffset() argument
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACDll/
H A DWinamp2.cpp350 …SS_CURRENT_MS) / 1000; int nMinutes = nSeconds / 60; nSeconds = nSeconds % 60; int nHours = nMinut… in DecodeThread() local
351 … if (nHours > 0) _stprintf_s(cErrorTime, 64, _T("%d:%02d:%02d"), nHours, nMinutes, nSeconds); in DecodeThread()
352 … else if (nMinutes > 0) _stprintf_s(cErrorTime, 64, _T("%d:%02d"), nMinutes, nSeconds); in DecodeThread()
/dports/editors/lazarus/lazarus/components/lazreport/source/addons/addfunction/
H A DfrFuncDate.pas300 nHours, nMinutes, nSeconds, nMSecs: Integer;
306 nMinutes := StrToInt(frExtractWord(2,cDelta,[';']));
312 nMinutes * 60000 + nSeconds * 1000 + nMSecs) / MSecsPerDay);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/addons/addfunction/
H A DfrFuncDate.pas300 nHours, nMinutes, nSeconds, nMSecs: Integer;
306 nMinutes := StrToInt(frExtractWord(2,cDelta,[';']));
312 nMinutes * 60000 + nSeconds * 1000 + nMSecs) / MSecsPerDay);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/addons/addfunction/
H A DfrFuncDate.pas300 nHours, nMinutes, nSeconds, nMSecs: Integer;
306 nMinutes := StrToInt(frExtractWord(2,cDelta,[';']));
312 nMinutes * 60000 + nSeconds * 1000 + nMSecs) / MSecsPerDay);
/dports/editors/lazarus-qt5/lazarus/components/lazreport/source/addons/addfunction/
H A DfrFuncDate.pas300 nHours, nMinutes, nSeconds, nMSecs: Integer;
306 nMinutes := StrToInt(frExtractWord(2,cDelta,[';']));
312 nMinutes * 60000 + nSeconds * 1000 + nMSecs) / MSecsPerDay);
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Ddb.cpp308 unsigned int nMinutes = 0; in Flush() local
310 nMinutes = 1; in Flush()
312 …bitdb.dbenv->txn_checkpoint(nMinutes ? GetArg("-dblogsize", DEFAULT_WALLET_DBLOGSIZE) * 1024 : 0, in Flush()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Ddb.cpp308 unsigned int nMinutes = 0; in Flush() local
310 nMinutes = 1; in Flush()
312 …bitdb.dbenv->txn_checkpoint(nMinutes ? GetArg("-dblogsize", DEFAULT_WALLET_DBLOGSIZE) * 1024 : 0, in Flush()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Ddb.cpp308 unsigned int nMinutes = 0; in Flush() local
310 nMinutes = 1; in Flush()
312 …bitdb.dbenv->txn_checkpoint(nMinutes ? GetArg("-dblogsize", DEFAULT_WALLET_DBLOGSIZE) * 1024 : 0, in Flush()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sax/source/tools/
H A Dconverter.cxx1094 sal_Int32 nMinutes(0); in convertDuration() local
1135 nMinutes, 'M'); in convertDuration()
1216 rDuration.Minutes = static_cast<sal_Int16>(nMinutes); in convertDuration()
1243 const sal_Int32 nMinutes(abs(nOffset) % 60); in lcl_AppendTimezone() local
1244 SAL_WARN_IF(nHours > 14 || (nHours == 14 && nMinutes > 0), in lcl_AppendTimezone()
1252 if (nMinutes < 10) in lcl_AppendTimezone()
1256 i_rBuffer.append(nMinutes); in lcl_AppendTimezone()
1623 sal_Int32 nMinutes(0); in lcl_parseDateTime() local
1642 bSuccess &= (0 <= nMinutes) && (nMinutes < 60); in lcl_parseDateTime()
1680 if (!((0 == nMinutes) && (0 == nSeconds) && (0 == nNanoSeconds))) in lcl_parseDateTime()
[all …]

1234