Home
last modified time | relevance | path

Searched refs:max (Results 1 – 25 of 724) sorted by relevance

12345678910>>...29

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out45max = 10, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, freque…
56max = 10, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, freque…
150max = -2305843009213693953, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = -2…
156max = 10, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, freque…
157max = 10, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, freque…
159max = 10, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, freque…
160max = 10, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, freque…
162max = 0, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 1, max = 1, frequency…
163max = 0, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 1, max = 1, frequency…
165max = 0, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 1, max = 1, frequency…
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_ranges.c187 max = sval_cast(type, max); in add_range_t()
201 max = sval_cast(type, max); in add_range_t()
802 ret->max = max; in alloc_range_helper_sval()
940 new->max = tmp->max; in add_range()
951 new->max = tmp->max; in add_range()
974 max = tmp->max; in add_range()
1077 add_range(&ret, max, tmp->max); in remove_range()
1085 add_range(&ret, max, tmp->max); in remove_range()
1423 max = tmp->max; in rl_truncate_cast()
1430 max = sval_cast(type, max); in rl_truncate_cast()
[all …]
H A Dsmatch_common_functions.c25 unsigned long max; in match_strlen() local
33 max = get_array_size_bytes_max(str); in match_strlen()
34 if (max == 0) { in match_strlen()
38 max--; in match_strlen()
40 sval_type_val(&ulong_ctype, max)); in match_strlen()
72 int min, max; in match_sprintf() local
75 max = get_formatted_string_size(call, str_arg); in match_sprintf()
76 if (min < 0 || max < 0) { in match_sprintf()
79 *rl = alloc_rl(ll_to_sval(min), ll_to_sval(max)); in match_sprintf()
H A Dcheck_index_overflow.c130 max.value == array->string->length) { in common_false_positives()
136 if (macro && max.uvalue < 4 && in common_false_positives()
213 sval_t max; in should_warn() local
231 if (!get_the_max(offset, &max)) in should_warn()
233 if (array_size > max.value) in should_warn()
245 if (common_false_positives(array_expr, max)) in should_warn()
272 sval_t max; in array_check() local
310 max = rl_max(user_rl); in array_check()
312 max = rl_max(abs_rl); in array_check()
319 name, array_size, sval_to_str(max)); in array_check()
[all …]
H A Dcheck_spectre.c97 sval_t max; in get_max_by_type() local
99 max.type = &ullong_ctype; in get_max_by_type()
100 max.uvalue = -1ULL; in get_max_by_type()
105 if (type && sval_type_max(type).uvalue < max.uvalue) in get_max_by_type()
106 max = sval_type_max(type); in get_max_by_type()
113 return max.uvalue; in get_max_by_type()
117 return max.uvalue; in get_max_by_type()
120 return max.uvalue; in get_max_by_type()
123 return max.uvalue; in get_max_by_type()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dfill_db_type_size.pl53 my $max = shift;
60 $range{max} = $max;
68 if ($range{max} < $tmp->{min}) {
73 if ($range{max} <= $tmp->{max}) {
74 $range{max} = $tmp->{max};
78 } elsif ($range{min} <= $tmp->{max}) {
79 if ($range{max} <= $tmp->{max}) {
112 if ($range->{min} == $range->{max}) {
169 $max = text_to_int($2);
172 $max = $min;
[all …]
H A Dfill_db_type_value.pl52 my $max = shift;
59 $range{max} = $max;
67 if ($range{max} < $tmp->{min}) {
72 if ($range{max} <= $tmp->{max}) {
73 $range{max} = $tmp->{max};
77 } elsif ($range{min} <= $tmp->{max}) {
78 if ($range{max} <= $tmp->{max}) {
111 if ($range->{min} == $range->{max}) {
178 $max = text_to_int($2);
181 $max = $min;
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t618 [ 0, 1, {}, "rctl1:199::::task.max-lwps=," ],
619 [ 0, 1, {}, "rctl2:200::::task.max-lwps=" ],
620 [ 0, 1, {}, "rctl3:201::::task.max-lwps=priv" ],
621 [ 0, 1, {}, "rctl4:202::::task.max-lwps=priv,1000" ],
622 [ 0, 1, {}, "rctl5:203::::task.max-lwps=priv,1000,deny" ],
623 [ 0, 1, {}, "rctl6:204::::task.max-lwps=(priv)" ],
624 [ 0, 1, {}, "rctl7:205::::task.max-lwps=(priv,1000)" ],
625 [ 0, 1, {}, "rctl8:206::::task.max-lwps=(foo,100,deny)" ],
647 [ 0, 1, {}, "rctl29:227::::task.max-lwps=()" ],
648 [ 0, 1, {}, "rctl30:228::::task.max-lwps=((priv),deny)" ],
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dinit_color.c126 double max, min; in _rgb_to_hls() local
130 max = MAX(r, g, b); in _rgb_to_hls()
135 l = (max + min) / 2; in _rgb_to_hls()
139 if (max == min) { in _rgb_to_hls()
144 s = (max - min) / (max + min); in _rgb_to_hls()
146 s = (max - min) / (2 - max - min); in _rgb_to_hls()
150 rc = (max - r) / (max - min); in _rgb_to_hls()
151 gc = (max - g) / (max - min); in _rgb_to_hls()
152 bc = (max - b) / (max - min); in _rgb_to_hls()
154 if (r == max) in _rgb_to_hls()
[all …]
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_strtoint.c163 int64_t min, int64_t max) in uu_strtoint() argument
168 if (min > max) in uu_strtoint()
192 if (min == 0 && max == 0) { in uu_strtoint()
205 } else if (val > max) { in uu_strtoint()
238 if (min > max) in uu_strtouint()
243 if (max > UINT8_MAX) in uu_strtouint()
247 if (max > UINT16_MAX) in uu_strtouint()
251 if (max > UINT32_MAX) in uu_strtouint()
255 if (max > UINT64_MAX) in uu_strtouint()
262 if (min == 0 && max == 0) { in uu_strtouint()
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dminmax.test60 execsql {SELECT max(x) FROM t1}
75 execsql {SELECT max(x) FROM t1}
82 execsql {SELECT max(y) FROM t1}
101 execsql {SELECT max(a) FROM t2}
221 SELECT max(x) FROM t1;
267 SELECT max(rowid) FROM (
268 SELECT max(rowid) FROM t4 UNION SELECT max(rowid) FROM t5
274 SELECT max(rowid) FROM (
275 SELECT max(rowid) FROM t4 EXCEPT SELECT max(rowid) FROM t5
294 SELECT max(x) FROM t6;
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpackbanner.ksh.out3 key min .------------------------------------------. max | count
12 key min .------------------------------------------. max | count
21 key min .------------------------------------------. max | count
30 key min .------------------------------------------. max | count
39 key min .------------------------------------------. max | count
49 key min .------------------------------------------. max | count
58 key min .------------------------------------------. max | count
67 key min .------------------------------------------. max | count
76 key min .------------------------------------------. max | count
86 key min .------------------------------------------. max | count
[all …]
H A Dtst.aggpack.d.out3 min .--------------------------------. max | count
7 min .--------------------------------. max | count
11 min .---. max | count
14 key min .---. max | count
17 key min .---. max | count
20 key min .---. max | count
23 key min .---. max | count
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDistribution.java173 max = range[1]; in createBuckets()
210 long max = range[1]; in checkBucketRange() local
441 return max; in getMax()
469 (max == b.max) && in equals()
484 hash = (37 * hash) + ((int)(max ^ (max >>> 32))); in hashCode()
495 if (max < min) { in readObject()
518 buf.append(max); in toString()
542 int max = -1; in getDisplayRange() local
560 max = i; in getDisplayRange()
569 if (max < (len - 1)) { in getDisplayRange()
[all …]
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPGetRefreshInterval.c49 unsigned short max = 0; /* max interval result cookie */ in SLPGetRefreshInterval() local
77 &max, &collator, &mr); in SLPGetRefreshInterval()
81 &max, &collator, &mr); in SLPGetRefreshInterval()
89 return (max); in SLPGetRefreshInterval()
96 unsigned short *max = (unsigned short *)cookie; in refresh_interval_cb() local
104 *max = 0; in refresh_interval_cb()
117 if (anint > *max) { in refresh_interval_cb()
118 *max = anint; in refresh_interval_cb()
/illumos-gate/usr/src/contrib/zlib/
H A Dinftrees.c38 unsigned min, max; /* minimum and maximum code lengths */ in inflate_table() local
110 for (max = MAXBITS; max >= 1; max--) in inflate_table()
111 if (count[max] != 0) break; in inflate_table()
112 if (root > max) root = max; in inflate_table()
113 if (max == 0) { /* no symbols to code at all */ in inflate_table()
122 for (min = 1; min < max; min++) in inflate_table()
133 if (left > 0 && (type == CODES || max != 1)) in inflate_table()
249 if (len == max) break; in inflate_table()
265 while (curr + drop < max) { in inflate_table()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb.c241 max[tc] = tc_config[tc].desc_credits_max; in ixgbe_dcb_unpack_max_cee()
468 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; in ixgbe_dcb_config_rx_arbiter_cee() local
471 ixgbe_dcb_unpack_max_cee(dcb_config, max); in ixgbe_dcb_config_rx_arbiter_cee()
510 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_desc_arbiter_cee() local
513 ixgbe_dcb_unpack_max_cee(dcb_config, max); in ixgbe_dcb_config_tx_desc_arbiter_cee()
553 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_data_arbiter_cee() local
556 ixgbe_dcb_unpack_max_cee(dcb_config, max); in ixgbe_dcb_config_tx_data_arbiter_cee()
664 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config_cee() local
668 ixgbe_dcb_unpack_max_cee(dcb_config, max); in ixgbe_dcb_hw_config_cee()
679 refill, max, bwgid, tsa); in ixgbe_dcb_hw_config_cee()
[all …]
/illumos-gate/usr/src/ucbcmd/tr/
H A Dtr.c50 struct string { int last, max; char *p; } string1, string2; member
62 string1.max = string2.max = 0; in main()
136 if(s->max) { in next()
137 if(s->last++ < s->max) in next()
139 s->max = s->last = 0; in next()
143 s->max = nextc(s); in next()
144 if(s->max==0) { in next()
148 if(s->max < s->last) { in next()
149 s->last = s->max-1; in next()
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexpm1f.S77 fstp %st(0) / 2**(z-[z])-1,max([z],-100)
78 fld1 / 1,2**(z-[z])-1,max([z],-100)
79 faddp %st,%st(1) / 2**(z-[z]) ,max([z],-100)
80 fscale / exp(x) ,max([z],-100)
81 fld1 / 1,exp(x) ,max([z],-100)
82 fsubrp %st,%st(1) / exp(x)-1 ,max([z],-100)
109 fstp %st(0) / max([z],-100)
110 fld1 / 1,max([z],-100)
111 fscale / exp(x) ,max([z],-100)
112 fld1 / 1,exp(x) ,max([z],-100)
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_001_neg.ksh93 typeset -i max=1024
99 (( max = max - cnt + 1 ))
100 while (( max > 0 )); do
101 if (( max == 1 )); then
106 ((cnt = 1024 - max))
111 (( max -= 1 ))
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcache.c64 int i, max, rc; in nsldapi_add_result_to_cache() local
89 max = GRABSIZE; in nsldapi_add_result_to_cache()
92 if ( i == (max - 1) ) { in nsldapi_add_result_to_cache()
93 max += GRABSIZE; in nsldapi_add_result_to_cache()
95 sizeof(LDAPMod *) * max ); in nsldapi_add_result_to_cache()
128 if ( i == (max - 1) ) { in nsldapi_add_result_to_cache()
129 max++; in nsldapi_add_result_to_cache()
131 sizeof(LDAPMod *) * max ); in nsldapi_add_result_to_cache()
/illumos-gate/usr/src/lib/libfruutils/
H A Dfru_tag.c79 static fru_tag_t max = { 0xFFFFFFFFFFFFFFFFULL }; in mk_tag() local
86 if ((dense > max.a.dense) || (pl_len > max.a.pl_len)) { in mk_tag()
95 if ((dense > max.b.dense) || (pl_len > max.b.pl_len)) { in mk_tag()
104 if ((dense > max.c.dense) || (pl_len > max.c.pl_len)) { in mk_tag()
113 if ((dense > max.d.dense) || (pl_len > max.d.pl_len)) { in mk_tag()
122 if ((dense > max.e.dense) || (pl_len > max.e.pl_len)) { in mk_tag()
131 if ((dense > max.f.dense) || (pl_len > max.f.pl_len)) { in mk_tag()
140 if ((dense > max.g.dense) || (pl_len > max.g.pl_len)) { in mk_tag()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddaisyforms.c380 int max = 0; in max_requests_needing_form_mounted() local
400 max = pps->nrequests; in max_requests_needing_form_mounted()
405 if (++pps->nrequests >= max) in max_requests_needing_form_mounted()
406 max = pps->nrequests; in max_requests_needing_form_mounted()
407 return (max); in max_requests_needing_form_mounted()
415 int max = 0; in max_requests_needing_pwheel_mounted() local
437 if (++pps->nrequests >= max) in max_requests_needing_pwheel_mounted()
438 max = pps->nrequests; in max_requests_needing_pwheel_mounted()
446 if (++pps->nrequests >= max) in max_requests_needing_pwheel_mounted()
447 max = pps->nrequests; in max_requests_needing_pwheel_mounted()
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DUARequester.java121 int max = config.getMaximumResults(); in findServiceTypes() local
132 addUnique(serviceTypes, ret, max); in findServiceTypes()
177 int max = config.getMaximumResults(); in findServices() local
203 addUnique(serviceURLs, ret, max); in findServices()
254 int max = config.getMaximumResults(); in findAttributes() local
299 if (ret.size() > max) { in findAttributes()
300 ret.setSize(max); in findAttributes()
358 int max = config.getMaximumResults(); in findAttributes() local
361 for (i = 0; i < n && ret.size() < max; i++) { in findAttributes()
396 if (ret.size() >= max) { in findAttributes()
[all …]
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_queue.c42 av1394_initq(av1394_queue_t *q, ddi_iblock_cookie_t ibc, int max) in av1394_initq() argument
51 q->q_max = max; in av1394_initq()
64 av1394_setmaxq(av1394_queue_t *q, int max) in av1394_setmaxq() argument
67 q->q_max = max; in av1394_setmaxq()
74 int max; in av1394_getmaxq() local
77 max = q->q_max; in av1394_getmaxq()
79 return (max); in av1394_getmaxq()

12345678910>>...29