Searched refs:lim (Results 1 - 25 of 183) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dbsearch.c57 * divide the work in half by moving either left or right. If lim
58 * is odd, moving left simply involves halving lim: e.g., when lim
59 * is 5 we look at item 2, so we change lim to 2 so that we will
60 * look at items 0 & 1. If lim is even, the same applies. If lim
61 * is odd, moving right again involes halving lim, this time moving
62 * the base up one item past p: e.g., when lim is 5 we change base
63 * to item 3 and make lim 2 so that we will look at items 3 and 4.
64 * If lim i
75 register int lim, cmp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dbsearch.c57 * divide the work in half by moving either left or right. If lim
58 * is odd, moving left simply involves halving lim: e.g., when lim
59 * is 5 we look at item 2, so we change lim to 2 so that we will
60 * look at items 0 & 1. If lim is even, the same applies. If lim
61 * is odd, moving right again involes halving lim, this time moving
62 * the base up one item past p: e.g., when lim is 5 we change base
63 * to item 3 and make lim 2 so that we will look at items 3 and 4.
64 * If lim i
75 register int lim, cmp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dbsearch.c57 * divide the work in half by moving either left or right. If lim
58 * is odd, moving left simply involves halving lim: e.g., when lim
59 * is 5 we look at item 2, so we change lim to 2 so that we will
60 * look at items 0 & 1. If lim is even, the same applies. If lim
61 * is odd, moving right again involes halving lim, this time moving
62 * the base up one item past p: e.g., when lim is 5 we change base
63 * to item 3 and make lim 2 so that we will look at items 3 and 4.
64 * If lim i
75 register int lim, cmp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/cris/c/
H A Dsetrlimit1.c14 struct rlimit lim; local
15 memset (&lim, 0, sizeof lim);
17 if (setrlimit (RLIMIT_NPROC, &lim) != -1
H A Dugetrlimit1.c14 struct rlimit lim; local
16 if (getrlimit (RLIMIT_NPROC, &lim) != -1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/cris/c/
H A Dsetrlimit1.c14 struct rlimit lim; local
15 memset (&lim, 0, sizeof lim);
17 if (setrlimit (RLIMIT_NPROC, &lim) != -1
H A Dugetrlimit1.c14 struct rlimit lim; local
16 if (getrlimit (RLIMIT_NPROC, &lim) != -1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/cris/c/
H A Dsetrlimit1.c14 struct rlimit lim; local
15 memset (&lim, 0, sizeof lim);
17 if (setrlimit (RLIMIT_NPROC, &lim) != -1
H A Dugetrlimit1.c14 struct rlimit lim; local
16 if (getrlimit (RLIMIT_NPROC, &lim) != -1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dbitmap.c12 int k, w = 0, lim = bits/BITS_PER_LONG; local
14 for (k = 0; k < lim; k++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dbitmap.c12 int k, w = 0, lim = bits/BITS_PER_LONG; local
14 for (k = 0; k < lim; k++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dgetdtablesize.c101 struct rlimit lim; local
102 if (!getrlimit (RLIMIT_NOFILE, &lim) && lim.rlim_max != RLIM_INFINITY)
103 return lim.rlim_max;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dgetdtablesize.c101 struct rlimit lim; local
102 if (!getrlimit (RLIMIT_NOFILE, &lim) && lim.rlim_max != RLIM_INFINITY)
103 return lim.rlim_max;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dgetdtablesize.c101 struct rlimit lim; local
102 if (!getrlimit (RLIMIT_NOFILE, &lim) && lim.rlim_max != RLIM_INFINITY)
103 return lim.rlim_max;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dbigcore.exp94 set lim 0
101 if { $lim >= 50 } {
102 pass "$test (stop at $lim)"
104 incr lim
110 fail "$test (entry $lim)"
225 set lim 0
229 -re " = \\(struct list \\*\\) [lindex $heap $lim].*$gdb_prompt $" {
230 if { $lim >= [llength $heap] } {
234 incr lim
239 fail "$test (address [lindex $heap $lim])"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/expat-2.0.1/xmlwf/
H A Dcodepage.c24 int j, lim; local
27 lim = info.LeadByte[i + 1];
28 for (j = info.LeadByte[i]; j <= lim; j++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/expat-2.0.1/xmlwf/
H A Dcodepage.c24 int j, lim; local
27 lim = info.LeadByte[i + 1];
28 for (j = info.LeadByte[i]; j <= lim; j++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dbigcore.exp94 set lim 0
101 if { $lim >= 50 } {
102 pass "$test (stop at $lim)"
104 incr lim
110 fail "$test (entry $lim)"
225 set lim 0
229 -re " = \\(struct list \\*\\) [lindex $heap $lim].*$gdb_prompt $" {
230 if { $lim >= [llength $heap] } {
234 incr lim
239 fail "$test (address [lindex $heap $lim])"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dbigcore.exp94 set lim 0
101 if { $lim >= 50 } {
102 pass "$test (stop at $lim)"
104 incr lim
110 fail "$test (entry $lim)"
225 set lim 0
229 -re " = \\(struct list \\*\\) [lindex $heap $lim].*$gdb_prompt $" {
230 if { $lim >= [llength $heap] } {
234 incr lim
239 fail "$test (address [lindex $heap $lim])"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/expat-2.0.1/xmlwf/
H A Dcodepage.c24 int j, lim; local
27 lim = info.LeadByte[i + 1];
28 for (j = info.LeadByte[i]; j <= lim; j++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/block/
H A Dblk-settings.c104 * @lim: the queue_limits structure to reset
111 void blk_set_default_limits(struct queue_limits *lim) argument
113 lim->max_segments = BLK_MAX_SEGMENTS;
114 lim->seg_boundary_mask = BLK_SEG_BOUNDARY_MASK;
115 lim->max_segment_size = BLK_MAX_SEGMENT_SIZE;
116 lim->max_sectors = BLK_DEF_MAX_SECTORS;
117 lim->max_hw_sectors = INT_MAX;
118 lim->max_discard_sectors = 0;
119 lim->discard_granularity = 0;
120 lim
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/block/
H A Dblk-settings.c104 * @lim: the queue_limits structure to reset
111 void blk_set_default_limits(struct queue_limits *lim) argument
113 lim->max_segments = BLK_MAX_SEGMENTS;
114 lim->seg_boundary_mask = BLK_SEG_BOUNDARY_MASK;
115 lim->max_segment_size = BLK_MAX_SEGMENT_SIZE;
116 lim->max_sectors = BLK_DEF_MAX_SECTORS;
117 lim->max_hw_sectors = INT_MAX;
118 lim->max_discard_sectors = 0;
119 lim->discard_granularity = 0;
120 lim
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Dbitmap.c43 int k, lim = bits/BITS_PER_LONG; local
44 for (k = 0; k < lim; ++k)
58 int k, lim = bits/BITS_PER_LONG; local
59 for (k = 0; k < lim; ++k)
74 int k, lim = bits/BITS_PER_LONG; local
75 for (k = 0; k < lim; ++k)
89 int k, lim = bits/BITS_PER_LONG; local
90 for (k = 0; k < lim; ++k)
112 int k, lim = BITS_TO_LONGS(bits), left = bits % BITS_PER_LONG; local
115 for (k = 0; off + k < lim;
157 int k, lim = BITS_TO_LONGS(bits), left = bits % BITS_PER_LONG; local
233 int k, lim = bits/BITS_PER_LONG; local
248 int k, lim = bits/BITS_PER_LONG; local
262 int k, w = 0, lim = bits/BITS_PER_LONG; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Dbitmap.c43 int k, lim = bits/BITS_PER_LONG; local
44 for (k = 0; k < lim; ++k)
58 int k, lim = bits/BITS_PER_LONG; local
59 for (k = 0; k < lim; ++k)
74 int k, lim = bits/BITS_PER_LONG; local
75 for (k = 0; k < lim; ++k)
89 int k, lim = bits/BITS_PER_LONG; local
90 for (k = 0; k < lim; ++k)
112 int k, lim = BITS_TO_LONGS(bits), left = bits % BITS_PER_LONG; local
115 for (k = 0; off + k < lim;
157 int k, lim = BITS_TO_LONGS(bits), left = bits % BITS_PER_LONG; local
233 int k, lim = bits/BITS_PER_LONG; local
248 int k, lim = bits/BITS_PER_LONG; local
262 int k, w = 0, lim = bits/BITS_PER_LONG; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/os-Linux/
H A Dmain.c26 struct rlimit lim; local
28 if (getrlimit(RLIMIT_STACK, &lim) < 0) {
32 if ((lim.rlim_cur == RLIM_INFINITY) || (lim.rlim_cur > STACKSIZE)) {
33 lim.rlim_cur = STACKSIZE;
34 if (setrlimit(RLIMIT_STACK, &lim) < 0) {

Completed in 346 milliseconds

12345678