Home
last modified time | relevance | path

Searched defs:__offset (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__algorithm/
HDmismatch.h81 auto __offset = __i * __vec_size + std::__find_first_not_set(__cmp_res); in __mismatch_vectorized() local
94 auto __offset = std::__find_first_not_set(__cmp_res); in __mismatch_vectorized() local
109 auto __offset = in __mismatch_vectorized() local
HDranges_ends_with.h164 auto __offset = __n1 - __n2; local
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__chrono/
HDformatter.h201 __format_zone_offset(basic_stringstream<_CharT>& __sstr, chrono::seconds __offset, bool __modifier)… in __format_zone_offset()
223 chrono::seconds __offset; member
/freebsd-14-stable/include/
HDnl_types.h73 int32_t __offset; member
/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/
HDvecintrin.h859 __vector unsigned int __offset, in vec_gather_element()
869 __vector unsigned int __offset, in vec_gather_element()
879 __vector unsigned int __offset, in vec_gather_element()
889 __vector unsigned long long __offset, in vec_gather_element()
899 __vector unsigned long long __offset, in vec_gather_element()
909 __vector unsigned long long __offset, in vec_gather_element()
920 __vector unsigned int __offset, in vec_gather_element()
931 __vector unsigned long long __offset, in vec_gather_element()
943 __vector unsigned int __offset, in vec_scatter_element()
952 __vector unsigned int __offset, in vec_scatter_element()
[all …]
HDaltivec.h17724 static inline __ATTRS_o_ai vector signed char vec_xl(ptrdiff_t __offset, in vec_xl()
17730 vec_xl(ptrdiff_t __offset, const unsigned char *__ptr) { in vec_xl()
17735 vec_xl(ptrdiff_t __offset, const signed short *__ptr) { in vec_xl()
17741 vec_xl(ptrdiff_t __offset, const unsigned short *__ptr) { in vec_xl()
17746 static inline __ATTRS_o_ai vector signed int vec_xl(ptrdiff_t __offset, in vec_xl()
17753 vec_xl(ptrdiff_t __offset, const unsigned int *__ptr) { in vec_xl()
17758 static inline __ATTRS_o_ai vector float vec_xl(ptrdiff_t __offset, in vec_xl()
17770 vec_xl(ptrdiff_t __offset, const signed long long *__ptr) { in vec_xl()
17776 vec_xl(ptrdiff_t __offset, const unsigned long long *__ptr) { in vec_xl()
17781 static inline __ATTRS_o_ai vector double vec_xl(ptrdiff_t __offset, in vec_xl()
[all …]
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__mdspan/
HDlayout_stride.h122 _LIBCPP_HIDE_FROM_ABI static constexpr index_type __offset(const _StridedMapping& __mapping) { in __offset() function
/freebsd-14-stable/contrib/llvm-project/libcxx/src/experimental/
HDtzdb.cpp412 [[nodiscard]] static bool __parse_dst(istream& __input, seconds __offset) { in __parse_dst()
HDtime_zone.cpp135 chrono::hh_mm_ss __offset{__continuation.__stdoff + __save}; in __format() local
/freebsd-14-stable/sys/contrib/dev/rtw89/
HDcore.h2459 #define RTW89_DEF_FBTC_MREG(__type, __bytes, __offset) \ argument