/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.Bean.ksh.out | 45 …max = 10, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, freque… 56 …max = 10, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, freque… 68 …max = 10, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, freque… 79 …max = 10, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, freque… 150 …max = -2305843009213693953, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = -2… 151 …max = -2305843009213693953, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = -2… 153 …max = -2305843009213693953, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = -2… 154 …max = -2305843009213693953, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = -2… 156 …max = 10, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, freque… 157 …max = 10, frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, freque… [all …]
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | init_color.c | 128 double max, min; in _rgb_to_hls() local 132 max = MAX(r, g, b); in _rgb_to_hls() 137 l = (max + min) / 2; in _rgb_to_hls() 141 if (max == min) { in _rgb_to_hls() 146 s = (max - min) / (max + min); in _rgb_to_hls() 148 s = (max - min) / (2 - max - min); in _rgb_to_hls() 152 rc = (max - r) / (max - min); in _rgb_to_hls() 153 gc = (max - g) / (max - min); in _rgb_to_hls() 154 bc = (max - b) / (max - min); in _rgb_to_hls() 156 if (r == max) in _rgb_to_hls() [all …]
|
/titanic_41/usr/src/lib/libuutil/common/ |
H A D | uu_strtoint.c | 165 int64_t min, int64_t max) in uu_strtoint() argument 170 if (min > max) in uu_strtoint() 175 if (max > INT8_MAX || min < INT8_MIN) in uu_strtoint() 179 if (max > INT16_MAX || min < INT16_MIN) in uu_strtoint() 183 if (max > INT32_MAX || min < INT32_MIN) in uu_strtoint() 187 if (max > INT64_MAX || min < INT64_MIN) in uu_strtoint() 194 if (min == 0 && max == 0) { in uu_strtoint() 196 max = (1ULL << (8 * sz - 1)) - 1; in uu_strtoint() 207 } else if (val > max) { in uu_strtoint() 236 uint64_t min, uint64_t max) in uu_strtouint() argument [all …]
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | bsd-snprintf.c | 70 int min, int max); 74 int min, int max, int flags); 78 int min, int max, int flags); 124 int max = -1; in dopr() local 191 if (max < 0) in dopr() 192 max = 0; in dopr() 193 max = 10*max + char_to_int(ch); in dopr() 196 max = va_arg (args, int); in dopr() 241 fmtint(buffer, &currlen, maxlen, value, 10, min, max, flags); in dopr() 253 fmtint(buffer, &currlen, maxlen, value, 8, min, max, flags); in dopr() [all …]
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/ |
H A D | Project.t | 444 …[ 0, 0, { "allowunits" => 1 }, "value9:150::::task.max-lwps=(priv,1000M,deny,signal=SIGHUP),(priv,… 457 …[ 0, 0, { "allowunits" => 1 }, "rctl1:163::::task.max-lwps=(priv,1000,deny,signal=HUP),(priv,1000k… 458 [ 0, 0, {}, "rctl1:163::::task.max-lwps=(priv,1000,deny,signal=HUP),(priv,10001,deny,signal=15)" ], 459 [ 0, 0, {}, "rctl2:164::::process.max-port-events=(basic,1000,deny)" ], 460 [ 0, 0, { "allowunits" => 1 }, "rctl3:165::::project.max-crypto-memory=(priv,2.2gb,deny)" ], 461 [ 0, 0, {}, "rctl3:165::::project.max-crypto-memory=(priv,10,deny)" ], 462 [ 0, 0, { "allowunits" => 1 }, "rctl4:166::::project.max-crypto-memory=(privileged,100m,deny)" ], 463 [ 0, 0, {}, "rctl4:166::::project.max-crypto-memory=(privileged,100,deny)" ], 464 [ 0, 0, { "allowunits" => 1 }, "rctl5:167::::project.max-crypto-memory=(priv,1000m,deny)" ], 465 [ 0, 0, {}, "rctl5:167::::project.max-crypto-memory=(priv,1000,deny)" ], [all …]
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | minmax.test | 16 # aggregate min() and max() functions and which are handled as 62 execsql {SELECT max(x) FROM t1} 77 execsql {SELECT max(x) FROM t1} 84 execsql {SELECT max(y) FROM t1} 103 execsql {SELECT max(a) FROM t2} 110 execsql {INSERT INTO t2 VALUES((SELECT max(a) FROM t2)+1,999)} 112 execsql {SELECT max(a) FROM t2} 118 execsql {INSERT INTO t2 VALUES((SELECT max(a) FROM t2)+1,999)} 121 SELECT b FROM t2 WHERE a=(SELECT max(a) FROM t2) 130 SELECT coalesce(min(x+0),-1), coalesce(max(x+0),-1) FROM [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.aggpackbanner.ksh.out | 3 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 D | tst.aggpack.d.out | 3 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
|
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Distribution.java | 167 long max; // next bucket minus one in createBuckets() local 173 max = range[1]; in createBuckets() 174 bucket = new Distribution.Bucket(min, max, frequencies[i]); in createBuckets() 210 long max = range[1]; in checkBucketRange() local 216 if (bucket.getMax() != max) { in checkBucketRange() 218 bucket.getMax() + " at index " + i + ", expected " + max); in checkBucketRange() 363 private final long max; field in Distribution.Bucket 422 max = rangeMaximumInclusive; in Bucket() 441 return max; in getMax() 469 (max == b.max) && in equals() [all …]
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | qsort.c | 59 char *min, *max; in qsort() local 67 max = base + n * qsz; in qsort() 69 qst(base, max); in qsort() 72 hi = max; in qsort() 98 for (min = base; (hi = min += qsz) < max; ) { in qsort() 128 qst(char *base, char *max) in qst() argument 144 lo = max - base; /* number of elements as chars */ in qst() 149 if (qcmp(j, (tmp = max - qsz)) > 0) { in qst() 167 for (i = base, j = max - qsz; ; ) { in qst() 212 if ((lo = j - base) <= (hi = max - i)) { in qst() [all …]
|
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | SLPGetRefreshInterval.c | 51 unsigned short max = 0; /* max interval result cookie */ in SLPGetRefreshInterval() local 79 &max, &collator, &mr); in SLPGetRefreshInterval() 83 &max, &collator, &mr); in SLPGetRefreshInterval() 91 return (max); in SLPGetRefreshInterval() 98 unsigned short *max = (unsigned short *)cookie; in refresh_interval_cb() local 106 *max = 0; in refresh_interval_cb() 119 if (anint > *max) { in refresh_interval_cb() 120 *max = anint; in refresh_interval_cb()
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | kexgexs.c | 52 int min = -1, max = -1, nbits = -1, type; in kexgex_server() local 66 max = packet_get_int(); in kexgex_server() 68 max = MIN(DH_GRP_MAX, max); in kexgex_server() 74 max = DH_GRP_MAX; in kexgex_server() 82 if (max < min || nbits < min || max < nbits) in kexgex_server() 84 min, nbits, max); in kexgex_server() 87 dh = choose_dh(min, nbits, max); in kexgex_server() 143 min = max = -1; in kexgex_server() 152 min, nbits, max, in kexgex_server()
|
H A D | kexgexc.c | 52 int min, max, nbits; in kexgex_client() local 64 max = DH_GRP_MAX; in kexgex_client() 70 max = DH_GRP_MAX; in kexgex_client() 74 packet_put_int(max); in kexgex_client() 78 min, nbits, max); in kexgex_client() 93 if (BN_num_bits(p) < min || BN_num_bits(p) > max) in kexgex_client() 95 min, BN_num_bits(p), max); in kexgex_client() 160 min = max = -1; in kexgex_client() 169 min, nbits, max, in kexgex_client()
|
/titanic_41/usr/src/ucbcmd/tr/ |
H A D | tr.c | 52 struct string { int last, max; char *p; } string1, string2; member 64 string1.max = string2.max = 0; in main() 138 if(s->max) { in next() 139 if(s->last++ < s->max) in next() 141 s->max = s->last = 0; in next() 145 s->max = nextc(s); in next() 146 if(s->max==0) { in next() 150 if(s->max < s->last) { in next() 151 s->last = s->max-1; in next()
|
/titanic_41/usr/src/uts/common/zmod/ |
H A D | inftrees.c | 44 unsigned min, max; /* minimum and maximum code lengths */ local 116 for (max = MAXBITS; max >= 1; max--) 117 if (count[max] != 0) break; 118 if (root > max) root = max; 119 if (max == 0) { /* no symbols to code at all */ 139 if (left > 0 && (type == CODES || max != 1)) 257 if (len == max) break; 273 while (curr + drop < max) {
|
/titanic_41/usr/src/lib/libm/i386/src/ |
H A D | expm1f.s | 77 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 …]
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_chmod_001_neg.ksh | 89 typeset -i max=1024 95 (( max = max - cnt + 1 )) 96 while (( max > 0 )); do 97 if (( max == 1 )); then 102 ((cnt = 1024 - max)) 107 (( max -= 1 ))
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | cache.c | 66 int i, max, rc; in nsldapi_add_result_to_cache() local 91 max = GRABSIZE; in nsldapi_add_result_to_cache() 94 if ( i == (max - 1) ) { in nsldapi_add_result_to_cache() 95 max += GRABSIZE; in nsldapi_add_result_to_cache() 97 sizeof(LDAPMod *) * max ); in nsldapi_add_result_to_cache() 130 if ( i == (max - 1) ) { in nsldapi_add_result_to_cache() 131 max++; in nsldapi_add_result_to_cache() 133 sizeof(LDAPMod *) * max ); in nsldapi_add_result_to_cache()
|
/titanic_41/usr/src/lib/libfruutils/ |
H A D | fru_tag.c | 80 static fru_tag_t max = { 0xFFFFFFFFFFFFFFFFULL }; in mk_tag() local 87 if ((dense > max.a.dense) || (pl_len > max.a.pl_len)) { in mk_tag() 96 if ((dense > max.b.dense) || (pl_len > max.b.pl_len)) { in mk_tag() 105 if ((dense > max.c.dense) || (pl_len > max.c.pl_len)) { in mk_tag() 114 if ((dense > max.d.dense) || (pl_len > max.d.pl_len)) { in mk_tag() 123 if ((dense > max.e.dense) || (pl_len > max.e.pl_len)) { in mk_tag() 132 if ((dense > max.f.dense) || (pl_len > max.f.pl_len)) { in mk_tag() 141 if ((dense > max.g.dense) || (pl_len > max.g.pl_len)) { in mk_tag()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/chip/ |
H A D | chip_sun4v.c | 238 int max = -1; in cpu_create() local 257 if ((max < 0) || (mcmp->cpumap_pid > max)) in cpu_create() 258 max = mcmp->cpumap_pid; in cpu_create() 260 if (min < 0 || max < 0) { in cpu_create() 261 topo_mod_dprintf(mod, "Invalid cpu range(%d,%d)\n", min, max); in cpu_create() 264 if (topo_node_range_create(mod, rnode, name, 0, max+1) < 0) { in cpu_create() 266 max, topo_mod_errmsg(mod)); in cpu_create() 344 topo_instance_t min, topo_instance_t max, md_info_t *chip) in chip_create() argument 356 if (min < 0 || max < 0 || min > max) { in chip_create() 357 topo_mod_dprintf(mod, "Invalid chip range(%d,%d)\n", min, max); in chip_create() [all …]
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | daisyforms.c | 382 int max = 0; in max_requests_needing_form_mounted() local 401 (++pps->nrequests >= max)) in max_requests_needing_form_mounted() 402 max = pps->nrequests; in max_requests_needing_form_mounted() 407 if (++pps->nrequests >= max) in max_requests_needing_form_mounted() 408 max = pps->nrequests; in max_requests_needing_form_mounted() 409 return (max); in max_requests_needing_form_mounted() 417 int max = 0; in max_requests_needing_pwheel_mounted() local 439 if (++pps->nrequests >= max) in max_requests_needing_pwheel_mounted() 440 max = pps->nrequests; in max_requests_needing_pwheel_mounted() 448 if (++pps->nrequests >= max) in max_requests_needing_pwheel_mounted() [all …]
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | microfind.c | 56 uint64_t max, count = MICROCOUNT; in microfind() local 155 max = 0x100000001 * found; in microfind() 169 if (count >= max) { in microfind() 190 max = ((uint64_t)found) * 100000; in microfind() 191 count = count / max; /* max is never zero */ in microfind()
|
/titanic_41/usr/src/uts/common/io/1394/targets/av1394/ |
H A D | av1394_queue.c | 44 av1394_initq(av1394_queue_t *q, ddi_iblock_cookie_t ibc, int max) in av1394_initq() argument 53 q->q_max = max; in av1394_initq() 66 av1394_setmaxq(av1394_queue_t *q, int max) in av1394_setmaxq() argument 69 q->q_max = max; in av1394_setmaxq() 76 int max; in av1394_getmaxq() local 79 max = q->q_max; in av1394_getmaxq() 81 return (max); in av1394_getmaxq()
|
/titanic_41/usr/src/cmd/krb5/kadmin/kclient/ |
H A D | kconf.c | 38 int max; member 51 list->max = 10; in init_list() 52 list->list = malloc(list->max * sizeof (char *)); in init_list() 75 list->num = list->max = 0; in end_list() 88 if (list->num + 1 >= list->max) { in add_to_list() 89 newmax = list->max + 10; in add_to_list() 93 list->max = newmax; in add_to_list()
|
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | UARequester.java | 121 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 …]
|