Home
last modified time | relevance | path

Searched refs:sized (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dsubrange.h72 …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 Dreverse_view.h134 …everse_subrange<subrange<reverse_iterator<_Iter>, reverse_iterator<_Iter>, subrange_kind::sized>> =
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dsubrange.h27 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 Darray298 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 Dranges55 // [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 DMakefile66 CWARNEXTRA += -Wno-gnu-variable-sized-type-not-at-end
/freebsd/usr.sbin/bsdconfig/dot/
H A DUSAGE78 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 Dcoreboot.txt11 1.) The coreboot table. This is a list of variable-sized descriptors
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp42x-netgear-wg302v1.dts41 * 8 MB of Flash in 64 0x20000 sized blocks
H A Dintel-ixp42x-adi-coyote.dts42 * 32 MB of Flash in 128 0x20000 sized blocks
H A Dintel-ixp42x-dlink-dsm-g600.dts108 * 16 MB of Flash in 128 0x20000 sized blocks
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.inc32 "Terminate on a size mismatch between a sized-delete and the actual "
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.td23 // - Need at least one feature to avoid generating zero sized array by
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dranges.cppm
H A Dranges.inc49 // [range.sized], sized ranges
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc28 // 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 Dstring.fr7 \ counted string, buffer sized dynamically
/freebsd/tools/test/stress2/misc/
H A Ddatamove.sh110 /* Create a FILESIZE sized file - then remove file data from the cache*/
H A Ddatamove2.sh99 /* Create a FILESIZE sized file - then remove file data from the cache */
H A Ddatamove3.sh116 /* Create a FILESIZE sized file - then remove file data from the cache */
H A Ddatamove4.sh106 /* Create a FILESIZE sized file - then remove file data from the cache */
H A Ddatamove5.sh116 /* Create a FILESIZE sized file - then remove file data from the cache */
/freebsd/contrib/libcbor/doc/source/
H A Dinternal.rst106 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 DSystemZCallingConv.td211 // 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 Dscsi_modes35 # 'i' is a byte-sized integral types, followed by a field width of
38 # 'b' is a bit-sized integral type

1234