Searched refs:max (Results 126 - 150 of 717) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dstoa.c200 if max = 0 : ignore max
204 xfer(dest, src, len, max)
206 unsigned len, max;
208 if (max && dest && max < len) { /* No room */
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DCharsetRegistry.h25 virtual Boolean next(WideChar &min, WideChar &max, UnivChar &) = 0;
H A DXcharMap.h33 void setRange(Char min, Char max, T val);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Carp/
H A DHeavy.pm205 my $max = shift || 0;
206 if (2 < $max and $max < length($str)) {
207 substr($str, $max - 3) = '...';
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
H A DDict.pm70 my($min, $max) = (0, int($size / $blksize));
72 while ($max - $min > 1) {
73 $mid = int(($max + $min) / 2);
86 $max = $mid;
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java230 int max = 0;
240 if (latency > max)
241 max = latency;
244 return (max);
/opensolaris-onvv-gate/usr/src/common/mpi/
H A Dmp_gf2m.h68 int mp_bpoly2arr(const mp_int *a, unsigned int p[], int max);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/buffer/
H A Dbuffer.h81 int max; /* size of buffer */ member in struct:buf_mem_st
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pem/
H A Dpem_seal.c76 int i,j,max=0; local
87 if (j > max) max=j;
89 s=(char *)OPENSSL_malloc(max*2);
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/sun4v/zambezi/
H A Dzambezi.c168 topo_instance_t min, topo_instance_t max, void *notused, void *data)
179 if (max >= ZAMBEZI_MAX)
180 max = ZAMBEZI_MAX;
182 for (i = 0; i <= max; i++) {
167 zambezi_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *notused, void *data) argument
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dcm.h30 int max, nfds; member in struct:select_state
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLinearDistribution.java132 long max;
143 max = Long.MAX_VALUE;
145 max = ((base + (i * step)) - 1);
148 long[] range = new long[] {min, max};
H A DLogDistribution.java115 long max = (LocalConsumer._quantizeBucket(i + 1) - 1);
117 long[] range = new long[] {min, max};
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dthq.h32 int max_thr; /* max allowed threads to process the queue */
44 int max, /* max allowed threads */
/opensolaris-onvv-gate/usr/src/lib/libsmbfs/
H A Dcflib.h64 int ival; /* int/bool values, or max len for str value */
67 int max; /* max for ival */ member in struct:opt_args
/opensolaris-onvv-gate/usr/src/lib/print/libipp-core/common/
H A Dread.c174 max = max_val_len(type, name); local
183 if (within(min, i, max))
188 _ipp_tag_string(type), i, min, max);
206 if (within(min, lower, max) &&
207 within(min, upper, max))
212 _ipp_tag_string(type), lower, upper, min, max);
225 if (strlen(v) < max)
229 "%s(%s): %s: too long (max length: %d)", name,
230 _ipp_tag_string(type), v, max);
236 if (strlen(v) >= max)
378 int32_t min, max; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/smbsrv/
H A Dmsgbuf.h68 * max: holds the number of bytes in the buffer.
78 size_t max; member in struct:smb_msgbuf
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.negorder.d57 @maxxy[i] = max(incr);
76 printf("Ordering of max() with some negative weights:\n");
/opensolaris-onvv-gate/usr/src/cmd/eqn/
H A Dmatrix.c51 hb = max(hb, eht[lp[j]]-ebase[lp[j]]);
52 b = max(b, ebase[lp[j]]);
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DScrollableArea.java54 d.width = Math.max(d.width, size.width);
55 d.height = Math.max(d.height, size.height);
/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy4.c374 int i, max, maxi; local
375 max = 0;
378 if (ggreed[i] >= max) {
379 max = ggreed[i];
384 if (tystate[i] >= max) {
385 max = tystate[i];
389 (void) fprintf(ftable, "nxti = %d, max = %d\n", maxi, max);
390 if (max == 0)
/opensolaris-onvv-gate/usr/src/lib/libntfs/common/include/ntfs/
H A Dsupport.h54 * The classic min and max macros.
60 #ifndef max
61 #define max(a,b) ((a) >= (b) ? (a) : (b)) macro
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_date.c113 datepart(const char *buf, int size, int min, int max, int *errp) { argument
124 if (result > max)
/opensolaris-onvv-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_waitq.h45 long Q_maxactive; /* max gcmds to release concurrently */
83 #define GDEV_QATTACH(gdevp, cccp, max) { \
84 GHD_WAITQ_INIT(&(gdevp)->gd_waitq, &(cccp)->ccc_waitq, (max)); \
104 ulong_t gt_maxactive; /* max gcmds to release concurrently */
/opensolaris-onvv-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd_waitq.h45 long Q_maxactive; /* max gcmds to release concurrently */
83 #define GDEV_QATTACH(gdevp, cccp, max) { \
84 GHD_WAITQ_INIT(&(gdevp)->gd_waitq, &(cccp)->ccc_waitq, (max)); \
100 uint32_t gt_maxactive; /* max gcmds to release concurrently */

Completed in 233 milliseconds

1234567891011>>