Searched refs:maximum (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.enum.d45 maximum = 2147483647
/freebsd-9.3-release/usr.sbin/makefs/
H A Dmakefs.h125 off_t maxsize; /* maximum size image can be */
147 int maximum; /* maximum for value */ member in struct:__anon10936
H A Dmakefs.c192 strsuftoll("maximum size", optarg, 1LL, LLONG_MAX);
335 options[i].minimum, options[i].maximum);
362 "\t[-S sector-size] [-M minimum-size] [-m maximum-size] [-s image-size]\n"
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_ncons.c89 ASN1_IMP_OPT(GENERAL_SUBTREE, maximum, ASN1_INTEGER, 1)
H A Dx509v3.h303 ASN1_INTEGER *maximum; member in struct:GENERAL_SUBTREE_st
/freebsd-9.3-release/contrib/cvs/
H A Dacinclude.m4341 [Define as the maximum value of type 'size_t', if the system doesn't define it.])
/freebsd-9.3-release/lib/libedit/
H A Dfilecomplete.c330 * 'max' is maximum length of string in 'matches'.
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta.sys.mk18 # for maximum benefit, requires filemon(4) driver.
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_sa.h50 u_int8_t maximum[3]; member in struct:scsi_read_block_limits_data
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.keys275 max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
276 maximum_windows wnum num MW - - ----- maximum number of defineable windows
278 max_colors colors num Co - - ----- maximum number of colors on screen
279 max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
299 max_micro_address maddr num Yd - - ----- maximum value in micro_..._address
300 max_micro_jump mjump num Ye - - ----- maximum value in parm_..._micro
H A DCaps273 max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
274 maximum_windows wnum num MW - - ----- maximum number of defineable windows
276 max_colors colors num Co - - ----- maximum number of colors on screen
277 max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
297 max_micro_address maddr num Yd - - ----- maximum value in micro_..._address
298 max_micro_jump mjump num Ye - - ----- maximum value in parm_..._micro
H A DCaps.aix4273 max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
274 maximum_windows wnum num MW - - ----- maximum number of defineable windows
276 max_colors colors num Co - - ----- maximum number of colors on screen
277 max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
297 max_micro_address maddr num Yd - - ----- maximum value in micro_..._address
298 max_micro_jump mjump num Ye - - ----- maximum value in parm_..._micro
H A DCaps.hpux11275 max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
276 maximum_windows wnum num MW - - ----- maximum number of defineable windows
278 max_colors colors num Co - - ----- maximum number of colors on screen
279 max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
299 max_micro_address maddr num Yd - - ----- maximum value in micro_..._address
300 max_micro_jump mjump num Ye - - ----- maximum value in parm_..._micro
H A DCaps.uwin267 #max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
268 #maximum_windows wnum num MW - - ----- maximum number of defineable windows
270 max_colors colors num Co - - ----- maximum number of colors on screen
271 max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-sf.S929 moveq r0, #0x7fffffff @ the maximum signed positive si
967 3: mov r0, #0xffffffff @ maximum unsigned si
H A Dieee754-df.S1224 moveq r0, #0x7fffffff @ maximum signed positive si
1262 3: mov r0, #0xffffffff @ maximum unsigned si
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY557 make the maximum log size for internally buffered log entries accessible
567 make the maximum size of the log buffer run-time tunable
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_videodev2.h800 __s32 maximum; member in struct:v4l2_queryctrl
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h55 u_char data[128]; /* arbitrary maximum length */
824 UNI_NOTIFY_MAXLEN = 128, /* maximum info length */
1017 UNI_GIT_MAXVAL = 20, /* the maximum of the above */
1018 UNI_GIT_MAXSUB = 2, /* maximum number of og. 6 */
1039 UNI_EETD_MTD_ID = 0x03, /* maximum transit delay */
1041 UNI_EETD_PMTD_ID = 0x0b, /* PNNI acceptable forward maximum ctd */
1042 UNI_EETD_PCTD_ID = 0x11, /* PNNI cumulative forward maximum ctd */
1045 UNI_EETD_MAXVAL = 0xffff, /* maximum value */
1057 u_int maximum; member in struct:uni_ie_eetd
H A Duni_ie.c1720 * maximum size.
1883 if (ie->maximum == UNI_EETD_ANYMAX)
1886 uni_print_entry(cx, "max", "%u", ie->maximum);
1946 APP_16BIT(msg, ie->maximum);
1989 ie->maximum = *msg->b_rptr++ << 8;
1990 ie->maximum |= *msg->b_rptr++;
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dnode.cpp4300 void composite_node::vertical_extent(vunits *minimum, vunits *maximum) argument
4303 node_list_vertical_extent(n, minimum, maximum);
5425 vunits *maximum)
5428 n->vertical_extent(minimum, maximum);
5430 node::vertical_extent(minimum, maximum);
5424 vertical_extent(vunits *minimum, vunits *maximum) argument
/freebsd-9.3-release/contrib/gcc/
H A Dvarasm.c853 /* Some object file formats have a maximum alignment which they support.
854 In particular, a.out format supports a maximum alignment of 4. */
857 warning (0, "alignment of %q+D is greater than maximum object "
1561 int maximum = 2000;
1568 if (thissize > maximum)
1569 thissize = maximum;
4253 There is always a maximum of one element in the chain LINK for unions
1553 int maximum = 2000; local
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp53 #define MAX_LINE_LENGTH 60 /* maximum characters we want in a line */
2084 void update_min_max (colType type_of_col, int *minimum, int *maximum, text_glob *g);
3467 void html_printer::update_min_max (colType type_of_col, int *minimum, int *maximum, text_glob *g) argument
3478 *maximum = g->maxh;
/freebsd-9.3-release/sys/dev/sound/pci/
H A Demu10kx-pcm.c90 #error Too many hardware channels defined. 13 is the maximum
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex425 For maximum applicability, \dtc can both read and write any of the

Completed in 396 milliseconds

12