/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | iopoll.h | 37 struct timeval __now, __end; \ 39 __end.tv_sec = (_to) / USEC_PER_SEC; \ 40 __end.tv_usec = (_to) % USEC_PER_SEC; \ 42 timevaladd(&__end, &__now); \ 53 if (timevalcmp(&__now, &__end, >)) \ 67 struct timeval __now, __end; \ 69 __end.tv_sec = (_to) / USEC_PER_SEC; \ 70 __end.tv_usec = (_to) % USEC_PER_SEC; \ 72 timevaladd(&__end, &__now); \ 83 if (timevalcmp(&__now, &__end, >)) \
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | ranges_reverse.h | 39 auto __end = ranges::next(__first, __last); in operator() local 40 auto __ret = __end; in operator() 42 while (__first < --__end) { in operator() 43 ranges::iter_swap(__first, __end); in operator() 48 auto __end = ranges::next(__first, __last); in operator() local 49 auto __ret = __end; in operator() 51 while (__first != __end) { in operator() 52 if (__first == --__end) in operator() 55 ranges::iter_swap(__first, __end); in operator()
|
H A D | equal_range.h | 43 _Iter __end = _IterOps<_AlgPolicy>::next(__first, __last); in __equal_range() local 51 __end = __mid; in __equal_range() 56 … std::__upper_bound<_AlgPolicy>(++__mp1, __end, __value, __comp, __proj)); in __equal_range()
|
H A D | for_each_segment.h | 40 __func(_Traits::__local(__first), _Traits::__end(__sfirst)); in __for_each_segment() 44 __func(_Traits::__begin(__sfirst), _Traits::__end(__sfirst)); in __for_each_segment()
|
H A D | copy_backward.h | 68 …std::__copy_backward<_AlgPolicy>(_Traits::__begin(__slast), _Traits::__end(__slast), std::move(__r… in operator() 72 …__result = std::__copy_backward<_AlgPolicy>(_Traits::__local(__first), _Traits::__end(__slast), st… in operator() 104 __local_last = _Traits::__end(__segment_iterator); in operator()
|
H A D | move_backward.h | 68 …std::__move_backward<_AlgPolicy>(_Traits::__begin(__slast), _Traits::__end(__slast), std::move(__r… in operator() 72 …__result = std::__move_backward<_AlgPolicy>(_Traits::__local(__first), _Traits::__end(__slast), st… in operator() 104 __local_last = _Traits::__end(--__segment_iterator); in operator()
|
H A D | sort.h | 541 const _RandomAccessIterator __end = __last; 542 (void)__end; // 551 __first != __end, 633 const _RandomAccessIterator __end = __last; 634 (void)__end; // 642 __first != __end, 672 __first != __end, 700 const _RandomAccessIterator __end = __last; 701 (void)__end; // 708 __first != __end, [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | parser_std_format_spec.h | 68 __parse_arg_id(_Iterator __begin, _Iterator __end, _ParseContext& __ctx) { in __parse_arg_id() argument 72 if (__begin == __end) in __parse_arg_id() 75 __format::__parse_number_result __r = __format::__parse_arg_id(__begin, __end, __ctx); in __parse_arg_id() 77 if (__r.__last == __end || *__r.__last != _CharT('}')) in __parse_arg_id() 356 auto __end = __ctx.end(); 357 …if (__begin == __end || *__begin == _CharT('}') || (__fields.__use_range_fill_ && *__begin == _Cha… 360 if (__parse_fill_align(__begin, __end) && __begin == __end) 364 if (__parse_sign(__begin) && __begin == __end) 371 if (__parse_alternate_form(__begin) && __begin == __end) 378 if (__parse_zero_padding(__begin) && __begin == __end) [all …]
|
H A D | format_string.h | 41 _LIBCPP_HIDE_FROM_ABI constexpr __parse_number_result<_Iterator> __parse_number(_Iterator __begin, _Iterator __end); 75 __parse_manual(_Iterator __begin, _Iterator __end, auto& __parse_ctx) { 76 __parse_number_result<_Iterator> __r = __format::__parse_number(__begin, __end); 101 _Iterator __end = __end_input - __begin > 9 ? __begin + 9 : __end_input; in __parse_number() 103 while (++__begin != __end) { in __parse_number() 135 __parse_arg_id(_Iterator __begin, _Iterator __end, auto& __parse_ctx) { 139 return __detail::__parse_zero(__begin, __end, __parse_ctx); 146 return __detail::__parse_automatic(__begin, __end, __parse_ctx); in __parse_arg_id() 151 return __detail::__parse_manual(__begin, __end, __parse_ctx); in __parse_arg_id() 78 __parse_manual(_Iterator __begin,_Iterator __end,auto & __parse_ctx) __parse_manual() argument 105 _Iterator __end = __end_input - __begin > 9 ? __begin + 9 : __end_input; __parse_number() local 143 __parse_arg_id(_Iterator __begin,_Iterator __end,auto & __parse_ctx) __parse_arg_id() argument
|
H A D | range_formatter.h | 58 auto __end = __ctx.end(); in parse() 59 // Note the cases where __begin == __end in this code only happens when the in parse() 63 if (__begin == __end) [[unlikely]] in parse() 68 __parse_type(__begin, __end); in parse() 71 if (__begin == __end) [[unlikely]] in parse() 79 } else if (__begin != __end && *__begin != _CharT('}')) in parse() 97 if (__begin != __end && *__begin != _CharT('}')) in parse() 213 _LIBCPP_HIDE_FROM_ABI constexpr void __parse_type(_Iterator& __begin, _Iterator __end) { 234 if (__begin == __end || *__begin != _CharT('s')) in __parse_type() 57 auto __end = __ctx.end(); parse() local
|
H A D | formatter_tuple.h | 53 auto __end = __ctx.end(); in parse() local 57 else if (__begin != __end && *__begin == _CharT('m')) { in parse() 66 if (__begin != __end && *__begin != _CharT('}')) in parse()
|
H A D | formatter_integral.h | 96 auto __end = __grouping.end() - 1; in __determine_grouping() local 110 if (__ptr != __end) { in __determine_grouping() 114 } while (*__ptr == 0 && __ptr != __end); in __determine_grouping() 290 _Iterator __end, in __format_integer() argument 298 _Iterator __last = __formatter::__to_buffer(__first, __end, __value, __base); in __format_integer()
|
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | parser_std_format_spec.h | 147 _ConstIterator __end = __ctx.end(); in __parse() local 148 if (__begin == __end) in __parse() 151 _ConstIterator __last = __parse_chrono_specs(__begin, __end, __flags); in __parse() 162 __parse_chrono_specs(_ConstIterator __begin, _ConstIterator __end, __flags __flags) { in __parse_chrono_specs() argument 163 _LIBCPP_ASSERT_INTERNAL(__begin != __end, in __parse_chrono_specs() 179 __parse_conversion_spec(__begin, __end, __flags); in __parse_chrono_specs() 187 } while (__begin != __end && *__begin != _CharT('}')); in __parse_chrono_specs() 195 __parse_conversion_spec(_ConstIterator& __begin, _ConstIterator __end, __flags __flags) { 197 if (__begin == __end) in __parse_conversion_spec() 288 __parse_modifier_E(__begin, __end, __flag in __parse_conversion_spec() 196 __parse_conversion_spec(_ConstIterator & __begin,_ConstIterator __end,__flags __flags) __parse_conversion_spec() argument 312 __parse_modifier_E(_ConstIterator & __begin,_ConstIterator __end,__flags __flags) __parse_modifier_E() argument 352 __parse_modifier_O(_ConstIterator & __begin,_ConstIterator __end,__flags __flags) __parse_modifier_O() argument [all...] |
H A D | tzdb_list.h | 60 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI const_iterator end() const noexcept { return __end(); } in end() 73 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI const_iterator __end() const noexcept;
|
/freebsd/contrib/llvm-project/libcxx/include/__utility/ |
H A D | is_pointer_in_range.h | 37 __is_pointer_in_range(const _Tp* __begin, const _Tp* __end, const _Up* __ptr) { 38 …_LIBCPP_ASSERT_VALID_INPUT_RANGE(std::__is_valid_range(__begin, __end), "[__begin, __end) is not a… 43 if (!__builtin_constant_p(__begin <= __ptr && __ptr < __end)) 47 return !__less<>()(__ptr, __begin) && __less<>()(__ptr, __end); 52 __is_pointer_in_range(const _Tp* __begin, const _Tp* __end, const _Up* __ptr) { 57 reinterpret_cast<const char*>(__ptr) < reinterpret_cast<const char*>(__end);
|
/freebsd/contrib/llvm-project/libcxx/src/include/ |
H A D | overridable_function.h | 83 uintptr_t __end = reinterpret_cast<uintptr_t>(&__lcxx_override_end); in __is_function_overridden() local 95 return __ptr < __start || __ptr > __end; in __is_function_overridden() 115 uintptr_t __end = reinterpret_cast<uintptr_t>(&__stop___lcxx_override); 118 return __ptr < __start || __ptr > __end;
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | lazy_split_view.h | 211 const auto __end = ranges::end(__parent_->__base_); 212 if (__current() == __end) { 224 __current() = ranges::find(std::move(__current()), __end, *__pbegin); 225 if (__current() != __end) { 228 if (__current() == __end) 235 const auto [__b, __p] = ranges::mismatch(__current(), __end, __pbegin, __pend); 238 if (__current() == __end) { 243 } while (++__current() != __end); 299 auto __end = ranges::end(__i_.__parent_->__base_); 303 if (__cur == __end) [all …]
|
/freebsd/contrib/llvm-project/libcxx/src/experimental/ |
H A D | tzdb_list.cpp | 30 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI tzdb_list::const_iterator tzdb_list::__end() const noexcept… in __end() function in chrono::tzdb_list 31 return __impl_->__end(); in __end() 38 return __impl_->__end(); in __cend()
|
H A D | time_zone.cpp | 93 auto __end = ranges::end(__r); local 94 auto __ret = ranges::lower_bound(ranges::begin(__r), __end, __value, __comp, __proj); 95 if (__ret == __end) 96 return __end; 100 return !std::invoke(__comp, __value, std::invoke(__proj, *__ret)) ? __ret : __end; 360 sys_seconds __end, in __get_sys_info_before_first_rule() argument 365 __end, in __get_sys_info_before_first_rule() 600 sys_seconds __end = __continuation_end(__rule->__save.__time); in __get_sys_info_rule() local 603 sys_seconds __sys_info_end = std::min(__end, __next.first); in __get_sys_info_rule() 632 __end = __continuation_end(__rule->__save.__time); in __get_sys_info_rule() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | arm_cmse.h | 127 uintptr_t __end = __begin + __s - 1; in cmse_check_address_range() local 129 if (__end < __begin) in cmse_check_address_range() 133 const int __single_check = (__begin ^ __end) < 0x20u; in cmse_check_address_range() 136 void *__pe = (void *)__end; in cmse_check_address_range()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/ |
H A D | find_if.h | 67 __simd_first(_Index __first, _DifferenceType __begin, _DifferenceType __end, _Compare __comp) noexc… in __simd_first() argument 71 while (__end - __begin >= __block_size) { in __simd_first() 92 while (__begin != __end) { in __simd_first() 98 return __first + __end; in __simd_first()
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | bounded_iter.h | 90 …STEXPR_SINCE_CXX14 explicit __bounded_iter(_Iterator __current, _Iterator __begin, _Iterator __end) in __bounded_iter() 91 : __current_(__current), __begin_(__begin), __end_(__end) { in __bounded_iter() 95 … __current <= __end, "__bounded_iter(current, begin, end): current and end are inconsistent"); in __bounded_iter() 259 …M_ABI _LIBCPP_CONSTEXPR __bounded_iter<_It> __make_bounded_iter(_It __it, _It __begin, _It __end) { in __make_bounded_iter() argument 260 return __bounded_iter<_It>(std::move(__it), std::move(__begin), std::move(__end)); in __make_bounded_iter()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | glue_memory_impl.h |
|
H A D | algorithm_impl.h |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | codecvt | 112 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 150 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 187 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 242 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 281 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 319 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 356 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 393 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 430 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … 487 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const … [all …]
|