Home
last modified time | relevance | path

Searched refs:nRate (Results 1 – 25 of 68) sorted by relevance

123

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/capcom/
H A Dqs.cpp16 INT32 nRate; in QsndInit() local
33 nRate = nBurnSoundRate; in QsndInit()
35 nRate = 11025; in QsndInit()
38 QscInit(nRate); // Init QSound chip in QsndInit()
H A Dps_m.cpp12 INT32 nRate, nRet; in PsmInit() local
16 nRate = nBurnSoundRate; in PsmInit()
18 nRate = 11025; in PsmInit()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/capcom/
H A Dqs.cpp16 INT32 nRate; in QsndInit() local
33 nRate = nBurnSoundRate; in QsndInit()
35 nRate = 11025; in QsndInit()
38 QscInit(nRate); // Init QSound chip in QsndInit()
H A Dps_m.cpp13 INT32 nMemLen, nRate, nRet; in PsmInit() local
17 nRate = nBurnSoundRate; in PsmInit()
19 nRate = 11025; in PsmInit()
H A Dqs_c.cpp110 INT32 QscInit(INT32 nRate) in QscInit() argument
112 nQscRate = nRate; in QscInit()
/dports/audio/espeak/espeak-1.48.04-source/platforms/windows/mingw/
H A Despeak_test_lib.c21 int nRate = espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 10000, NULL, 0); in main() local
22 printf("nRate: %d\n", nRate); in main()
23 if (nRate < 0) in main()
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/
H A DcategoryEcho.bf45 fprintf (stdout,"\nRate[",Format(k,0,0),"]=",Format(distrInfo[0][k],12,8), " (weight=",
67 fprintf (stdout,"\nRate[",Format(k,0,0),"]=",Format(R*distrInfo2[0][k],12,8), " (weight=",
119 fprintf (stdout, "\n\nRate Class ",_rateDescriptors[0]," ",Format(k,0,0)," and ",
146 fprintf (stdout, "\n\nRate Class ",Format(k,0,0),"\n");
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dshathree.c71 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
404 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
406 p->nRate = (1600 - 2*256)/8; in SHA3Init()
441 if( p->nLoaded>=p->nRate ){ in SHA3Update()
457 if( p->nLoaded==p->nRate ){ in SHA3Update()
471 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
478 p->nLoaded = p->nRate - 1; in SHA3Final()
481 for(i=0; i<p->nRate; i++){ in SHA3Final()
482 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
484 return &p->u.x[p->nRate]; in SHA3Final()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dshathree.c74 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
407 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
409 p->nRate = (1600 - 2*256)/8; in SHA3Init()
444 if( p->nLoaded>=p->nRate ){ in SHA3Update()
460 if( p->nLoaded==p->nRate ){ in SHA3Update()
474 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
481 p->nLoaded = p->nRate - 1; in SHA3Final()
484 for(i=0; i<p->nRate; i++){ in SHA3Final()
485 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
487 return &p->u.x[p->nRate]; in SHA3Final()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dshathree.c71 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
404 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
406 p->nRate = (1600 - 2*256)/8; in SHA3Init()
441 if( p->nLoaded>=p->nRate ){ in SHA3Update()
457 if( p->nLoaded==p->nRate ){ in SHA3Update()
471 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
478 p->nLoaded = p->nRate - 1; in SHA3Final()
481 for(i=0; i<p->nRate; i++){ in SHA3Final()
482 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
484 return &p->u.x[p->nRate]; in SHA3Final()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dshathree.c71 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
404 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
406 p->nRate = (1600 - 2*256)/8; in SHA3Init()
441 if( p->nLoaded>=p->nRate ){ in SHA3Update()
457 if( p->nLoaded==p->nRate ){ in SHA3Update()
471 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
478 p->nLoaded = p->nRate - 1; in SHA3Final()
481 for(i=0; i<p->nRate; i++){ in SHA3Final()
482 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
484 return &p->u.x[p->nRate]; in SHA3Final()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsha3.c55 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
388 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
390 p->nRate = (1600 - 2*256)/8; in SHA3Init()
425 if( p->nLoaded>=p->nRate ){ in SHA3Update()
441 if( p->nLoaded==p->nRate ){ in SHA3Update()
455 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
462 p->nLoaded = p->nRate - 1; in SHA3Final()
465 for(i=0; i<p->nRate; i++){ in SHA3Final()
466 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
468 return &p->u.x[p->nRate]; in SHA3Final()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/ports/MSVC++/CMP3Stream/SOURCE/
H A DSourceFilter_MP3Stream.CPP129 long nRate; in Open() local
133 if (MPG123_OK != mpg123_getformat(m_pcoMH, &nRate, &iChannels, &iEncoding)) in Open()
141 mpg123_format(m_pcoMH, nRate, iChannels, iEncoding); in Open()
168 DWORD dwSamplesPerSec = (DWORD) nRate; in Open()
/dports/biology/bbmap/bbmap/current/align2/
H A DRandomReads3.java83 float nRate=0; in main() local
164 nRate=Float.parseFloat(b); in main()
224 nRate=1; in main()
457 if(nRate<=0 || maxNLen<=0 || maxNs<=0){ in main()
458 nRate=0; in main()
502 snpRate, insRate, delRate, subRate, nRate, in main()
1208 snpRate, insRate, delRate, subRate, nRate, in writeRandomReadsX()
1222 snpRate, insRate, delRate, subRate, nRate, in writeRandomReadsX()
1380 snpRate, insRate, delRate, subRate, nRate, in makeRandomReadsX()
1394 snpRate, insRate, delRate, subRate, nRate, in makeRandomReadsX()
[all …]
H A DAbstractMapper.java1555 double nRate=matchCountN1*100d/matchLen; in printOutputStats() local
1707 … \t"+padPercent(readNRate,4)+"% \t"+pad(readCountN1,9)+" \t"+padPercent(nRate,4)+"% \t"+pad(matc… in printOutputStats()
1719 …rr.println(String.format(Locale.ROOT, "N Rate: \t"+(nRate<10?" ":"")+"%.4f", nRate)+"% \t… in printOutputStats()
1832 nRate=matchCountN2*100d/matchLen; in printOutputStats()
1909 … \t"+padPercent(readNRate,4)+"% \t"+pad(readCountN2,9)+" \t"+padPercent(nRate,4)+"% \t"+pad(matc… in printOutputStats()
1921 …rr.println(String.format(Locale.ROOT, "N Rate: \t"+(nRate<10?" ":"")+"%.4f", nRate)+"% \t… in printOutputStats()
2395 double nRate=matchCountN1*100d/matchLen;//baseLen; in printOutput_Machine() local
2449 tswStats.println("R1_N_Rate"+DELIMITER+padPercentMachine(nRate,4)+"%"); in printOutput_Machine()
2530 nRate=matchCountN2*100d/matchLen;//baseLen; in printOutput_Machine()
2573 tswStats.println("R2_N_Rate"+DELIMITER+padPercentMachine(nRate,4)+"%"); in printOutput_Machine()
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Dmksourceid.c60 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
393 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
395 p->nRate = (1600 - 2*256)/8; in SHA3Init()
430 if( p->nLoaded>=p->nRate ){ in SHA3Update()
446 if( p->nLoaded==p->nRate ){ in SHA3Update()
460 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
467 p->nLoaded = p->nRate - 1; in SHA3Final()
470 for(i=0; i<p->nRate; i++){ in SHA3Final()
471 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
473 return &p->u.x[p->nRate]; in SHA3Final()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Dmksourceid.c60 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
393 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
395 p->nRate = (1600 - 2*256)/8; in SHA3Init()
430 if( p->nLoaded>=p->nRate ){ in SHA3Update()
446 if( p->nLoaded==p->nRate ){ in SHA3Update()
460 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
467 p->nLoaded = p->nRate - 1; in SHA3Final()
470 for(i=0; i<p->nRate; i++){ in SHA3Final()
471 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
473 return &p->u.x[p->nRate]; in SHA3Final()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Dmksourceid.c60 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
393 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
395 p->nRate = (1600 - 2*256)/8; in SHA3Init()
430 if( p->nLoaded>=p->nRate ){ in SHA3Update()
446 if( p->nLoaded==p->nRate ){ in SHA3Update()
460 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
467 p->nLoaded = p->nRate - 1; in SHA3Final()
470 for(i=0; i<p->nRate; i++){ in SHA3Final()
471 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
473 return &p->u.x[p->nRate]; in SHA3Final()
/dports/games/NBlood/NBlood-a1689a4/source/exhumed/src/
H A Dsound.cpp976 void PlayLocalSound(short nSound, short nRate) in PlayLocalSound() argument
986 initprintf("PlayLocalSound: Invalid sound nSound == %i, nRate == %i\n", nSound, nRate); in PlayLocalSound()
1002 if (nRate) in PlayLocalSound()
1006 FX_SetFrequency(pASound->hFX, nFreq+nRate); in PlayLocalSound()
1013 if (nRate) in PlayLocalSound()
1014 AIL_set_sample_playback_rate(pASound->f_e, AIL_sample_playback_rate(pASound->f_e)+nRate); in PlayLocalSound()
/dports/biology/hyphy/hyphy-2.5.33/Examples/Categories/
H A DdisplayFunction.bf18 fprintf (stdout,"\nRate[",Format(k,0,0),"]=",Format(distrInfo[0][k],12,8), " (weight=",
/dports/astro/phd2/phd2-2.6.10/
H A Dbacklash_comp.cpp812 double nRate = 0.; in ComputeBacklashPx() local
824nRate = fabs((northDelta - driftAmtPx) / (stepCount * m_pulseWidth)); // dri… in ComputeBacklashPx()
827 Debug.Write(wxString::Format("BLT: Empirical north rate = %.2f px/s \n", nRate * 1000)); in ComputeBacklashPx()
852 if (blPx * nRate < -200) in ComputeBacklashPx()
881 *bltMs = (int)(blPx / nRate); in ComputeBacklashPx()
882 *northRate = nRate; in ComputeBacklashPx()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/xfa/
H A Dcfxjse_formcalc_context.cpp2679 float nRate = ValueToFloat(pThis, argOne.get()); in CTerm() local
2719 if (nRate) { in FV()
2722 nTemp *= 1 + nRate; in FV()
2724 dResult = nAmount * (nTemp - 1) / nRate; in FV()
2755 float nRate = ValueToFloat(pThis, argTwo.get()); in IPmt() local
2765 float nRateOfMonth = nRate / 12; in IPmt()
2810 if (nRate <= 0) { in NPV()
2824 nTemp *= 1 + nRate; in NPV()
2859 float nTmp = 1 + nRate; in Pmt()
2900 float nRateOfMonth = nRate / 12; in PPmt()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/xfa/
H A Dcfxjse_formcalc_context.cpp3047 log((float)(1 + nRate))); in CTerm()
3079 if (nRate) { in FV()
3082 nTemp *= 1 + nRate; in FV()
3084 dResult = nAmount * (nTemp - 1) / nRate; in FV()
3127 float nRateOfMonth = nRate / 12; in IPmt()
3169 if (nRate <= 0) { in NPV()
3185 double nDivisor = 1.0 + nRate; in NPV()
3222 float nTmp = 1 + nRate; in Pmt()
3265 float nRateOfMonth = nRate / 12; in PPmt()
3320 nTemp *= 1 + nRate; in PV()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/fm2js/
H A Dxfa_fm2jscontext.cpp2440 FXSYS_log((FX_FLOAT)(1 + nRate))); in CTerm()
2471 if (nRate) { in FV()
2474 nTemp *= 1 + nRate; in FV()
2476 dResult = nAmount * (nTemp - 1) / nRate; in FV()
2517 FX_FLOAT nRateOfMonth = nRate / 12; in IPmt()
2562 if (nRate <= 0) { in NPV()
2576 nTemp *= 1 + nRate; in NPV()
2611 FX_FLOAT nTmp = 1 + nRate; in Pmt()
2652 FX_FLOAT nRateOfMonth = nRate / 12; in PPmt()
2706 nTemp *= 1 + nRate; in PV()
[all …]
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/BonjourTop/source/
H A DBonjourTop.cpp1226 BJ_UINT64 nRate = 0; in PrintResults() local
1230 nRate = (m_nFrameCount *3600) /nElapsedTime; in PrintResults()
1242 …lu, Elapse Time: %lld sec, Rate: %llu packet/hr\n",m_nFrameCount,m_nTotalBytes,nElapsedTime,nRate); in PrintResults()
1254 …lu, Elapse Time: %lld sec, Rate: %llu packet/hr\n",m_nFrameCount,m_nTotalBytes,nElapsedTime,nRate); in PrintResults()

123