Home
last modified time | relevance | path

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

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/amalgamation/shell/
H A Dshell.c1451 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
1784 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
1786 p->nRate = (1600 - 2*256)/8; in SHA3Init()
1821 if( p->nLoaded>=p->nRate ){ in SHA3Update()
1837 if( p->nLoaded==p->nRate ){ in SHA3Update()
1851 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
1858 p->nLoaded = p->nRate - 1; in SHA3Final()
1861 for(i=0; i<p->nRate; i++){ in SHA3Final()
1862 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
1864 return &p->u.x[p->nRate]; in SHA3Final()
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/
H A DNielsenYang.bf335 fprintf (^"SUMMARY_FILE","\nRate[",Format(k+1,0,0),"]=",
H A DPARRIS.bf129 fprintf (distribOutput,"\nRate[",Format(k,0,0),"]=",Format(distrInfo[0][k],12,8), " (weight=",
/dports/emulators/mess/mame-mame0226/3rdparty/sqlite3/
H A Dshell.c1466 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
1799 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
1801 p->nRate = (1600 - 2*256)/8; in SHA3Init()
1836 if( p->nLoaded>=p->nRate ){ in SHA3Update()
1852 if( p->nLoaded==p->nRate ){ in SHA3Update()
1866 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
1873 p->nLoaded = p->nRate - 1; in SHA3Final()
1876 for(i=0; i<p->nRate; i++){ in SHA3Final()
1877 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
1879 return &p->u.x[p->nRate]; in SHA3Final()
/dports/emulators/mame/mame-mame0226/3rdparty/sqlite3/
H A Dshell.c1466 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
1799 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
1801 p->nRate = (1600 - 2*256)/8; in SHA3Init()
1836 if( p->nLoaded>=p->nRate ){ in SHA3Update()
1852 if( p->nLoaded==p->nRate ){ in SHA3Update()
1866 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
1873 p->nLoaded = p->nRate - 1; in SHA3Final()
1876 for(i=0; i<p->nRate; i++){ in SHA3Final()
1877 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
1879 return &p->u.x[p->nRate]; in SHA3Final()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/sqlite/
H A Dshell.c1467 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
1800 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
1802 p->nRate = (1600 - 2*256)/8; in SHA3Init()
1837 if( p->nLoaded>=p->nRate ){ in SHA3Update()
1853 if( p->nLoaded==p->nRate ){ in SHA3Update()
1867 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
1874 p->nLoaded = p->nRate - 1; in SHA3Final()
1877 for(i=0; i<p->nRate; i++){ in SHA3Final()
1878 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
1880 return &p->u.x[p->nRate]; in SHA3Final()
/dports/lang/tcl86/tcl8.6.12/pkgs/sqlite3.36.0/compat/sqlite3/
H A Dshell.c1435 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
1768 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
1770 p->nRate = (1600 - 2*256)/8; in SHA3Init()
1805 if( p->nLoaded>=p->nRate ){ in SHA3Update()
1821 if( p->nLoaded==p->nRate ){ in SHA3Update()
1835 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
1842 p->nLoaded = p->nRate - 1; in SHA3Final()
1845 for(i=0; i<p->nRate; i++){ in SHA3Final()
1846 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
1848 return &p->u.x[p->nRate]; in SHA3Final()
/dports/databases/tcl-sqlite3/sqlite-autoconf-3340100/
H A Dshell.c1464 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
1797 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
1799 p->nRate = (1600 - 2*256)/8; in SHA3Init()
1834 if( p->nLoaded>=p->nRate ){ in SHA3Update()
1850 if( p->nLoaded==p->nRate ){ in SHA3Update()
1864 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
1871 p->nLoaded = p->nRate - 1; in SHA3Final()
1874 for(i=0; i<p->nRate; i++){ in SHA3Final()
1875 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
1877 return &p->u.x[p->nRate]; in SHA3Final()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/amalgamation/shell/
H A Dshell.c1464 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
1797 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
1799 p->nRate = (1600 - 2*256)/8; in SHA3Init()
1834 if( p->nLoaded>=p->nRate ){ in SHA3Update()
1850 if( p->nLoaded==p->nRate ){ in SHA3Update()
1864 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
1871 p->nLoaded = p->nRate - 1; in SHA3Final()
1874 for(i=0; i<p->nRate; i++){ in SHA3Final()
1875 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
1877 return &p->u.x[p->nRate]; in SHA3Final()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/amalgamation_dev/shell/
H A Dshell.c1464 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
1797 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
1799 p->nRate = (1600 - 2*256)/8; in SHA3Init()
1834 if( p->nLoaded>=p->nRate ){ in SHA3Update()
1850 if( p->nLoaded==p->nRate ){ in SHA3Update()
1864 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
1871 p->nLoaded = p->nRate - 1; in SHA3Final()
1874 for(i=0; i<p->nRate; i++){ in SHA3Final()
1875 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
1877 return &p->u.x[p->nRate]; in SHA3Final()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dshell.c1499 unsigned nRate; /* Bytes of input accepted per Keccak iteration */ member
1832 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8; in SHA3Init()
1834 p->nRate = (1600 - 2*256)/8; in SHA3Init()
1869 if( p->nLoaded>=p->nRate ){ in SHA3Update()
1885 if( p->nLoaded==p->nRate ){ in SHA3Update()
1899 if( p->nLoaded==p->nRate-1 ){ in SHA3Final()
1906 p->nLoaded = p->nRate - 1; in SHA3Final()
1909 for(i=0; i<p->nRate; i++){ in SHA3Final()
1910 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask]; in SHA3Final()
1912 return &p->u.x[p->nRate]; in SHA3Final()
/dports/sysutils/logwatch/logwatch-7.5.1/scripts/services/
H A Dnamed488 print "\nRate Limiting occurred for:\n";
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/qml/filmulator-gui/
H A DEdit.qml182 …e Work Queue. Switch between images with the right and left arrow keys.\n\nRate the current image …
/dports/finance/weberp/webERP/sql/mysql/
H A Dupgrade2.9-2.9a.sql30 …nked 1212 local, in customer\'s currency this was 400. \r\n<br /><br />\r\nRate is 400/1212 = 0.33…
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteWx/
H A Dwxsqlite3.c263187 unsigned nRate; /* Bytes of input accepted per Keccak iteration */
263520 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8;
263522 p->nRate = (1600 - 2*256)/8;
263557 if( p->nLoaded>=p->nRate ){
263573 if( p->nLoaded==p->nRate ){
263587 if( p->nLoaded==p->nRate-1 ){
263594 p->nLoaded = p->nRate - 1;
263597 for(i=0; i<p->nRate; i++){
263598 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask];
263600 return &p->u.x[p->nRate];
/dports/devel/upp/upp/uppsrc/plugin/sqlite3/lib/
H A Dsqlite3mc_amalgamation.c256443 unsigned nRate; /* Bytes of input accepted per Keccak iteration */
256776 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8;
256778 p->nRate = (1600 - 2*256)/8;
256813 if( p->nLoaded>=p->nRate ){
256829 if( p->nLoaded==p->nRate ){
256843 if( p->nLoaded==p->nRate-1 ){
256850 p->nLoaded = p->nRate - 1;
256853 for(i=0; i<p->nRate; i++){
256854 p->u.x[i+p->nRate] = p->u.x[i^p->ixMask];
256856 return &p->u.x[p->nRate];
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dfrequencies.gold53526 "nRate": -10.213689,
/dports/www/mattermost-webapp/mattermost/client/
H A D770.76beba20593346ca4748.js.map1 …xt_default: 'When true, APIs are throttled at rates specified below.\\n \\nRate limiting prevents …

123