Home
last modified time | relevance | path

Searched refs:limit (Results 176 – 200 of 62023) sorted by relevance

12345678910>>...2481

/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dipa_db.c139 db_init_statlimit(const struct rule *rule, struct limit *limit) in db_init_statlimit() argument
153 rule->name, rule->info, limit->no, limit->name, in db_init_statlimit()
175 struct limit *limit; in db_init_statlimits() local
192 struct limit *limit) in db_init_dynlimit() argument
208 limit->name, limit->info) < 0) { in db_init_dynlimit()
228 struct limit *limit; in db_init_dynlimits() local
244 db_deinit_limit(const struct rule *rule, const struct limit *limit) in db_deinit_limit() argument
265 db_update_limit(const struct rule *rule, const struct limit *limit) in db_update_limit() argument
273 limit->no, &limit->cnt, &curdate) < 0) { in db_update_limit()
286 db_limit_event(const struct rule *rule, struct limit *limit, in db_limit_event() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cLimitsTests.cpp237 const Limit<GLint>& limit = intLimits[idx]; in init() local
238 …ld(new glcts::LimitCase<GLint>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum,… in init()
243 const Limit<GLint64>& limit = int64Limits[idx]; in init() local
244 …(new glcts::LimitCase<GLint64>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum,… in init()
249 const Limit<GLuint64>& limit = uint64Limits[idx]; in init() local
250 …new glcts::LimitCase<GLuint64>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum,… in init()
255 const Limit<GLfloat>& limit = floatLimits[idx]; in init() local
256 …(new glcts::LimitCase<GLfloat>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum,… in init()
261 const Limit<tcu::IVec3>& limit = ivec3Limits[idx]; in init() local
262 …w glcts::LimitCase<tcu::IVec3>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum,… in init()
/dports/multimedia/mpeg2codec/mpeg2/src/mpeg2dec/
H A DIEEE118015 Worst peak error = 1 (meets spec limit 1)
26 Worst pmse = 0.017300 (meets spec limit 0.06)
27 Overall mse = 0.010998 (meets spec limit 0.02)
55 Worst peak error = 1 (meets spec limit 1)
66 Worst pmse = 0.001200 (meets spec limit 0.06)
67 Overall mse = 0.000561 (meets spec limit 0.02)
95 Worst peak error = 1 (meets spec limit 1)
106 Worst pmse = 0.017200 (meets spec limit 0.06)
135 Worst peak error = 1 (meets spec limit 1)
175 Worst peak error = 1 (meets spec limit 1)
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_limit.c46 return limit; in get_backend()
50 UNPROTECT_INTERFACE(limit); in release_backend()
140 release_backend(limit); in switch_limit_incr()
159 release_backend(limit); in switch_limit_release()
176 release_backend(limit); in switch_limit_usage()
190 status = limit->reset(); in switch_limit_reset()
193 release_backend(limit); in switch_limit_reset()
207 if (!limit->interval_reset) { in switch_limit_interval_reset()
215 release_backend(limit); in switch_limit_interval_reset()
229 status = limit->status(); in switch_limit_status()
[all …]
/dports/audio/liblastfm-qt5/liblastfm-1.0.9-5-g4433165/src/
H A DChart.cpp31 lastfm::Chart::getHypedArtists( int limit, int page ) in getHypedArtists() argument
36 if ( limit != -1 ) map["limit"] = QString::number( limit ); in getHypedArtists()
41 lastfm::Chart::getHypedTracks( int limit, int page ) in getHypedTracks() argument
46 if ( limit != -1 ) map["limit"] = QString::number( limit ); in getHypedTracks()
56 if ( limit != -1 ) map["limit"] = QString::number( limit ); in getLovedTracks()
61 lastfm::Chart::getTopArtists( int limit, int page ) in getTopArtists() argument
66 if ( limit != -1 ) map["limit"] = QString::number( limit ); in getTopArtists()
76 if ( limit != -1 ) map["limit"] = QString::number( limit ); in getTopDownloads()
81 lastfm::Chart::getTopTags( int limit, int page ) in getTopTags() argument
86 if ( limit != -1 ) map["limit"] = QString::number( limit ); in getTopTags()
[all …]
/dports/games/julius/julius-1.7.0/src/empire/
H A Dtrade_route.c6 int limit; member
14 data[route_id][resource].limit = limit; in trade_route_init()
20 return data[route_id][resource].limit; in trade_route_limit()
30 switch (data[route_id][resource].limit) { in trade_route_increase_limit()
31 case 0: data[route_id][resource].limit = 15; break; in trade_route_increase_limit()
32 case 15: data[route_id][resource].limit = 25; break; in trade_route_increase_limit()
33 case 25: data[route_id][resource].limit = 40; break; in trade_route_increase_limit()
41 switch (data[route_id][resource].limit) { in trade_route_decrease_limit()
44 case 15: data[route_id][resource].limit = 0; break; in trade_route_decrease_limit()
71 buffer_write_i32(limit, data[route_id][r].limit); in trade_routes_save_state()
[all …]
/dports/games/augustus/augustus-3.1.0/src/empire/
H A Dtrade_route.c6 int limit; member
14 data[route_id][resource].limit = limit; in trade_route_init()
20 return data[route_id][resource].limit; in trade_route_limit()
30 switch (data[route_id][resource].limit) { in trade_route_increase_limit()
31 case 0: data[route_id][resource].limit = 15; break; in trade_route_increase_limit()
32 case 15: data[route_id][resource].limit = 25; break; in trade_route_increase_limit()
33 case 25: data[route_id][resource].limit = 40; break; in trade_route_increase_limit()
41 switch (data[route_id][resource].limit) { in trade_route_decrease_limit()
44 case 15: data[route_id][resource].limit = 0; break; in trade_route_decrease_limit()
71 buffer_write_i32(limit, data[route_id][r].limit); in trade_routes_save_state()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/utils/
H A DXMLSecurityManager.java195 for (Limit limit : Limit.values()) { in XMLSecurityManager()
197 values[limit.ordinal()] = limit.secureValue(); in XMLSecurityManager()
200 values[limit.ordinal()] = limit.defaultValue(); in XMLSecurityManager()
214 setLimit(limit.ordinal(), State.FSP, limit.secureValue()); in setSecureProcessing()
216 setLimit(limit.ordinal(), State.FSP, limit.defaultValue()); in setSecureProcessing()
325 public int getLimit(Limit limit) { in getLimit() argument
326 return values[limit.ordinal()]; in getLimit()
357 public State getState(Limit limit) { in getState() argument
358 return states[limit.ordinal()]; in getState()
381 return limit.ordinal(); in getIndex()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/utils/
H A DXMLSecurityManager.java195 for (Limit limit : Limit.values()) { in XMLSecurityManager()
197 values[limit.ordinal()] = limit.secureValue(); in XMLSecurityManager()
200 values[limit.ordinal()] = limit.defaultValue(); in XMLSecurityManager()
214 setLimit(limit.ordinal(), State.FSP, limit.secureValue()); in setSecureProcessing()
216 setLimit(limit.ordinal(), State.FSP, limit.defaultValue()); in setSecureProcessing()
325 public int getLimit(Limit limit) { in getLimit() argument
326 return values[limit.ordinal()]; in getLimit()
357 public State getState(Limit limit) { in getState() argument
358 return states[limit.ordinal()]; in getState()
381 return limit.ordinal(); in getIndex()
[all …]
/dports/lang/slib/slib-3b6/
H A Dlimit.texi2 @deffn {library procedure} limit proc x1 x2 k
3 @deffnx {library procedure} limit proc x1 x2
50 (limit (lambda (x) (/ x x)) 0 1.0e-9) ==> 1.0
51 (limit (lambda (x) (expt 0 x)) 0 1.0e-9) ==> 0.0
68 ;; limit doesn't exist
69 (limit sin +inf.0 1.0e9) ==> #f
70 (limit (lambda (x) (sin (/ x))) 0 1.0e-9) ==> #f
74 (limit (lambda (x) (/ (sin x) x)) +inf.0 1.0e222)
81 (limit (lambda (x) (/ (+ (exp (/ x)) 1))) 0 1.0e-9)
83 (limit (lambda (x) (/ (+ (exp (/ x)) 1))) 0 -1.0e-9)
[all …]
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Dlimit_pushdown.q1 set hive.limit.pushdown.memory.usage=0.3f;
4 -- HIVE-3562 Some limit can be pushed down to map stage
7 select key,value from src order by key limit 20;
8 select key,value from src order by key limit 20;
11 select key,value from src order by key desc limit 20;
12 select key,value from src order by key desc limit 20;
37 -- limit zero
39 select key,value from src order by key limit 0;
40 select key,value from src order by key limit 0;
53 on subq.key=subq2.key limit 4;
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/16/
H A D4.91.table2 0 0 Smaller than first limit
3 1 1 Greater than second limit
4 2 2 Between first and second limit. The range includes the first limit but not the second limit
5 3 3 Greater than first limit
6 4 4 Smaller than second limit
7 5 5 Smaller or equal first limit
8 6 6 Greater or equal second limit
9 7 7 Between first and second. The range includes the first limit and the second limit
10 8 8 Greater or equal first limit
12 10 10 Between first and second limit. The range includes the second limit but not the first limit
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/20/
H A D4.91.table2 0 0 Smaller than first limit
3 1 1 Greater than second limit
4 2 2 Between first and second limit. The range includes the first limit but not the second limit
5 3 3 Greater than first limit
6 4 4 Smaller than second limit
7 5 5 Smaller or equal first limit
8 6 6 Greater or equal second limit
9 7 7 Between first and second. The range includes the first limit and the second limit
10 8 8 Greater or equal first limit
12 10 10 Between first and second limit. The range includes the second limit but not the first limit
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/14/
H A D4.91.table2 0 0 Smaller than first limit
3 1 1 Greater than second limit
4 2 2 Between first and second limit. The range includes the first limit but not the second limit
5 3 3 Greater than first limit
6 4 4 Smaller than second limit
7 5 5 Smaller or equal first limit
8 6 6 Greater or equal second limit
9 7 7 Between first and second. The range includes the first limit and the second limit
10 8 8 Greater or equal first limit
12 10 10 Between first and second limit. The range includes the second limit but not the first limit
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/15/
H A D4.91.table2 0 0 Smaller than first limit
3 1 1 Greater than second limit
4 2 2 Between first and second limit. The range includes the first limit but not the second limit
5 3 3 Greater than first limit
6 4 4 Smaller than second limit
7 5 5 Smaller or equal first limit
8 6 6 Greater or equal second limit
9 7 7 Between first and second. The range includes the first limit and the second limit
10 8 8 Greater or equal first limit
12 10 10 Between first and second limit. The range includes the second limit but not the first limit
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/18/
H A D4.91.table2 0 0 Smaller than first limit
3 1 1 Greater than second limit
4 2 2 Between first and second limit. The range includes the first limit but not the second limit
5 3 3 Greater than first limit
6 4 4 Smaller than second limit
7 5 5 Smaller or equal first limit
8 6 6 Greater or equal second limit
9 7 7 Between first and second. The range includes the first limit and the second limit
10 8 8 Greater or equal first limit
12 10 10 Between first and second limit. The range includes the second limit but not the first limit
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/17/
H A D4.91.table2 0 0 Smaller than first limit
3 1 1 Greater than second limit
4 2 2 Between first and second limit. The range includes the first limit but not the second limit
5 3 3 Greater than first limit
6 4 4 Smaller than second limit
7 5 5 Smaller or equal first limit
8 6 6 Greater or equal second limit
9 7 7 Between first and second. The range includes the first limit and the second limit
10 8 8 Greater or equal first limit
12 10 10 Between first and second limit. The range includes the second limit but not the first limit
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/19/
H A D4.91.table2 0 0 Smaller than first limit
3 1 1 Greater than second limit
4 2 2 Between first and second limit. The range includes the first limit but not the second limit
5 3 3 Greater than first limit
6 4 4 Smaller than second limit
7 5 5 Smaller or equal first limit
8 6 6 Greater or equal second limit
9 7 7 Between first and second. The range includes the first limit and the second limit
10 8 8 Greater or equal first limit
12 10 10 Between first and second limit. The range includes the second limit but not the first limit
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/11/
H A D4.91.table2 0 0 Smaller than first limit
3 1 1 Greater than second limit
4 2 2 Between first and second limit. The range includes the first limit but not the second limit
5 3 3 Greater than first limit
6 4 4 Smaller than second limit
7 5 5 Smaller or equal first limit
8 6 6 Greater or equal second limit
9 7 7 Between first and second. The range includes the first limit and the second limit
10 8 8 Greater or equal first limit
12 10 10 Between first and second limit. The range includes the second limit but not the first limit
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/12/
H A D4.91.table2 0 0 Smaller than first limit
3 1 1 Greater than second limit
4 2 2 Between first and second limit. The range includes the first limit but not the second limit
5 3 3 Greater than first limit
6 4 4 Smaller than second limit
7 5 5 Smaller or equal first limit
8 6 6 Greater or equal second limit
9 7 7 Between first and second. The range includes the first limit and the second limit
10 8 8 Greater or equal first limit
12 10 10 Between first and second limit. The range includes the second limit but not the first limit
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/13/
H A D4.91.table2 0 0 Smaller than first limit
3 1 1 Greater than second limit
4 2 2 Between first and second limit. The range includes the first limit but not the second limit
5 3 3 Greater than first limit
6 4 4 Smaller than second limit
7 5 5 Smaller or equal first limit
8 6 6 Greater or equal second limit
9 7 7 Between first and second. The range includes the first limit and the second limit
10 8 8 Greater or equal first limit
12 10 10 Between first and second limit. The range includes the second limit but not the first limit
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/10/
H A D4.91.table2 0 0 Smaller than first limit
3 1 1 Greater than second limit
4 2 2 Between first and second limit. The range includes the first limit but not the second limit
5 3 3 Greater than first limit
6 4 4 Smaller than second limit
7 5 5 Smaller or equal first limit
8 6 6 Greater or equal second limit
9 7 7 Between first and second. The range includes the first limit and the second limit
10 8 8 Greater or equal first limit
12 10 10 Between first and second limit. The range includes the second limit but not the first limit
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/12/
H A D4.91.table2 0 0 Smaller than first limit
3 1 1 Greater than second limit
4 2 2 Between first and second limit. The range includes the first limit but not the second limit
5 3 3 Greater than first limit
6 4 4 Smaller than second limit
7 5 5 Smaller or equal first limit
8 6 6 Greater or equal second limit
9 7 7 Between first and second. The range includes the first limit and the second limit
10 8 8 Greater or equal first limit
12 10 10 Between first and second limit. The range includes the second limit but not the first limit
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/23/
H A D4.91.table2 0 0 Smaller than first limit
3 1 1 Greater than second limit
4 2 2 Between first and second limit. The range includes the first limit but not the second limit
5 3 3 Greater than first limit
6 4 4 Smaller than second limit
7 5 5 Smaller or equal first limit
8 6 6 Greater or equal second limit
9 7 7 Between first and second. The range includes the first limit and the second limit
10 8 8 Greater or equal first limit
12 10 10 Between first and second limit. The range includes the second limit but not the first limit
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/11/
H A D4.91.table2 0 0 Smaller than first limit
3 1 1 Greater than second limit
4 2 2 Between first and second limit. The range includes the first limit but not the second limit
5 3 3 Greater than first limit
6 4 4 Smaller than second limit
7 5 5 Smaller or equal first limit
8 6 6 Greater or equal second limit
9 7 7 Between first and second. The range includes the first limit and the second limit
10 8 8 Greater or equal first limit
12 10 10 Between first and second limit. The range includes the second limit but not the first limit
[all …]

12345678910>>...2481