Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dfrom_chars_floating_point.h99 size_t __offset = 1; in __from_chars_floating_point_nan() local
132 …ant_result<_Tp> __parse_fractional_hex_constant(const char* __input, size_t __n, size_t __offset) { in __parse_fractional_hex_constant()
196 __exponent_result __parse_exponent(const char* __input, size_t __n, size_t __offset, char __marker)… in __parse_exponent()
281 ptrdiff_t __offset = __ptr - __first; in __from_chars_floating_point_hex() local
316 __parse_fractional_decimal_constant(const char* __input, ptrdiff_t __n, ptrdiff_t __offset) { in __parse_fractional_decimal_constant()
360 ptrdiff_t __offset = __ptr - __first; in __from_chars_floating_point_decimal() local
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dmismatch.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
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dmismatch.h82 auto __offset = __i * __vec_size + std::__find_first_not_set(__cmp_res); in __mismatch_vectorized() local
95 auto __offset = std::__find_first_not_set(__cmp_res); in __mismatch_vectorized() local
110 auto __offset = in __mismatch_vectorized() local
H A Dranges_ends_with.h164 auto __offset = __n1 - __n2; local
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h208 __format_zone_offset(basic_stringstream<_CharT>& __sstr, chrono::seconds __offset, bool __modifier)… in __format_zone_offset()
230 chrono::seconds __offset; member
/freebsd/include/
H A Dnl_types.h72 int32_t __offset; member
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h945 __vector unsigned int __offset, in vec_gather_element()
955 __vector unsigned int __offset, in vec_gather_element()
965 __vector unsigned int __offset, in vec_gather_element()
975 __vector unsigned long long __offset, in vec_gather_element()
985 __vector unsigned long long __offset, in vec_gather_element()
995 __vector unsigned long long __offset, in vec_gather_element()
1006 __vector unsigned int __offset, in vec_gather_element()
1017 __vector unsigned long long __offset, in vec_gather_element()
1029 __vector unsigned int __offset, in vec_scatter_element()
1038 __vector unsigned int __offset, in vec_scatter_element()
[all …]
H A Daltivec.h17728 vec_xl(ptrdiff_t __offset, const signed char *__ptr) { in vec_xl()
17733 vec_xl(ptrdiff_t __offset, const unsigned char *__ptr) { in vec_xl()
17738 vec_xl(ptrdiff_t __offset, const signed short *__ptr) { in vec_xl()
17744 vec_xl(ptrdiff_t __offset, const unsigned short *__ptr) { in vec_xl()
17750 vec_xl(ptrdiff_t __offset, const signed int *__ptr) { in vec_xl()
17756 vec_xl(ptrdiff_t __offset, const unsigned int *__ptr) { in vec_xl()
17761 static __inline__ __ATTRS_o_ai vector float vec_xl(ptrdiff_t __offset, in vec_xl()
17773 vec_xl(ptrdiff_t __offset, const signed long long *__ptr) { in vec_xl()
17779 vec_xl(ptrdiff_t __offset, const unsigned long long *__ptr) { in vec_xl()
17784 static __inline__ __ATTRS_o_ai vector double vec_xl(ptrdiff_t __offset, in vec_xl()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_stride.h127 _LIBCPP_HIDE_FROM_ABI static constexpr index_type __offset(const _StridedMapping& __mapping) { in __offset() function
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb.cpp425 [[nodiscard]] static bool __parse_dst(istream& __input, seconds __offset) { in __parse_dst()
H A Dtime_zone.cpp144 chrono::hh_mm_ss __offset{__continuation.__stdoff + __save}; in __format() local
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.h2575 #define RTW89_DEF_FBTC_MREG(__type, __bytes, __offset) \ argument