| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | concepts | 19 concept same_as = see below; 23 concept derived_from = see below; 35 concept common_with = see below; 39 concept integral = see below; 58 concept swappable = see below; 96 concept movable = see below; 98 concept copyable = see below; 102 concept regular = see below; 107 concept invocable = see below; 115 concept predicate = see below; [all …]
|
| H A D | numbers | 31 template<floating_point T> inline constexpr T e_v<T> = see below; 32 template<floating_point T> inline constexpr T log2e_v<T> = see below; 33 template<floating_point T> inline constexpr T log10e_v<T> = see below; 34 template<floating_point T> inline constexpr T pi_v<T> = see below; 35 template<floating_point T> inline constexpr T inv_pi_v<T> = see below; 36 template<floating_point T> inline constexpr T inv_sqrtpi_v<T> = see below; 37 template<floating_point T> inline constexpr T ln2_v<T> = see below; 38 template<floating_point T> inline constexpr T ln10_v<T> = see below; 39 template<floating_point T> inline constexpr T sqrt2_v<T> = see below; 40 template<floating_point T> inline constexpr T sqrt3_v<T> = see below; [all …]
|
| H A D | iterator | 22 using iter_difference_t = see below; // since C++20 26 using iter_value_t = see below; // since C++20 57 concept indirectly_writable = see below; // since C++20 61 concept weakly_incrementable = see below; // since C++20 65 concept incrementable = see below; // since C++20 80 concept sized_sentinel_for = see below; 229 using iterator_concept = see below; // since C++20 231 using iterator_category = see below; // since C++20 259 iter_move(const reverse_iterator& i) noexcept(see below); 390 using iterator_concept = see below; // From C++20 [all …]
|
| H A D | ranges | 33 concept range = see below; 73 concept output_range = see below; 76 concept input_range = see below; 79 concept forward_range = see below; 82 concept bidirectional_range = see below; 88 concept contiguous_range = see below; 91 concept common_range = see below; 94 concept viewable_range = see below; 122 requires see below 180 requires see below [all …]
|
| H A D | utility | 47 auto forward_like(auto&& x) noexcept -> see below; // since C++23 84 explicit(see-below) constexpr pair(); 85 … explicit(see-below) pair(const T1& x, const T2& y); // constexpr in C++14 86 … template <class U = T1, class V = T2> explicit(see-below) pair(U&&, V&&); // constexpr in C++14 87 template <class U, class V> constexpr explicit(see-below) pair(pair<U, V>&); // since C++23 88 … template <class U, class V> explicit(see-below) pair(const pair<U, V>& p); // constexpr in C++14 89 … template <class U, class V> explicit(see-below) pair(pair<U, V>&& p); // constexpr in C++14 91 constexpr explicit(see-below) pair(const pair<U, V>&&); // since C++23 92 template <pair-like P> constexpr explicit(see-below) pair(P&&); // since C++23 112 constexpr void swap(const pair& p) const noexcept(see below); // since C++23
|
| H A D | bit | 55 little = see below, // C++20 56 big = see below, // C++20 57 native = see below // C++20
|
| /freebsd-14.2/share/examples/BSD_daemon/ |
| H A D | eps.patch | 13 +% col0 below is black (the lines) 14 +% col3 below is cyan (the shoelaces) 15 +% col7 below is white (eyes, shoes) 16 +% col13 below is green (the shooes) 17 +% col20 below is red (the daemon) 18 +% col31 below is gold (the pitchfork)
|
| /freebsd-14.2/contrib/ncurses/panel/ |
| H A D | panel.priv.h | 123 #define IS_LINKED(p) (((p)->above || (p)->below ||((p)==_nc_bottom_panel)) ? TRUE : FALSE) 182 if ((pan)->below)\ 183 (pan)->below->above = (pan)->above;\ 185 (pan)->above->below = (pan)->below;\ 189 _nc_top_panel = (pan)->below;\ 192 (pan)->above = (pan)->below = (PANEL*)0;\
|
| H A D | p_bottom.c | 62 pan->below = _nc_bottom_panel; in PANEL_EXPORT() 65 pan->above->below = pan; in PANEL_EXPORT()
|
| H A D | p_below.c | 74 result = Is_Pseudo(pan->below) ? (PANEL *) 0 : pan->below; in panel_below()
|
| H A D | p_new.c | 95 pan->below = (PANEL *)0; in root_panel() 124 pan->below = (PANEL *)0; in new_panel()
|
| H A D | panel.c | 82 (pan->below) ? USER_PTR(pan->below->user, 2) : "--", in _nc_dPanel()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/ata/ |
| H A D | ceva,ahci-1v84.yaml | 44 The fields for the above parameter must be as shown below:- 56 The fields for the above parameter must be as shown below:- 68 The fields for the above parameter must be as shown below:- 80 The fields for the above parameter must be as shown below:- 90 The fields for the above parameter must be as shown below:- 102 The fields for the above parameter must be as shown below:- 114 The fields for the above parameter must be as shown below:- 126 The fields for the above parameter must be as shown below:-
|
| H A D | ahci-ceva.txt | 10 The fields for the above parameter must be as shown below: 18 The fields for the above parameter must be as shown below: 26 The fields for the above parameter must be as shown below: 34 The fields for the above parameter must be as shown below:
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | lt3651-charger.txt | 7 - lltc,acpr-gpios: Connect to ACPR output. See remark below. 10 - lltc,fault-gpios: Connect to FAULT output. See remark below. 11 - lltc,chrg-gpios: Connect to CHRG output. See remark below.
|
| H A D | bq27xxx.yaml | 27 - ti,bq27500 # deprecated, use revision specific property below 28 - ti,bq27510 # deprecated, use revision specific property below 29 - ti,bq27520 # deprecated, use revision specific property below
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | rohm,bd71828-regulator.yaml | 53 PMIC default "RUN" state voltage in uV. See below table for 61 PMIC default "IDLE" state voltage in uV. See below table for 69 PMIC default "SUSPEND" state voltage in uV. See below table for 77 PMIC default "LPSR" state voltage in uV. See below table for
|
| H A D | rohm,bd71815-regulator.yaml | 57 comments below for bucks/LDOs which support this. 0 means 77 comments below for bucks/LDOs which support this. 0 means 86 comments below for bucks/LDOs which support this. 0 means 103 # given state (see below).
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | ASN1_aux_cb.pod | 90 the B<ASN1_VALUE>. See below for further details. 101 the B<ASN1_AFLG_CONST_CB> flag is set. See below for further details. 111 value on success or zero on error, unless otherwise noted below. 165 B<ASN1_PRINT_ARG> structure (see below). 171 B<ASN1_PRINT_ARG> structure (see below). 177 structure (see below). 183 structure (see below). 189 B<ASN1_STREAM_ARG> structure (see below). 195 B<ASN1_STREAM_ARG> structure (see below).
|
| H A D | BIO_connect.pod | 27 B<BIO_SOCK_REUSEADDR>, which is described in L</FLAGS> below. 32 The flags are described in L</FLAGS> below. 38 The flags are described in L</FLAGS> below. 44 on the accepted socket. The flags are described in L</FLAGS> below.
|
| /freebsd-14.2/sys/fs/unionfs/ |
| H A D | union_vfsops.c | 86 int below; in unionfs_domount() local 97 below = 0; in unionfs_domount() 131 below = 1; in unionfs_domount() 252 if (below) { in unionfs_domount() 343 if (!below) { in unionfs_domount() 363 below ? "below" : "above", target); in unionfs_domount()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | mediatek,mt8365-pinctrl.yaml | 38 the amount of cells must be specified as 2. See the below mentioned gpio 82 resistance. Valid arguments are described as below: 96 different resistance. Valid arguments are described as below: 135 Valid arguments are described as below: 154 below: 168 below:
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/devfreq/event/ |
| H A D | exynos-ppmu.txt | 30 Example1 : PPMUv1 nodes in exynos3250.dtsi are listed below. 66 Example2 : Events of each PPMU node in exynos3250-rinato.dts are listed below. 120 Example3 : PPMUv2 nodes in exynos5433.dtsi are listed below. 158 Example4 : 'event-data-type' in exynos4412-ppmu-common.dtsi are listed below.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-ocores.txt | 15 - clocks : handle to the controller clock; see the note below. 18 see the note below. Mutually exclusive with clocks 24 - clock-frequency : frequency of bus clock in Hz; see the note below.
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | simd | 19 using scalar = see below; 20 template<int N> using fixed_size = see below; 25 template<class T, size_t N, class... Abis> struct deduce { using type = see below; };
|