/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | subrange.h | 72 …subrange_kind _Kind = sized_sentinel_for<_Sent, _Iter> ? subrange_kind::sized : subrange_kin… 73 requires(_Kind == subrange_kind::sized || !sized_sentinel_for<_Sent, _Iter>) 77 …static constexpr bool _StoreSize = (_Kind == subrange_kind::sized && !sized_sentinel_for<_Sent, _I… 100 requires(_Kind == subrange_kind::sized) in subrange() 125 requires(_Kind == subrange_kind::sized) in subrange() 150 requires(_Kind == subrange_kind::sized) in size() 200 … _Sent, make_unsigned_t<iter_difference_t<_Iter>>) -> subrange<_Iter, _Sent, subrange_kind::sized>; 206 ? subrange_kind::sized 211 -> subrange<iterator_t<_Range>, sentinel_t<_Range>, subrange_kind::sized>;
|
H A D | reverse_view.h | 134 …everse_subrange<subrange<reverse_iterator<_Iter>, reverse_iterator<_Iter>, subrange_kind::sized>> =
|
/freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
H A D | subrange.h | 27 enum class subrange_kind : bool { unsized, sized }; enumerator 30 requires(_Kind == subrange_kind::sized || !sized_sentinel_for<_Sent, _Iter>)
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | array | 298 static_assert(!is_const<_Tp>::value, "cannot fill zero-sized array of type 'const T'"); 302 static_assert(!is_const<_Tp>::value, "cannot swap zero-sized array of type 'const T'"); 342 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::operator[] on a zero-sized ar… 347 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::operator[] on a zero-sized ar… 362 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::front() on a zero-sized array… 367 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::front() on a zero-sized array… 372 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::back() on a zero-sized array"… 377 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::back() on a zero-sized array"…
|
H A D | ranges | 55 // [range.sized], sized ranges 107 enum class subrange_kind : bool { unsized, sized }; 110 requires (K == subrange_kind::sized || !sized_sentinel_for<S, I>)
|
/freebsd/sys/modules/qlnx/qlnxr/ |
H A D | Makefile | 66 CWARNEXTRA += -Wno-gnu-variable-sized-type-not-at-end
|
/freebsd/usr.sbin/bsdconfig/dot/ |
H A D | USAGE | 78 US-Letter sized pages that can be assembled into a large poster (using 91 of 2x-wide and 4x-tall US-Letter sized pages:
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/ |
H A D | coreboot.txt | 11 1.) The coreboot table. This is a list of variable-sized descriptors
|
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/ |
H A D | intel-ixp42x-netgear-wg302v1.dts | 41 * 8 MB of Flash in 64 0x20000 sized blocks
|
H A D | intel-ixp42x-adi-coyote.dts | 42 * 32 MB of Flash in 128 0x20000 sized blocks
|
H A D | intel-ixp42x-dlink-dsm-g600.dts | 108 * 16 MB of Flash in 128 0x20000 sized blocks
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | flags.inc | 32 "Terminate on a size mismatch between a sized-delete and the actual "
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.td | 23 // - Need at least one feature to avoid generating zero sized array by
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | ranges.cppm |
|
H A D | ranges.inc | 49 // [range.sized], sized ranges
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_div_impl.inc | 28 // rep_t-sized bitmask with lower half of bits set to ones 117 // implicit bit set). Corresponds to rep_t-sized b_UQ1 represented in 122 // half_rep_t-sized b_UQ1_hw represented in UQ1.(HW-1) that is a **truncated** 131 // rep_t-sized iterations may be slower than the corresponding half-width
|
/freebsd/stand/ficl/softwords/ |
H A D | string.fr | 7 \ counted string, buffer sized dynamically
|
/freebsd/tools/test/stress2/misc/ |
H A D | datamove.sh | 110 /* Create a FILESIZE sized file - then remove file data from the cache*/
|
H A D | datamove2.sh | 99 /* Create a FILESIZE sized file - then remove file data from the cache */
|
H A D | datamove3.sh | 116 /* Create a FILESIZE sized file - then remove file data from the cache */
|
H A D | datamove4.sh | 106 /* Create a FILESIZE sized file - then remove file data from the cache */
|
H A D | datamove5.sh | 116 /* Create a FILESIZE sized file - then remove file data from the cache */
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | internal.rst | 106 Dynamically sized types (:doc:`api/type_2`, :doc:`api/type_3`, :doc:`api/type_4`, :doc:`api/type_5`) may store handle and data in separate locations. This enables creating large items (e.g :doc:`byte strings <api/type_2>`) without :func:`realloc` or copying large blocks of memory. One simply attaches the correct pointer to the handle.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZCallingConv.td | 211 // The first three register-sized words of the parameter area are passed in 214 // the first three register-sized words of the parameter area, the corresponding
|
/freebsd/share/misc/ |
H A D | scsi_modes | 35 # 'i' is a byte-sized integral types, followed by a field width of 38 # 'b' is a bit-sized integral type
|