Searched refs:limit (Results 426 - 447 of 447) sorted by relevance

<<1112131415161718

/freebsd-10-stable/contrib/ncurses/ncurses/
H A Dllib-lncursest3119 int limit)
H A Dllib-lncursesw3785 int limit)
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-agl-defs.h2184 * the AGL_GMX_RX_JABBER[CNT] limit.
2604 * because they exceed the CNT limit.
4339 uint64_t limit : 5; /**< Collision Attempts */ member in struct:cvmx_agl_gmx_tx_col_attempt::cvmx_agl_gmx_tx_col_attempt_s
4341 uint64_t limit : 5;
H A Dcvmx-gmxx-defs.h5384 * the GMX_RX_JABBER[CNT] limit.
9221 uint64_t limit : 5; /**< Collision Attempts member in struct:cvmx_gmxx_tx_col_attempt::cvmx_gmxx_tx_col_attempt_s
9224 uint64_t limit : 5;
10379 limit the burst length transmitted by OCTEON.
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-arm.c3809 /* This is an arbitrary limit. */
16922 offsetT limit;
16934 limit = 1 << bits;
16935 if (val >= limit || val < -limit)
18221 int limit;
18225 limit = 0xfff;
18230 limit = 0xff;
18232 if (value > limit)
18238 newval &= ~limit;
16909 offsetT limit; local
18207 int limit; local
[all...]
H A Dtc-mips.c10940 size_t limit, i;
10945 limit = ARRAY_SIZE (mips16_percent_op);
10950 limit = ARRAY_SIZE (mips_percent_op);
10953 for (i = 0; i < limit; i++)
10932 size_t limit, i; local
/freebsd-10-stable/sys/dev/mrsas/
H A Dmrsas.h2676 u_int32_t limit; member in struct:_MRSAS_DRV_PCI_COMMON_HEADER::__anon1768::_MRSAS_DRV_PCI_HEADER_TYPE_2::__anon1769
/freebsd-10-stable/sys/netpfil/pf/
H A Dif_pfsync.c1138 V_pf_limits[PF_LIMIT_STATES].limit /
H A Dpf_norm.c195 V_pf_limits[PF_LIMIT_FRAGS].limit = PFFRAG_FRENT_HIWAT;
197 uma_zone_set_warning(V_pf_frent_z, "PF frag entries limit reached");
2037 * connection limit until we can come up with a better
H A Dpf_table.c200 V_pf_limits[PF_LIMIT_TABLE_ENTRIES].limit = PFR_KENTRY_HIWAT;
/freebsd-10-stable/sys/dev/usb/wlan/
H A Dif_rsu.c1034 cmd.limit = htole32(48);
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c2554 * Set a limit on the overall output power. Used for dynamic
2557 * NB: limit is in units of 0.5 dbM.
2560 ar9300_set_tx_power_limit(struct ath_hal *ah, u_int32_t limit, argument
2572 ahpriv->ah_powerLimit = AH_MIN(limit, MAX_RATE_POWER);
/freebsd-10-stable/sys/net/
H A Dzlib.c386 /* Link to older string with same hash index. To limit the size of this
424 * length. A higher limit improves compression ratio but degrades the
1290 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? local
1292 /* Stop when cur_match becomes <= limit. To simplify the code,
1411 } while ((cur_match = prev[cur_match & wmask]) > limit
1468 /* Deal with !@#$% 64K limit: */
4326 z = z > (uInt)l ? l : z; /* table size upper limit */
/freebsd-10-stable/contrib/gcc/config/ia64/
H A Dia64.c9085 int limit = XVECLEN (pat, 0);
9086 for (par_index = 0; par_index < limit; par_index++)
9064 int limit = XVECLEN (pat, 0); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1479 /// unsigned long limit = [l_collection countByEnumeratingWithState:&enumState
1481 /// if (limit) {
1491 /// } while (counter < limit);
1492 /// } while (limit = [l_collection countByEnumeratingWithState:&enumState
1570 // unsigned long limit = [l_collection countByEnumeratingWithState:&enumState
1573 // unsigned int limit =
1581 buf += "unsigned long limit =\n\t\t";
1584 /// if (limit) {
1592 buf += "if (limit) {\n\t";
1607 /// } while (counter < limit);
3061 IntegerLiteral *limit = IntegerLiteral::Create(*Context, local
[all...]
/freebsd-10-stable/sys/ufs/ffs/
H A Dffs_softdep.c1264 static int stat_blk_limit_push; /* number of times block limit neared */
1265 static int stat_ino_limit_push; /* number of times inode limit neared */
2210 * If the system is over its limit and our filesystem is
2911 int limit, avail; local
2919 * We have to be over the limit and our filesystem has to be
2922 limit = (max_softdeps / 10) * 9;
2923 if (dep_current[D_INODEDEP] > limit &&
2924 ump->softdep_curdeps[D_INODEDEP] > limit / stat_flush_threads)
3363 * bound is picked to prevent buffer cache fragmentation and limit
9112 * If the system is over its limit an
[all...]
/freebsd-10-stable/contrib/gcc/
H A Ddwarf2out.c1525 int limit = XVECLEN (expr, 0);
1527 for (par_index = 0; par_index < limit; par_index++)
1524 int limit = XVECLEN (expr, 0); local
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c692 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */
1220 ** pointer is overwritten with the old value. The limit is not changed if
1221 ** the value originally pointed to is negative, and so the current limit
2067 ** that are the default mmap size limit (the default setting for
2068 ** [PRAGMA mmap_size]) and the maximum allowed mmap size limit.
3051 ** The [SQLITE_TRACE_SIZE_LIMIT] compile-time option can be used to limit
3562 ** [database connection] whose limit is to be set or queried. The
3563 ** second parameter is one of the [limit categories] that define a
3565 ** new limit for that construct.)^
3567 ** ^If the new limit i
65296 int limit = pOld->nCell; local
139154 int limit = 0; local
165445 unsigned int limit; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c102 ** The hard limit is the ability of a 32-bit signed integer
120 ** The hard upper limit here is 32676. Most database people will
134 ** turn the limit off. That is no longer true. It is not possible
135 ** to turn this limit off.
147 ** A value of 0 used to mean that the limit was not enforced.
148 ** But that is no longer true. The limit is now strictly enforced
161 ** any limit on the number of terms in a compount SELECT.
218 /* Maximum page size. The upper bound on this value is 65536. This a limit
224 ** compiled with a different limit. If a process operating on a database
226 ** compiled with the default page-size limit wil
54284 int limit; local
112097 int limit = 0; local
[all...]
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3191 % The \closeout helps reduce unnecessary open files; the limit on the
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex3090 % The \closeout helps reduce unnecessary open files; the limit on the
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex4336 % The \closeout helps reduce unnecessary open files; the limit on the

Completed in 1453 milliseconds

<<1112131415161718