Searched refs:max (Results 76 - 100 of 717) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dkexgex.c51 int min, int wantbits, int max, BIGNUM *prime, BIGNUM *gen,
74 if (min == -1 || max == -1)
79 buffer_put_int(&b, max);
45 kexgex_hash( char *client_version_string, char *server_version_string, char *ckexinit, int ckexinitlen, char *skexinit, int skexinitlen, u_char *serverhostkeyblob, int sbloblen, int min, int wantbits, int max, BIGNUM *prime, BIGNUM *gen, BIGNUM *client_dh_pub, BIGNUM *server_dh_pub, BIGNUM *shared_secret) argument
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_sqr.c67 int max,al; local
88 max = 2 * al; /* Non-zero (from above) */
89 if (bn_wexpand(rr,max) == NULL) goto err;
131 if (bn_wexpand(tmp,max) == NULL) goto err;
136 if (bn_wexpand(tmp,max) == NULL) goto err;
143 * the square of 'a' will max-1 words. */
145 rr->top = max - 1;
147 rr->top = max;
160 int i,j,max; local
164 max
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dtempnam.c36 #define max(A,B) (((A)<(B))?(B):(A)) macro
61 if((p=malloc((unsigned)(max(max(x,y),z)+16))) == NULL)
/opensolaris-onvv-gate/usr/src/lib/libc/port/print/
H A Dsnprintf.c50 size_t max = MAXINT; local
76 } else if (n > max) {
91 if ((size_t)count > max) {
H A Dvsnprintf.c63 size_t max = MAXINT; local
89 } else if (n > max) {
104 if ((size_t)count > max) {
/opensolaris-onvv-gate/usr/src/ucblib/libcurses/
H A Doverlay.c28 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
44 starty = max(win1->_begy, win2->_begy);
45 startx = max(win1->_begx, win2->_begx);
H A Doverwrite.c29 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
43 starty = max(win1->_begy, win2->_begy);
44 startx = max(win1->_begx, win2->_begx);
H A Dtoucholap.c27 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
41 starty = max(win1->_begy, win2->_begy);
42 startx = max(win1->_begx, win2->_begx);
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/sun4v/chip/
H A Dchip_sun4v.c238 int max = -1; local
250 * find the min/max id of cpus per this cmp and create a cpu range
257 if ((max < 0) || (mcmp->cpumap_pid > max))
258 max = mcmp->cpumap_pid;
260 if (min < 0 || max < 0) {
261 topo_mod_dprintf(mod, "Invalid cpu range(%d,%d)\n", min, max);
264 if (topo_node_range_create(mod, rnode, name, 0, max+1) < 0) {
266 max, topo_mod_errmsg(mod));
344 topo_instance_t min, topo_instance_t max, md_info_
343 chip_create(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, md_info_t *chip) argument
413 chip_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *arg, void *notused) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libfruutils/
H A Dfru_tag.c80 static fru_tag_t max = { 0xFFFFFFFFFFFFFFFFULL }; local
87 if ((dense > max.a.dense) || (pl_len > max.a.pl_len)) {
96 if ((dense > max.b.dense) || (pl_len > max.b.pl_len)) {
105 if ((dense > max.c.dense) || (pl_len > max.c.pl_len)) {
114 if ((dense > max.d.dense) || (pl_len > max.d.pl_len)) {
123 if ((dense > max
[all...]
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dkeypad.c144 int max, len; local
149 for (max = -1, p = __m_keyindex; **p != -1; ++p) {
153 if (max < len)
154 max = len;
157 return max;
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dkeypad.c145 int max, len; local
150 for (max = -1, p = __m_keyindex; **p != -1; ++p) {
154 if (max < len)
155 max = len;
158 return (max);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DFieldLayout.java141 widestLabel = Math.max(widestLabel, ld.width);
143 widestField = Math.max(widestField, fd.width);
144 dim.height += Math.max(ld.height, fd.height) + vgap;
170 widestLabel = Math.max(widestLabel, ld.width);
172 widestField = Math.max(widestField, fd.width);
173 dim.height += Math.max(ld.height, fd.height) + vgap;
224 widestLabel = Math.max(widestLabel, d.width);
230 r.yRatio = Math.max(lRatio, fRatio);
254 int rowHeight = Math.max(ld.height, fd.height) +
262 x += Math.max(widestLabe
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bf/
H A Dbf_opts.c233 double d,tm[16],max=0; local
289 max=tm[0];
293 if (max < tm[1]) { max=tm[1]; max_idx=1; }
296 if (max < tm[2]) { max=tm[2]; max_idx=2; }
302 max= -1.0;
307 if (max < tm[i]) { max=tm[i]; j=i; }
309 if (max < 0.
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/cast/
H A Dcastopts.c243 double d,tm[16],max=0; local
299 max=tm[0];
303 if (max < tm[1]) { max=tm[1]; max_idx=1; }
306 if (max < tm[2]) { max=tm[2]; max_idx=2; }
312 max= -1.0;
317 if (max < tm[i]) { max=tm[i]; j=i; }
319 if (max < 0.
[all...]
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dprobe.c68 PedSector search, max; local
84 max = search + (PED_BE32_TO_CPU (mdb->block_size) / PED_SECTOR_SIZE_DEFAULT);
88 for (; search < max; search++) {
125 PedSector search, max; local
139 max = ((PedSector) PED_BE32_TO_CPU (vh->total_blocks) + 1)
142 search = max - 2 * ( PED_BE32_TO_CPU (vh->block_size)
148 for (; search < max; search++) {
196 PedSector search, max; local
212 max = ((PedSector) PED_BE32_TO_CPU (vh->total_blocks) + 1)
215 search = max
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/zmod/
H A Dinftrees.c44 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))
178 all codes of length max,
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkconf.c38 int max; member in struct:profile_string_list
51 list->max = 10;
52 list->list = malloc(list->max * sizeof (char *));
75 list->num = list->max = 0;
88 if (list->num + 1 >= list->max) {
89 newmax = list->max + 10;
93 list->max = newmax;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/buffer/
H A Dbuffer.c74 ret->max=0;
86 memset(a->data,0,(unsigned int)a->max);
102 if (str->max >= len)
121 str->max=n;
139 if (str->max >= len)
149 ret=OPENSSL_realloc_clean(str->data,str->max,n);
158 str->max=n;
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_queue.c44 av1394_initq(av1394_queue_t *q, ddi_iblock_cookie_t ibc, int max) argument
53 q->q_max = max;
66 av1394_setmaxq(av1394_queue_t *q, int max) argument
69 q->q_max = max;
76 int max; local
79 max = q->q_max;
81 return (max);
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DTranslateCodingSystem.cxx145 WideChar max; local
147 while (iter->next(min, max, univ)) {
153 if (count > (max - min) + 1)
154 count = (max - min) + 1;
161 } while (min++ != max);
178 WideChar max; local
180 while (iter->next(min, max, univ)) {
186 if (count > (max - min) + 1)
187 count = (max - min) + 1;
194 } while (min++ != max);
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Dasn1_lib.c65 static int asn1_get_length(const unsigned char **pp,int *inf,long *rl,int max);
101 long max=omax; local
103 if (!max) goto err;
110 if (--max == 0) goto err;
116 if (--max == 0) goto err;
122 if (--max == 0) goto err;
128 if (--max == 0) goto err;
132 if (!asn1_get_length(&p,&inf,plength,(int)max)) goto err;
154 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, int max) argument
160 if (max
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Droutevector.c37 * passive ports <address/CIDR> <min> <max>
40 * address, min and max ports found whose associated address is the most
249 int min, max; local
252 max = atoi(maxport);
255 if ((min > max) || (min < 0) || (max > 65535) || (min == 0 && max != 0)) {
262 passive_port_max = max;
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DCharMap.h89 T CharMap<T>::getRange(Char c, Char &max) const
95 max = c;
99 max = (c & ~((1 << level3bits) - 1)) + ((1 << level3bits) - 1);
104 max = (c & ~((1 << (level2bits + level3bits)) - 1)) + ((1 << (level2bits + level2bits)) - 1);
120 T CharMap<T>::getRange(Char c, Char &max) const
122 max = c;
/opensolaris-onvv-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l278 <TSTATE>max-lwps { return MAXLWPS; }
279 <CSTATE>max-lwps { return MAXLWPS; }
281 <TSTATE>max-processes { return MAXPROCS; }
282 <CSTATE>max-processes { return MAXPROCS; }
284 <TSTATE>max-shm-memory { return MAXSHMMEM; }
285 <CSTATE>max-shm-memory { return MAXSHMMEM; }
287 <TSTATE>max-shm-ids { return MAXSHMIDS; }
288 <CSTATE>max-shm-ids { return MAXSHMIDS; }
290 <TSTATE>max-msg-ids { return MAXMSGIDS; }
291 <CSTATE>max
[all...]

Completed in 308 milliseconds

1234567891011>>