Searched refs:max (Results 176 - 200 of 717) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Da_gentm.c121 static int max[9]={99, 99,12,31,23,59,59,12,59}; local
147 if ((n < min[i]) || (n > max[i])) goto err;
175 if ((n < min[i]) || (n > max[i])) goto err;
H A Da_bytes.c198 c.max=(length == 0)?0:(p+length);
259 b.max=0;
274 (long)(c->max-c->p));
283 if (d2i_ASN1_bytes(&os,&c->p,c->max-c->p,c->tag,c->xclass)
/opensolaris-onvv-gate/usr/src/lib/libnsl/dial/
H A Dstoa.c212 * if max = 0 : ignore max
216 xfer(char *dest, char *src, unsigned len, unsigned max) argument
218 if (max && dest && max < len) { /* No room */
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dfcntl.c714 flock_check(vnode_t *vp, flock64_t *flp, offset_t offset, offset_t max) argument
726 if (start > max)
730 if (flp->l_start > (max - offset))
733 if (start > max)
740 if (flp->l_start > (max - (offset_t)vattr.va_size))
743 if (start > max)
756 if (flp->l_len > (max - start + 1))
759 ASSERT(end <= max);
769 if (start > max)
771 ASSERT(end <= max);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DListPair.java165 // Compute minimum width as max(leftwidth, rightwidth) * 2 + centerwidth
166 int lrwidth = Math.max(leftComponent.getMinimumSize().width,
169 // Compute minimum height as max(leftheight, rightheight, centerheight)
170 int lrheight = Math.max(leftComponent.getMinimumSize().height,
172 retDim.height = Math.max(centerComponent.getMinimumSize().height,
179 // Preferred width is max(leftwidth, rightwidth) * 2 + centerwidth
180 int lrwidth = Math.max(leftComponent.getPreferredSize().width,
183 // Preferred height is max(leftheight, rightheight, centerheight)
184 int lrheight = Math.max(leftComponent.getPreferredSize().height,
186 retDim.height = Math.max(centerComponen
[all...]
H A DProportionalLayout.java97 dim.height = Math.max(dim.height, d.height);
101 dim.width = Math.max(dim.width, d.width);
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_get.c36 list->max = 10;
37 list->list = malloc(list->max * sizeof(char *));
63 list->num = list->max = 0;
75 if (list->num+1 >= list->max) {
76 newmax = list->max + 10;
80 list->max = newmax;
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_irm.c462 /* Apply the max. limit */
464 uint_t max; local
466 max = apix_system_max_vectors -
470 new_pool_size = MIN(new_pool_size, max);
568 /* Apply the max. limit */
570 uint_t max; local
572 max = apix_system_max_vectors -
576 new_pool_size = MIN(new_pool_size, max);
/opensolaris-onvv-gate/usr/src/cmd/eqn/
H A Dparen.c19 extern int max();
33 n = max(b1+VERT(1), h1-b1-VERT(1)) / VERT(1);
/opensolaris-onvv-gate/usr/src/cmd/format/
H A Dmisc.h57 #ifndef max
58 #define max(x, y) ((x) > (y) ? (x) : (y)) macro
59 #endif /* max */
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c154 static char *yytexttostr(offset, max)
155 int offset, max;
161 (yytext[offset] == yytext[offset + max - 1])) {
163 max--;
166 if (max > yylast)
167 max = yylast;
168 str = malloc(max + 1);
170 for (i = offset; i < max; i++)
/opensolaris-onvv-gate/usr/src/cmd/latencytop/common/
H A Dlatencytop.d203 this->priority] = max(self->lt_sleep_duration);
221 max(self->lt_sch_delay);
234 @lt_named_max[pid, tid, "Adapt. lock spin"] = max(arg1);
242 @lt_named_max[pid, tid, "Spinlock spin"] = max(arg1);
253 @lt_named_max[pid, tid, "#Adapt. lock block"] = max(arg1);
261 @lt_named_max[pid, tid, "#RW. lock block"] = max(arg1);
295 this->wchan] = max(this->wtime);
365 this->priority] = max(self->lt_timestamp);
388 this->priority] = max(self->lt_timestamp);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm126 max => 0,
146 my $passed = ($totals{max} == 0 && defined $totals{skip_all}) ||
147 ($totals{max} && $totals{seen} &&
148 $totals{max} == $totals{seen} &&
149 $totals{max} == $totals{ok});
169 $totals->{max} += $self->{max};
202 if( $result{number} > 100000 && $result{number} > $self->{max} ) {
505 many tests there will be in C<< $strap->{max} >>, a list of which tests
521 if( my($max,
[all...]
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu.c445 int max = -1; local
454 * find the min/max id of cpus per this cmp and create a cpu range
459 if ((max < 0) || (chip->cpus[i].cpumap_pid > max))
460 max = chip->cpus[i].cpumap_pid;
462 if (min < 0 || max < 0)
465 if (topo_node_range_create(mod, rnode, name, 0, max+1) < 0) {
467 max, topo_mod_errmsg(mod));
502 topo_instance_t min, topo_instance_t max, void *arg, void *notused)
501 cpu_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *arg, void *notused) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-config.c170 new_queue->max = new_queue->initial;
172 if ((new_queue->max < XGE_HAL_MIN_FIFO_QUEUE_LENGTH) ||
173 (new_queue->max > XGE_HAL_MAX_FIFO_QUEUE_LENGTH)) {
177 if (new_queue->max < new_config->reserve_threshold) {
228 new_config->max = new_config->initial;
230 if ((new_config->max < XGE_HAL_MIN_RING_QUEUE_BLOCKS) ||
231 (new_config->max > XGE_HAL_MAX_RING_QUEUE_BLOCKS)) {
406 total_fifo_length += new_config->queue[i].max;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dvmem_impl.h88 #define VMEM_QCACHE_SLABSIZE(max) \
89 MAX(1 << highbit(3 * (max)), 64)
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_walker.c495 uint32_t max; local
586 (void) nvlist_lookup_uint32(hc_range, PI_STR_MAX, &max);
588 max = MAX(max, (uint32_t)inst);
590 (void) nvlist_add_uint32(hc_range, PI_STR_MAX, max);
632 (void) nvlist_lookup_uint32(hc_range, PI_STR_MAX, &max);
640 min, max, hc_name);
642 (topo_instance_t)min, (topo_instance_t)max);
646 "nodes of type %s\n", min, max, hc_name);
661 uint32_t min, uint32_t max)
660 pi_walkerlist_addtype(topo_mod_t *mod, nvlist_t *typelist, char *hc_name, uint32_t min, uint32_t max) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c320 gethname(au_tid_addr_t *tid, char *p, size_t max, char *prefix, argument
332 if (prefix_len > max)
337 max -= prefix_len;
355 if (l > max)
356 l = max;
402 if (l > max)
403 l = max;
418 getuname(uid_t uid, gid_t gid, char *p, size_t max, char *prefix, argument
428 if (prefix_len > max)
435 max
[all...]
/opensolaris-onvv-gate/usr/src/cmd/hal/utils/
H A Dcdutils.h39 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DVJFlowLayout.java186 r.width = Math.max(rowWidth, r.width);
195 rowHeight = Math.max(rowHeight, d.height);
201 r.width = Math.max(rowWidth, r.width);
267 rowh = Math.max(rowh, d.height);
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DCharsetRegistry.cxx28 Boolean next(WideChar &min, WideChar &max, UnivChar &univ) { argument
31 max = p_->descMin + (p_->count - 1);
49 Boolean next(WideChar &min, WideChar &max, UnivChar &univ) { argument
62 max = min + (i - 1);
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_proto.h58 extern unsigned int max(unsigned int, unsigned int);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/
H A Dencode.h23 U8 max; /* Max value of octet to match this entry */ member in struct:encpage_s
36 if (octet >= min && octet < max) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dspeed.t51 sub max { $_[0] > $_[1] ? subroutine
/opensolaris-onvv-gate/usr/src/cmd/projects/
H A Dprojects.c125 int max = 0; local
129 if ((len = strlen(pl->pl_name)) > max)
130 max = len;
131 return (max);

Completed in 266 milliseconds

1234567891011>>