Home
last modified time | relevance | path

Searched +full:max +full:- +full:by +full:- +full:define (Results 1 – 25 of 1165) sorted by relevance

12345678910>>...47

/freebsd/contrib/ntp/sntp/libopts/
H A Dintprops.h1 /* intprops.h -- properties of integer types
3 Copyright (C) 2001-2018 Free Software Foundation, Inc.
7 by the Free Software Foundation; either version 2.1 of the License, or
18 /* Written by Paul Eggert. */
21 #define _GL_INTPROPS_H
26 #define _GL_INT_CONVERT(e, v) (0 * (e) + (v))
28 /* Act like _GL_INT_CONVERT (E, -V) but work around a bug in IRIX 6.5 cc; see
29 <https://lists.gnu.org/r/bug-gnulib/2011-05/msg00406.html>. */
30 #define _GL_INT_NEGATE_CONVERT(e, v) (0 * (e) - (v))
37 #define TYPE_IS_INTEGER(t) ((t) 1.5 == 1)
[all …]
/illumos-gate/usr/src/head/
H A Dlimits.h16 * fields enclosed by brackets "[]" replaced with your own identifying
36 #define _LIMITS_H
44 * Include fixed width type limits as proposed by the ISO/JTC1/SC22/WG14 C
46 * ISO/IEC 9899:1990 Programming language - C. These are not currently
47 * required by any standard but constitute a useful, general purpose set
63 #define SSIZE_MAX LONG_MAX /* max value of an "ssize_t" */
67 * NCARGS - space for other stuff on initial stack
70 #define _ARG_MAX32 1048320 /* max length of args to exec 32-bit program */
71 #define _ARG_MAX64 2096640 /* max length of args to exec 64-bit program */
73 #define ARG_MAX _ARG_MAX64 /* max length of arguments to exec */
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h16 * fields enclosed by brackets "[]" replaced with your own identifying
27 #define _SYS_IB_IBNEX_IBNEX_DEVCTL_H
37 * This file contains info for devctls issued by IB cfgadm plugin.
42 #define IBNEX_HCAGUID_STRSZ 17
47 #define IBNEX_BASE_APID 0x01 /* Base static attachment point */
48 #define IBNEX_HCA_APID 0x02 /* HCA static attachment point */
49 #define IBNEX_DYN_APID 0x04 /* Dynamic IOC/DLPI attachment point */
50 #define IBNEX_UNKNOWN_APID 0x08 /* Unknown attachment point */
54 #define DYN_SEP "::"
55 #define GET_DYN(a) (((a) != NULL) ? strstr((a), DYN_SEP) : (void *)0)
[all …]
/freebsd/sys/powerpc/include/
H A D_limits.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
19 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
33 #define _MACHINE__LIMITS_H_
36 * According to ANSI (section 2.2.4.2), the values below must be usable by
41 * unsigned int for 32-bit two's complement ANSI compilers (section 3.1.3.2).
44 #define __CHAR_BIT 8 /* number of bits in a char */
45 #define __SHRT_BIT 16 /* number of bits in an short */
46 #define __INT_BIT 32 /* number of bits in an int */
47 #define __LLONG_BIT 64 /* number of bits in a long long */
[all …]
/freebsd/sys/riscv/include/
H A D_limits.h1 /*-
14 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
28 #define _MACHINE__LIMITS_H_
31 * According to ANSI (section 2.2.4.2), the values below must be usable by
36 * unsigned int for 32-bit two's complement ANSI compilers (section 3.1.3.2).
39 #define __CHAR_BIT 8 /* number of bits in a char */
40 #define __SHRT_BIT 16 /* number of bits in a short */
41 #define __INT_BIT 32 /* number of bits in an int */
42 #define __LLONG_BIT 64 /* number of bits in a long long */
44 #define __SCHAR_MAX 0x7f /* max value for a signed char */
[all …]
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_limits.h1 /*-
17 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
34 #define _MACHINE__LIMITS_H_
37 * According to ANSI (section 2.2.4.2), the values below must be usable by
42 * unsigned int for 32-bit two's complement ANSI compilers (section 3.1.3.2).
45 #define __CHAR_BIT 8 /* number of bits in a char */
47 #define __SCHAR_MAX 0x7f /* max value for a signed char */
48 #define __SCHAR_MIN (-0x7f - 1) /* min value for a signed char */
50 #define __UCHAR_MAX 0xff /* max value for an unsigned char */
52 #define __USHRT_MAX 0xffff /* max value for an unsigned short */
[all …]
/freebsd/sys/x86/include/
H A D_limits.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
19 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
33 #define _MACHINE__LIMITS_H_
36 * According to ANSI (section 2.2.4.2), the values below must be usable by
41 * unsigned int for 32-bit two's complement ANSI compilers (section 3.1.3.2).
44 #define __CHAR_BIT 8 /* number of bits in a char */
45 #define __SHRT_BIT 16 /* number of bits in a short */
46 #define __INT_BIT 32 /* number of bits in an int */
47 #define __LLONG_BIT 64 /* number of bits in a long long */
[all …]
/freebsd/sys/arm/include/
H A D_limits.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
19 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
33 #define _MACHINE__LIMITS_H_
36 * According to ANSI (section 2.2.4.2), the values below must be usable by
41 * unsigned int for 32-bit two's complement ANSI compilers (section 3.1.3.2).
44 #define __CHAR_BIT 8 /* number of bits in a char */
45 #define __SHRT_BIT 16 /* number of bits in a short */
46 #define __INT_BIT 32 /* number of bits in an int */
47 #define __LLONG_BIT 64 /* number of bits in a long long */
[all …]
/freebsd/sys/arm64/include/
H A D_limits.h1 /*-
14 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
32 #define _MACHINE__LIMITS_H_
35 * According to ANSI (section 2.2.4.2), the values below must be usable by
40 * unsigned int for 32-bit two's complement ANSI compilers (section 3.1.3.2).
43 #define __CHAR_BIT 8 /* number of bits in a char */
44 #define __SHRT_BIT 16 /* number of bits in a short */
45 #define __INT_BIT 32 /* number of bits in an int */
46 #define __LLONG_BIT 64 /* number of bits in a long long */
48 #define __SCHAR_MAX 0x7f /* max value for a signed char */
[all …]
/freebsd/contrib/sendmail/src/
H A Dconf.h2 * Copyright (c) 1998-2002 Proofpoint, Inc. and its suppliers.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
8 * By using this file, you agree to the terms and conditions set
13 * $Id: conf.h,v 8.577 2013-11-22 20:51:55 ca Exp $
17 ** CONF.H -- All user-configurable parameters for sendmail
19 ** Send updates to sendmail-YYYY@support.sendmail.org
25 #define CONF_H 1
49 # define SM_ARG_MAX 4096
51 # define SM_ARG_MAX ARG_MAX
54 # define SM_ARG_MAX 4096
[all …]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.h2 * Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
8 * By using this file, you agree to the terms and conditions set
17 ** CONF.H -- All user-configurable parameters for sendmail
24 #define CONF_H 1
48 # define SM_ARG_MAX 4096
50 # define SM_ARG_MAX ARG_MAX
53 # define SM_ARG_MAX 4096
62 #define MAXLINE 2048 /* max line length */
64 # define MAXINPLINE 12288 /* max input line length (for AUTH) */
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Damxintrin.h1 /*===--------------- amxintrin.h - AMX intrinsics -*- C/C++ -*---------------===
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===------------------------------------------------------------------------===
15 #define __AMXINTRIN_H
18 /* Define the default attributes for the functions in this file. */
19 #define __DEFAULT_FN_ATTRS_TILE \
20 __attribute__((__always_inline__, __nodebug__, __target__("amx-tile")))
21 #define __DEFAULT_FN_ATTRS_INT8 \
22 __attribute__((__always_inline__, __nodebug__, __target__("amx-int8")))
23 #define __DEFAULT_FN_ATTRS_BF16 \
[all …]
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_print.c2 * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
20 * This code is based on code written by Patrick Powell <papowell@astart.com>
26 # define LDOUBLE long double
28 # define LDOUBLE double
45 #define DP_S_DEFAULT 0
46 #define DP_S_FLAGS 1
47 #define DP_S_MIN 2
48 #define DP_S_DOT 3
49 #define DP_S_MAX 4
50 #define DP_S_MOD 5
[all …]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsvrapi.h16 * fields enclosed by brackets "[]" replaced with your own identifying
27 #define _SMBSRV_SVRAPI_H
37 * This does not include space for the terminating 0-byte. When
43 * terminating 0-byte.
45 * User names, computer names and share names should be upper-cased
46 * by the caller and drawn from the ANSI character set.
97 uint16_t sv2_users; /* max number of users allowed */
98 uint16_t sv2_disc; /* auto-disconnect timeout(in minutes) */
103 uint16_t sv2_numadmin; /* max number of administrators allowed */
112 uint16_t sv2_chdevs; /* max # shared character devices */
[all …]
/freebsd/sys/netinet/
H A Dsctp_sysctl.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 2007, by Cisco Systems, Inc. All rights reserved.
5 * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved.
6 * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved.
22 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
36 #define _NETINET_SCTP_SYSCTL_H_
93 /* JRS - Variable for default congestion control module */
95 /* RS - Variable for default stream scheduling module */
127 #define SCTPCTL_MAXDGRAM_DESC "Maximum outgoing SCTP buffer size"
[all …]
/freebsd/sys/dev/liquidio/base/
H A Dlio_config.h21 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
39 #define __LIO_CONFIG_H__
41 /*--------------------------CONFIG VALUES------------------------*/
53 #define LIO_MAX_IF 128
54 #define LIO_MAX_DEVICES LIO_MAX_IF
55 #define LIO_MAX_MULTICAST_ADDR 32
58 #define LIO_CN23XX_PF_MAX_RINGS 64
60 #define LIO_BR_SIZE 4096
62 #define LIO_CN23XX_PF_MAX_INPUT_QUEUES LIO_CN23XX_PF_MAX_RINGS
63 #define LIO_CN23XX_MAX_IQ_DESCRIPTORS 2048
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h1 /*-
6 * to the University of California by American Telephone and Telegraph
22 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
39 #define _SYS_PARAM_H_
43 #define BSD 199506 /* System version (year & month). */
44 #define BSD4_3 1
45 #define BSD4_4 1
53 * head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml
57 * x.0-CURRENT before RELENG_*_0 is created, otherwise 'R' is
61 #define __FreeBSD_version 1100100 /* Master, propagated to newvers */
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_ci_types.h16 * fields enclosed by brackets "[]" replaced with your own identifying
26 #define _SYS_IB_IBTL_IBTL_CI_TYPES_H
43 * Channel Modify flags - ibt_cep_modify_flags_t
57 * - Number of responder resources for RDMA read/atomic ops.
58 * - Primary Path Address Vector Information.
59 * - Destination QPN.
60 * - PSN for ReceiveQ.
61 * - Minimum RNR NAK Timer field value.
62 * - ibt_cep_flags_t set to IBT_CEP_ATOMIC
65 #define IBT_CEP_SET_RESET_INIT IBT_CEP_SET_OPAQUE1
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c3 * This code is based on code written by Patrick Powell (papowell@astart.com)
35 * original. Also, there is now a builtin-test, just compile with:
36 * gcc -DTEST_SNPRINTF -o snprintf snprintf.c -lm
56 * date: 2002/12/19 19:56:31; author: herb; state: Exp; lines: +2 -0
59 * date: 2002/06/03 13:37:52; author: jmcd; state: Exp; lines: +8 -0
64 * date: 2002/06/03 03:07:24; author: tridge; state: Exp; lines: +5 -13
68 * date: 2002/05/17 14:51:22; author: jmcd; state: Exp; lines: +21 -4
72 * date: 2002/04/16 22:38:04; author: idra; state: Exp; lines: +20 -14
74 * Thanks to Ollie Oldham <ollie.oldham@metro-optix.com> for spotting it.
91 * Make formatting quite a bit faster by inlining dopr_outch()
[all …]
/freebsd/crypto/openssl/include/internal/
H A Dsafe_math.h2 * Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.
11 # define OSSL_INTERNAL_SAFE_MATH_H
18 # define has(func) __has_builtin(func)
21 # define has(func) 1
27 # define has(func) 0
34 # define OSSL_SAFE_MATH_ADDS(type_name, type, min, max) \ argument
44 return a < 0 ? min : max; \
47 # define OSSL_SAFE_MATH_ADDU(type_name, type, max) \ argument
61 # define OSSL_SAFE_MATH_ADDS(type_name, type, min, max) \ argument
67 || (a > 0 && b <= max - a) \
[all …]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h16 * fields enclosed by brackets "[]" replaced with your own identifying
21 * Copyright (c) 2002-2006 Neterion, Inc.
25 #define XGE_HAL_CONFIG_H
27 #include "xge-os-pal.h"
28 #include "xgehal-types.h"
29 #include "xge-queue.h"
33 #define XGE_HAL_DEFAULT_USE_HARDCODE -1
35 #define XGE_HAL_MAX_VIRTUAL_PATHS 8
36 #define XGE_HAL_MAX_INTR_PER_VP 4
40 * struct xge_hal_tti_config_t - Xframe Tx interrupt configuration.
[all …]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_vmac_hw.h16 * fields enclosed by brackets "[]" replaced with your own identifying
27 #define _HXGE_VMAC_HW_H
33 #define VMAC_BASE_ADDR 0X00100000
35 #define VMAC_RST (VMAC_BASE_ADDR + 0x0)
36 #define VMAC_TX_CFG (VMAC_BASE_ADDR + 0x8)
37 #define VMAC_RX_CFG (VMAC_BASE_ADDR + 0x10)
38 #define VMAC_TX_STAT (VMAC_BASE_ADDR + 0x20)
39 #define VMAC_TX_MSK (VMAC_BASE_ADDR + 0x28)
40 #define VMAC_RX_STAT (VMAC_BASE_ADDR + 0x30)
41 #define VMAC_RX_MSK (VMAC_BASE_ADDR + 0x38)
[all …]
/illumos-gate/usr/src/head/iso/
H A Dlimits_iso.h17 * fields enclosed by brackets "[]" replaced with your own identifying
44 #define _ISO_LIMITS_ISO_H
53 #define CHAR_BIT 8 /* max # of bits in a "char" */
54 #define SCHAR_MIN (-128) /* min value of a "signed char" */
55 #define SCHAR_MAX 127 /* max value of a "signed char" */
56 #define UCHAR_MAX 255 /* max value of an "unsigned char" */
58 #define MB_LEN_MAX 5
61 #define CHAR_MIN SCHAR_MIN /* min value of a "char" */
62 #define CHAR_MAX SCHAR_MAX /* max value of a "char" */
64 #define CHAR_MIN 0 /* min value of a "char" */
[all …]
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h17 * fields enclosed by brackets "[]" replaced with your own identifying
31 * University Copyright- Copyright (c) 1982, 1986, 1988
35 * University Acknowledgment- Portions of this document are derived from
36 * software developed by the University of California, Berkeley, and its
41 #define _SYS_PARAM_H
49 * define in the SunOS version of this file.
61 #define MAX_INPUT 512 /* Maximum bytes stored in the input queue */
65 #define MAX_CANON 256 /* Maximum bytes for canoical processing */
68 #define UID_NOBODY 60001
69 #define GID_NOBODY 60001
[all …]
/freebsd/sys/sys/
H A Dlimits.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
19 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
33 #define _SYS_LIMITS_H_
38 #define CHAR_BIT __CHAR_BIT /* number of bits in a char */
40 #define SCHAR_MAX __SCHAR_MAX /* max value for a signed char */
41 #define SCHAR_MIN __SCHAR_MIN /* min value for a signed char */
43 #define UCHAR_MAX __UCHAR_MAX /* max value for an unsigned char */
46 #define CHAR_MAX UCHAR_MAX /* max value for a char */
47 #define CHAR_MIN 0 /* min value for a char */
[all …]

12345678910>>...47