/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | concepts | 19 concept same_as = see below; 23 concept derived_from = see below; 27 concept convertible_to = see below; 31 concept common_reference_with = see below; 35 concept common_with = see below; 39 concept integral = see below; 41 concept signed_integral = see below; 43 concept unsigned_integral = see below; 45 concept floating_point = see below; 49 concept assignable_from = 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 49 concept indirectly_readable = 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 69 concept input_or_output_iterator = see below; // since C++20 73 concept sentinel_for = see below; // since C++20 80 concept sized_sentinel_for = see below; 84 concept input_iterator = see below; // since 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; 85 concept random_access_range = see below; 88 concept contiguous_range = see below; 91 concept common_range = see below; 94 concept viewable_range = see below; 109 template<input_or_output_iterator I, sentinel_for<I> S = I, subrange_kind K = 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
|
H A D | __node_handle | 18 using value_type = see below; // not present for map containers 19 using key_type = see below; // not present for set containers 20 using mapped_type = see below; // not present for set containers 21 using allocator_type = see below;
|
/freebsd/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/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/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 | bq2415x.txt | 22 is below this value. 26 constant-voltage phase drops below this value (in mA).
|
/freebsd/sys/contrib/device-tree/Bindings/ata/ |
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/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/sys/fs/unionfs/ |
H A D | union_vfsops.c | 84 int below; in unionfs_domount() local 95 below = 0; in unionfs_domount() 129 below = 1; in unionfs_domount() 250 if (below) { in unionfs_domount() 338 if (below) { in unionfs_domount() 358 below ? "below" : "above", target); in unionfs_domount()
|
/freebsd/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/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/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | lantiq,pinctrl-falcon.txt | 33 Valid values for these names are listed below. 35 group. Valid values for function names are listed below. 51 Valid values for these names are listed below.
|
/freebsd/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; };
|
/freebsd/usr.sbin/bhyve/kbdlayout/ |
H A D | default | 13 # in the comment below. 17 # is described as a comment line below for reference. 31 # relevant line below and set the correct ScanCode. 38 # below and correct the ScanCode from 0x1e to 0x54 so that you can enter it 43 # the US keyboard, so you do not need to set anything below. 163 # the US keyboard, so you do not need to set anything below.
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | max8997-regulator.txt | 14 units for buck1 when changing voltage using gpio dvs. Refer to [1] below 18 units for buck2 when changing voltage using gpio dvs. Refer to [1] below 22 units for buck5 when changing voltage using gpio dvs. Refer to [1] below 59 sub-node should be of the format as listed below.
|