Home
last modified time | relevance | path

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

12345678910>>...45

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpackbanner.ksh.out3 key min .------------------------------------------. max | count
12 key min .------------------------------------------. max | count
21 key min .------------------------------------------. max | count
30 key min .------------------------------------------. max | count
39 key min .------------------------------------------. max | count
49 key min .------------------------------------------. max | count
50 2 < 0 : X : >= 40 | 1
51 3 < 0 : X : >= 40 | 1
52 4 < 0 : X : >= 40 | 1
53 5 < 0 : X : >= 40 | 1
[all …]
H A Dtst.aggpack.d.out3 min .--------------------------------. max | count
4 < -10 : V X X : >= 20 | 1
7 min .--------------------------------. max | count
8 < -10 : v x x : >= 20 | 1
11 min .---. max | count
12 2147483648 : X : 8589934592 | 1
14 key min .---. max | count
15 1 0 : X : 2 | 1
17 key min .---. max | count
18 mumble 0 : X : 2 | 1
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dads7846.txt7 Documentation/devicetree/bindings/spi/spi-bus.txt
23 vcc-supply A regulator node for the supply voltage.
28 ti,vref-delay-usecs vref supply delay in usecs, 0 for
30 ti,vref-mv The VREF voltage, in millivolts (u16).
33 ti,keep-vref-on set to keep vref on for differential
35 ti,settle-delay-usec Settling time of the analog signals;
37 on the X/Y drivers. If set to non-zero,
41 ti,penirq-recheck-delay-usecs If set to non-zero, after samples are
47 ti,x-plate-ohms Resistance of the X-plate,
49 ti,y-plate-ohms Resistance of the Y-plate,
[all …]
H A Dti,ads7843.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexander Stein <alexander.stein@ew.tq-group.com>
11 - Dmitry Torokhov <dmitry.torokhov@gmail.com>
12 - Marek Vasut <marex@denx.de>
21 - ti,ads7843
22 - ti,ads7845
23 - ti,ads7846
24 - ti,ads7873
[all …]
H A Dti,tsc2005.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Marek Vasut <marex@denx.de>
11 - Michael Welling <mwelling@ieee.org>
19 - ti,tsc2004
20 - ti,tsc2005
31 reset-gpios:
35 spi-max-frequency:
39 ti,x-plate-ohms:
[all …]
H A Dtsc2005.txt4 - compatible : "ti,tsc2004" or "ti,tsc2005"
5 - reg : Device address
6 - interrupts : IRQ specifier
7 - spi-max-frequency : Maximum SPI clocking speed of the device
11 - vio-supply : Regulator specifier
12 - reset-gpios : GPIO specifier for the controller reset line
13 - ti,x-plate-ohms : integer, resistance of the touchscreen's X plates
15 - ti,esd-recovery-timeout-ms : integer, if the touchscreen does not respond after
18 - properties defined in touchscreen.txt
26 vio-supply = <&vio>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/
H A Dlis302.txt8 - compatible: should be set to "st,lis3lv02d-spi"
9 - reg: the chipselect index
10 - spi-max-frequency: maximal bus speed, should be set to 1000000 unless
12 - interrupts: the interrupt generated by the device
15 - compatible: should be set to "st,lis3lv02d"
16 - reg: i2c slave address
17 - Vdd-supply: The input supply for Vdd
18 - Vdd_IO-supply: The input supply for Vdd_IO
23 - st,click-single-{x,y,z}: if present, tells the device to issue an
25 x/y/z axis.
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dminmax.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (c) 2013-2015 Mellanox Technologies, Ltd.
7 * Copyright (c) 2014-2015 François Tigeot
41 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
42 #define max(x, y) ((x) > (y) ? (x) : (y)) macro
45 #define max3(a, b, c) max(a, max(b, c))
47 #define min_not_zero(x, y) ({ \ argument
48 __typeof(x) __min1 = (x); \
53 #define min_t(type, x, y) ({ \ argument
[all …]
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_i31_keygen_inner.c32 mkrand(const br_prng_class **rng, uint32_t *x, uint32_t esize) in mkrand() argument
38 (*rng)->generate(rng, x + 1, len * sizeof(uint32_t)); in mkrand()
40 x[u] &= 0x7FFFFFFF; in mkrand()
44 x[len] &= 0x7FFFFFFF; in mkrand()
46 x[len] &= 0x7FFFFFFF >> (31 - m); in mkrand()
51 * This is the big-endian unsigned representation of the product of
88 * exceeds 512 (which is a count in 32-bit words) when BR_MAX_RSA_SIZE
89 * is greater than 4464 (default value is 4096, so the 2-kB limit is
92 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
93 #define ROUND2(x) ((((x) + 1) >> 1) << 1) argument
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Drandom1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
38 static constexpr result_type max() { return m - 1u;}
56 operator==(const linear_congruential_engine<UIntType, a, c, m>& x,
61 operator!=(const linear_congruential_engine<UIntType, a, c, m>& x,
68 const linear_congruential_engine<UIntType, a, c, m>& x);
74 linear_congruential_engine<UIntType, a, c, m>& x);
100 static constexpr result_type max() { return 2^w - 1; }
[all …]
/freebsd/sys/contrib/device-tree/src/riscv/allwinner/
H A Dsun20i-d1-clockworkpi-v3.14.dts1 // SPDX-License-Identifier: (GPL-2.0+ or MIT)
4 #include <dt-bindings/gpio/gpio.h>
6 /dts-v1/;
8 #include "sun20i-d1.dtsi"
9 #include "sun20i-common-regulators.dtsi"
12 model = "ClockworkPi v3.14 (R-01)";
13 compatible = "clockwork,r-01-clockworkpi-v3.14", "allwinner,sun20i-d1";
21 stdout-path = "serial0:115200n8";
25 * This regulator is PWM-controlled, but the PWM controller is not
28 reg_vdd_cpu: vdd-cpu {
[all …]
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_asid.c2 * Copyright 2006-2024 The OpenSSL Project Authors. All Rights Reserved.
36 ASN1_SIMPLE(ASRange, max, ASN1_INTEGER)
71 switch (choice->type) {
76 for (i = 0; i < sk_ASIdOrRange_num(choice->u.asIdsOrRanges); i++) {
78 sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
79 switch (aor->type) {
81 if ((s = i2s_ASN1_INTEGER(NULL, aor->u.id)) == NULL)
87 if ((s = i2s_ASN1_INTEGER(NULL, aor->u.range->min)) == NULL)
89 BIO_printf(out, "%*s%s-", indent + 2, "", s);
91 if ((s = i2s_ASN1_INTEGER(NULL, aor->u.range->max)) == NULL)
[all …]
/freebsd/sys/sys/
H A Dparam.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
52 * documentation/content/en/books/porters-handbook/versions/_index.adoc
56 * X.0-CURRENT before releng/X.0 is created, otherwise 'R' is
62 * kernel's KBI in -CURRENT, one that changes some detail about the system that
71 * future changes. The above script works back to FreeBSD 3.x when this macro
84 * kernel-specific routines, and in fact it's fine to do this in code that
110 #define P_OSREL_MAJOR(x) ((x) / 100000) argument
118 * Machine-independent constants (some used in following include files).
125 #define MAXCOMLEN 19 /* max command name remembered */
[all …]
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_math.h3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
55 /****d* Component Library: Math/MAX
57 * MAX
60 * The MAX macro returns the greater of two values.
63 * MAX( x, y );
66 * x
73 * Returns the greater of the x and y parameters.
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
36 return std::numeric_limits<_Tp>::max(); in __add_sat()
40 // Overflows if (x > 0 && y > 0) in __add_sat()
41 return std::numeric_limits<_Tp>::max(); in __add_sat()
43 // Overflows if (x < 0 && y < 0) in __add_sat()
54 // Overflows if (x < y) in __sub_sat()
59 // Overflows if (x >= 0 && y < 0) in __sub_sat()
[all …]
/freebsd/sys/dev/syscons/daemon/
H A Ddaemon_saver.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
63 " /- _ `-/ '",
67 " `-^--'`< '",
70 " `-----' /",
71 "<----. __ / __ \\",
72 "<----|====O)))==) \\) /====",
73 "<----' `--' `.__,' \\",
77 " ,' ,-----' |",
78 " `--{__________)",
[all …]
/freebsd/contrib/unbound/compat/
H A Dsnprintf.c1 /* snprintf - compatibility implementation of snprintf, vsnprintf
60 * mostly in formatting and range (e+-16), for %f and %g.
62 * %s, %d, %u, %i, %x, %c, %n and %% are fully supported.
63 * This includes width, precision, flags 0- +, and *(arg for wid,prec).
81 while(num--) { in print_pad()
84 (*left)--; in print_pad()
95 return '-'; in get_negsign()
106 print_dec(char* buf, int max, unsigned int value) in print_dec() argument
110 if(max > 0) { in print_dec()
114 } else while(value && i < max) { in print_dec()
[all …]
/freebsd/contrib/ldns/compat/
H A Dsnprintf.c1 /* snprintf - compatibility implementation of snprintf, vsnprintf
59 * mostly in formatting and range (e+-16), for %f and %g.
61 * %s, %d, %u, %i, %x, %c, %n and %% are fully supported.
62 * This includes width, precision, flags 0- +, and *(arg for wid,prec).
80 while(num--) { in print_pad()
83 (*left)--; in print_pad()
94 return '-'; in get_negsign()
105 print_dec(char* buf, int max, unsigned int value) in print_dec() argument
109 if(max > 0) { in print_dec()
113 } else while(value && i < max) { in print_dec()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-overo-common-peripherals.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
11 lis33_3v3: lis33-3v3-reg {
12 compatible = "regulator-fixed";
13 regulator-name = "lis33-3v3-reg";
14 regulator-min-microvolt = <3300000>;
15 regulator-max-microvolt = <3300000>;
18 lis33_1v8: lis33-1v8-reg {
19 compatible = "regulator-fixed";
20 regulator-name = "lis33-1v8-reg";
21 regulator-min-microvolt = <1800000>;
[all …]
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h9 * or https://opensource.org/licenses/CDDL-1.0.
51 #define btod(BB) (((BB) + DEV_BSIZE - 1) >> DEV_BSHIFT)
53 #define lbtod(BB) (((offset_t)(BB) + DEV_BSIZE - 1) >> DEV_BSHIFT)
59 #ifndef MAX
60 #define MAX(a, b) ((a) < (b) ? (b) : (a)) macro
63 #define ABS(a) ((a) < 0 ? -(a) : (a))
66 #define SIGNOF(a) ((a) < 0 ? -1 : (a) > 0)
72 #define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d))
86 * Convert a single byte to/from binary-coded decimal (BCD).
91 #define BYTE_TO_BCD(x) byte_to_bcd[(x) & 0xff] argument
[all …]
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun8i-a83t-allwinner-h8homlet-v2.dts5 * This file is dual-licensed: you can use it either under the terms
44 /dts-v1/;
45 #include "sun8i-a83t.dtsi"
47 #include <dt-bindings/gpio/gpio.h>
51 compatible = "allwinner,h8homlet-v2", "allwinner,sun8i-a83t";
58 stdout-path = "serial0:115200n8";
61 reg_usb0_vbus: reg-usb0-vbus {
62 compatible = "regulator-fixed";
63 regulator-name = "usb0-vbus";
64 regulator-min-microvolt = <5000000>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h616-orangepi-zero2.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include "sun50i-h616-orangepi-zero.dtsi"
9 #include "sun50i-h616-cpu-opp.dtsi"
13 compatible = "xunlong,orangepi-zero2", "allwinner,sun50i-h616";
17 cpu-supply = <&reg_dcdca>;
21 allwinner,rx-delay-ps = <3100>;
22 allwinner,tx-delay-ps = <700>;
23 phy-mode = "rgmii";
24 phy-supply = <&reg_dcdce>;
[all …]
H A Dsun50i-h616-x96-mate.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include "sun50i-h616.dtsi"
9 #include "sun50i-h616-cpu-opp.dtsi"
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/interrupt-controller/arm-gic.h>
16 compatible = "hechuang,x96-mate", "allwinner,sun50i-h616";
23 stdout-path = "serial0:115200n8";
28 compatible = "regulator-fixed";
29 regulator-name = "vcc-5v";
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Davxvnniint16intrin.h1 /*===----------- avxvnniint16intrin.h - AVXVNNIINT16 intrinsics-------------===
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===-----------------------------------------------------------------------===
26 /// Multiply groups of 2 adjacent pairs of signed 16-bit integers in \a __A with
27 /// corresponding unsigned 16-bit integers in \a __B, producing 2 intermediate
28 /// signed 16-bit results. Sum these 2 results with the corresponding
29 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst.
40 /// A 128-bit vector of [4 x int].
42 /// A 128-bit vector of [8 x short].
44 /// A 128-bit vector of [8 x unsigned short].
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h1 //===----- hlsl_intrinsics.h - HLSL definitions for intrinsics ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
38 //===----------------------------------------------------------------------===//
40 //===----------------------------------------------------------------------===//
110 //===----------------------------------------------------------------------===//
112 //===----------------------------------------------------------------------===//
138 //===----------------------------------------------------------------------===//
140 //===----------------------------------------------------------------------===//
142 /// \fn bool all(T x)
[all …]

12345678910>>...45