Searched refs:max (Results 201 - 225 of 977) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio_newc.c228 int64_t max; local
231 max = (((int64_t)1) << (digits * 4)) - 1;
232 if (v >= 0 && v <= max) {
236 format_hex_recursive(max, (char *)p, digits);
/freebsd-9.3-release/contrib/libc++/src/
H A Dcondition_variable.cpp59 _LIBCPP_CONSTEXPR ts_sec ts_sec_max = numeric_limits<ts_sec>::max();
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DFormattedStream.cpp71 indent(std::max(int(NewCol - getColumn()), 1));
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c82 sminrow = max(sy1, dy1) - sy1;
83 smincol = max(sx1, dx1) - sx1;
84 dminrow = max(sy1, dy1) - dy1;
85 dmincol = max(sx1, dx1) - dx1;
/freebsd-9.3-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_ibumad.h148 int max; member in struct:vendor_match_tbl
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dgen_length.c82 } else if (t->range->min == INT_MIN && t->range->max == INT_MAX) {
84 } else if (t->range->min == 0 && t->range->max == UINT_MAX) {
86 } else if (t->range->min == 0 && t->range->max == INT_MAX) {
90 name, t->range->min, t->range->max);
H A Dsymbol.h112 int max; member in struct:range
H A Dgen_decode.c211 if (r->min == r->max + 2 || r->min < r->max)
216 name, length, r->max, forwstr);
217 if (r->min - 1 == r->max || r->min < r->max)
223 if (r->max == r->min)
275 } else if (t->range->min == INT_MIN && t->range->max == INT_MAX) {
277 } else if (t->range->min == 0 && t->range->max == UINT_MAX) {
279 } else if (t->range->min == 0 && t->range->max == INT_MAX) {
283 name, t->range->min, t->range->max);
[all...]
/freebsd-9.3-release/crypto/heimdal/tests/gss/
H A Dcheck-basic.in78 --realm-max-ticket-life=1day \
79 --realm-max-renewable-life=1month \
H A Dcheck-gssmask.in71 --realm-max-ticket-life=1day \
72 --realm-max-renewable-life=1month \
H A Dcheck-ntlm.in85 --realm-max-ticket-life=1day \
86 --realm-max-renewable-life=1month \
/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dcheck-kadmin.in76 --realm-max-ticket-life=1day \
77 --realm-max-renewable-life=1month \
/freebsd-9.3-release/crypto/heimdal/tests/ldap/
H A Dcheck-ldap.in95 --realm-max-ticket-life=1day \
96 --realm-max-renewable-life=1month \
/freebsd-9.3-release/crypto/heimdal/tests/plugin/
H A Dcheck-pac.in76 --realm-max-ticket-life=1day \
77 --realm-max-renewable-life=1month \
/freebsd-9.3-release/lib/libiconv/
H A DMakefile22 CFLAGS.gcc+= --param max-inline-insns-single=128
/freebsd-9.3-release/usr.bin/talk/
H A Dtalk.h77 extern int max(int, int);
/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Ddefs.h74 #define max(a,b) ((a)<(b)?(b):(a)) macro
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_mem.c109 b->max = len;
215 bm->data -= bm->max - bm->length;
216 bm->length = bm->max;
218 memset(bm->data, 0, bm->max);
297 * i is now the max num of bytes to copy, either j or up to
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_bytes.c194 c.max = (length == 0) ? 0 : (p + length);
252 b.max = 0;
264 (long)(c->max - c->p));
273 if (d2i_ASN1_bytes(&os, &c->p, c->max - c->p, c->tag, c->xclass)
/freebsd-9.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c66 40, /* max */
182 if ((int)strlen(newpass) > params->qc.max) {
183 if (params->qc.max != 8) {
219 if (!strncmp(*argv, "max=", 4)) {
222 params->qc.max = v;
409 randomonly = params.qc.min[4] > params.qc.max;
438 params.qc.passphrase_words && params.qc.min[2] <= params.qc.max)
461 params.qc.min[2] <= params.qc.max) {
464 params.qc.min[2], params.qc.max);
/freebsd-9.3-release/contrib/gcc/
H A Dtree-vect-generic.c150 unsigned HOST_WIDE_INT max; local
153 max = GET_MODE_MASK (TYPE_MODE (inner_type));
154 low_bits = build_replicated_const (word_type, inner_type, max >> 1);
155 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >> 1));
182 HOST_WIDE_INT max; local
185 max = GET_MODE_MASK (TYPE_MODE (inner_type));
186 low_bits = build_replicated_const (word_type, inner_type, max >> 1);
187 high_bits = build_replicated_const (word_type, inner_type, max & ~(max >>
[all...]
H A Dcfglayout.c429 int max = VEC_length (int, block_locators_locs);
445 if (!max || !loc)
449 int pos = (min + max) / 2;
454 else if (tmp > loc && max != pos)
455 max = pos;
469 int max = VEC_length (int, line_locators_locs);
472 if (!max || !loc)
476 int pos = (min + max) / 2;
481 else if (tmp > loc && max != pos)
482 max
424 int max = VEC_length (int, block_locators_locs); local
464 int max = VEC_length (int, line_locators_locs); local
498 int max = VEC_length (int, file_locators_locs); local
[all...]
/freebsd-9.3-release/sys/netinet/cc/
H A Dcc_htcp.c123 * less than the max size of an int divided by the constant 160 figure
366 CCV(ccv, snd_cwnd) = max(1, ((htcp_data->beta *
411 alpha = max(1, (2 * ((1 << HTCP_SHIFT) -
421 alpha = max(1, (min(max(HTCP_MINROWE,
448 htcp_data->beta = min(max(HTCP_MINBETA,
/freebsd-9.3-release/tools/regression/zfs/
H A Dmisc.sh212 max=`echo /dev/loop* | awk 'BEGIN { RS=" "; FS="loop" } {if ($2 > max) max = $2} END {print max}'`
213 max=$((max + 1))
214 cmd="mknod /dev/loop${max} b 7 ${max}"
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_display.c61 int min, max; member in struct:__anon7657
110 .dot = { .min = 25000, .max = 350000 },
111 .vco = { .min = 930000, .max = 1400000 },
112 .n = { .min = 3, .max = 16 },
113 .m = { .min = 96, .max = 140 },
114 .m1 = { .min = 18, .max = 26 },
115 .m2 = { .min = 6, .max = 16 },
116 .p = { .min = 4, .max = 128 },
117 .p1 = { .min = 2, .max = 33 },
124 .dot = { .min = 25000, .max
[all...]

Completed in 245 milliseconds

1234567891011>>