Home
last modified time | relevance | path

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

12345678910>>...44

/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/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)) macro
42 #define max(x, y) ((x) > (y) ? (x) : (y)) argument
44 #define min3(a, b, c) min(a, min(b, c))
47 #define min_not_zero(x, y) ({ \ argument
48 __typeof(x) __min1 = (x); \
50 __min1 == 0 ? __min2 : ((__min2 == 0) ? __min1 : min(__min1, __min2));\
[all …]
/freebsd/sys/kern/
H A Dsubr_clock.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
60 error = sysctl_handle_int(oidp, oidp->oid_arg1, oidp->oid_arg2, req); in sysctl_machdep_adjkerntz()
61 if (!error && req->newptr) in sysctl_machdep_adjkerntz()
77 /*--------------------------------------------------------------------*
79 * (seconds since 1/1/1970) and yr/mo/day/hr/min/sec
86 (month_days[(m) - 1] + (m == FEBRUARY ? leapyear(y) : 0))
103 * Table to 'calculate' pow(10, 9 - nsdigits) via lookup of nsdigits.
146 * Many realtime clocks store the year as 2-digit BCD; pivot on 70 to in clock_ct_to_ts()
148 * year += 100, so interpret values between 70-199 as relative to 1900. in clock_ct_to_ts()
[all …]
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_asid.c2 * Copyright 2006-2024 The OpenSSL Project Authors. All Rights Reserved.
35 ASN1_SIMPLE(ASRange, min, 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/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/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
63 * MAX( x, y );
66 * x
73 * Returns the greater of the x and y parameters.
76 * MIN, ROUNDUP
79 #define MAX(x,y) ((x) > (y) ? (x) : (y)) argument
81 /****d* Component Library: Math/MIN
[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 …]
/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2021-2023 Alfonso Sabato Siciliano
39 * -1- Error and diagnostic
45 * --
151 mvwaddwch(WINDOW * w,int y,int x,wchar_t wch) mvwaddwch() argument
230 draw_button(WINDOW * window,int y,int x,int size,const char * text,wchar_t first,bool selected,bool shortcut) draw_button() argument
270 int i, x, startx, y; draw_buttons() local
596 int i, j, x, y, z, l, line, maxwidth, tablen; text_autosize() local
736 int min; widget_min_height() local
762 int min, delimtitle, wbottomtitle, wtitle; widget_min_width() local
881 set_widget_position(struct bsddialog_conf * conf,int * y,int * x,int h,int w) set_widget_position() argument
1025 update_box(struct bsddialog_conf * conf,WINDOW * win,int y,int x,int h,int w,enum elevation elev) update_box() argument
1126 print_string(WINDOW * win,int * rows,int cols,int * y,int * x,wchar_t * str,bool color) print_string() argument
1183 int i, j, z, rows, cols, x, y, tablen; print_textpad() local
[all...]
/freebsd/contrib/llvm-project/libcxx/include/
H A Drandom1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
37 static constexpr result_type min() { return c == 0u ? 1u: 0u;}
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);
[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 //===----------------------------------------------------------------------===//
40 // Overflows if (x > 0 && y > 0) in __add_sat()
43 // Overflows if (x < 0 && y < 0) in __add_sat()
44 return std::numeric_limits<_Tp>::min(); in __add_sat()
54 // Overflows if (x < y) in __sub_sat()
55 return std::numeric_limits<_Tp>::min(); 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/arm-optimized-routines/math/aarch64/sve/
H A Derff.c2 * Single-precision vector erf(x) function.
4 * Copyright (c) 2023-2024, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
14 float min, max, scale, shift, third; member
16 .min = 0x1.cp-7f, /* 1/64 - 1/512. */
17 .max = 3.9375, /* 4 - 8/128. */
20 .third = 0x1.555556p-2f, /* 1/3. */
25 /* Single-precision implementation of vector erf(x).
26 Approximation based on series expansion near x rounded to
28 Let d = x - r, and scale = 2 / sqrt(pi) * exp(-r^2). For x near r,
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_pack_dev.c3 /*-
83 #define major(x) ((int)(0x00ff & ((x) >> 8)))
84 #define minor(x) ((int)(0xffff00ff & (x)))
85 #define makedev(maj,min) ((0xff00 & ((maj)<<8)) | (0xffff00ff & (min)))
92 #define apd_makedev(maj, min) makedev(ND_LOCAL_NODE, (maj), (min)) argument
95 #define apd_makedev(maj, min) makede
90 major(x) global() argument
91 minor(x) global() argument
99 apd_makedev(maj,min) global() argument
102 apd_makedev(maj,min) global() argument
105 apd_makedev(maj,min) global() argument
108 apd_makedev(maj,min) global() argument
146 major_freebsd(x) global() argument
147 minor_freebsd(x) global() argument
148 makedev_freebsd(x,y) global() argument
168 major_8_8(x) global() argument
169 minor_8_8(x) global() argument
170 makedev_8_8(x,y) global() argument
190 major_12_20(x) global() argument
191 minor_12_20(x) global() argument
192 makedev_12_20(x,y) global() argument
212 major_14_18(x) global() argument
213 minor_14_18(x) global() argument
214 makedev_14_18(x,y) global() argument
234 major_8_24(x) global() argument
235 minor_8_24(x) global() argument
236 makedev_8_24(x,y) global() argument
256 major_12_12_8(x) global() argument
257 unit_12_12_8(x) global() argument
258 subunit_12_12_8(x) global() argument
259 makedev_12_12_8(x,y,z) global() argument
[all...]
/freebsd/sys/dev/acpica/
H A Dacpi_resource.c1 /*-
81 switch (res->Type) { in acpi_lookup_irq_handler()
83 irqnum = res->Data.Irq.InterruptCount; in acpi_lookup_irq_handler()
85 if (res->Data.Irq.Interrupts[i] == req->irq) { in acpi_lookup_irq_handler()
91 trig = res->Data.Irq.Triggering; in acpi_lookup_irq_handler()
92 pol = res->Data.Irq.Polarity; in acpi_lookup_irq_handler()
95 irqnum = res->Data.ExtendedIrq.InterruptCount; in acpi_lookup_irq_handler()
97 if (res->Data.ExtendedIrq.Interrupts[i] == req->irq) { in acpi_lookup_irq_handler()
103 trig = res->Data.ExtendedIrq.Triggering; in acpi_lookup_irq_handler()
104 pol = res->Data.ExtendedIrq.Polarity; in acpi_lookup_irq_handler()
[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/contrib/tcpdump/
H A Dprint-chdlc.c26 #include "netdissect-stdinc.h"
48 ndo->ndo_protocol = "chdlc"; in chdlc_if_print()
49 ndo->ndo_ll_hdr_len += chdlc_print(ndo, p, h->len); in chdlc_if_print()
58 ndo->ndo_protocol = "chdlc"; in chdlc_print()
62 if (ndo->ndo_eflag) { in chdlc_print()
63 ND_PRINT("%s, ethertype %s (0x%04x), length %u: ", in chdlc_print()
64 tok2str(chdlc_cast_values, "0x%02x", GET_U_1(p)), in chdlc_print()
70 length -= CHDLC_HDRLEN; in chdlc_print()
94 isoclns_print(ndo, p + 1, length - 1); in chdlc_print()
99 if (!ndo->ndo_eflag) in chdlc_print()
[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 …]
H A Dsun8i-a83t-tbs-a711.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>
48 #include <dt-bindings/pwm/pwm.h>
49 #include <dt-bindings/input/input.h>
53 compatible = "tbs-biometrics,a711", "allwinner,sun8i-a83t";
61 stdout-path = "serial0:115200n8";
65 compatible = "pwm-backlight";
67 enable-gpios = <&pio 3 29 GPIO_ACTIVE_HIGH>;
[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/device-tree/src/arm64/allwinner/
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 …]
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 …]
/freebsd/contrib/unbound/contrib/
H A Dunbound_munin_5 # and use munin-node-configure (--suggest, --shell).
9 # To install; enable statistics and unbound-control in unbound.conf
10 # server: extended-statistics: yes
11 # statistics-cumulative: no
12 # statistics-interval: 0
13 # remote-control: control-enable: yes
14 # Run the command unbound-control-setup to generate the key files.
17 # unbound_conf - where the unbound.conf file is located.
18 # unbound_control - where to find unbound-control executable.
19 # spoof_warn - what level to warn about spoofing
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1 //===- InstCombineCalls.cpp -----------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
87 "instcombine-guard-widening-window",
96 if (ITy->getBitWidth() < 32) in getPromotedType()
97 return Type::getInt32Ty(Ty->getContext()); in getPromotedType()
106 auto *Src = MI->getRawSource(); in hasUndefSource()
108 if (!Src->hasOneUse()) in hasUndefSource()
110 Src = cast<Instruction>(Src)->getOperand(0); in hasUndefSource()
[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>>...44