Home
last modified time | relevance | path

Searched defs:__size (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h92 _LIBCPP_HIDE_FROM_ABI inline string __determine_grouping(ptrdiff_t __size, const string& __grouping… in __determine_grouping()
222 int __size = (__first - __begin) + // [sign][prefix] in __write_using_decimal_separators() local
304 ptrdiff_t __size = __last - __first; in __format_integer() local
332 int32_t __size = __first - __begin; in __format_integer() local
H A Dformatter_output.h71 __padding_size(size_t __size, size_t __width, __format_spec::__alignment __align) { in __padding_size()
283 ptrdiff_t __size = __last - __first; variable
313 size_t __size = variable
H A Dformat_args.h53 _LIBCPP_HIDE_FROM_ABI size_t __size() const noexcept { return __size_; } in __size() function
H A Dwrite_escaped.h54 int __size = __formatter::__truncate(__str, __specs.__precision_); variable
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/omp/
H A Dparallel_stable_sort.h
H A Dparallel_for_each.h
H A Dparallel_transform_reduce.h
H A Dutil.h
/freebsd/sys/contrib/xen/io/
H A Dring.h178 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do { \ argument
185 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size) argument
187 #define BACK_RING_ATTACH(_r, _s, _i, __size) do { \ argument
194 #define BACK_RING_INIT(_r, _s, __size) BACK_RING_ATTACH(_r, _s, 0, __size) argument
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dtake_view.h95 auto __size = size(); in begin() local
111 auto __size = size(); in begin() local
H A Ddrop_view.h126 _LIBCPP_HIDE_FROM_ABI static constexpr auto __size(auto& __self) { in __size() function
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Daligned_alloc.h31 __libcpp_aligned_alloc(std::size_t __alignment,std::size_t __size) __libcpp_aligned_alloc() argument
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dmm_malloc.h33 _mm_malloc(size_t __size, size_t __align) { in _mm_malloc()
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmm_malloc.h26 static __inline void *_mm_malloc(size_t __size, size_t __alignment) { in _mm_malloc()
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dextents.h58 _LIBCPP_HIDE_FROM_ABI static constexpr size_t __size() { return sizeof...(_Values); } in __size() function
H A Dlayout_left.h141 index_type __size = 1; in required_span_size() local
H A Dlayout_right.h140 index_type __size = 1; in required_span_size() local
H A Dlayout_stride.h99 index_type __size = 1; in __required_span_size_is_representable() local
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_search_n.h51 auto __size = ranges::distance(__first, __last); in __ranges_search_n_impl() local
H A Dcopy_backward.h97 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator() local
H A Dmove_backward.h97 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator() local
H A Dmove.h88 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator() local
H A Dcopy.h87 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator() local
/freebsd/contrib/llvm-project/libcxx/include/__debug_utils/
H A Dstrict_weak_ordering_check.h38 __diff_t __size = __last - __first > __diff_t(100) ? __diff_t(100) : __last - __first; in __check_strict_weak_ordering_sorted() local
/freebsd/include/
H A Dnl_types.h82 int __size; member

12