Home
last modified time | relevance | path

Searched refs:__offset (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h25 inline __device__ int __FnName(int __val, __Type __offset, \
27 return __IntIntrinsic(__val, __offset, \
30 inline __device__ float __FnName(float __val, __Type __offset, \
32 return __FloatIntrinsic(__val, __offset, \
35 inline __device__ unsigned int __FnName(unsigned int __val, __Type __offset, \
38 ::__FnName(static_cast<int>(__val), __offset, __width)); \
40 inline __device__ long long __FnName(long long __val, __Type __offset, \
49 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \
50 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
55 inline __device__ long __FnName(long __val, __Type __offset, \
[all …]
H A Dvecintrin.h863 (const char *)__ptr + __offset[__index]); in vec_gather_element()
873 (const char *)__ptr + __offset[__index]); in vec_gather_element()
883 (const char *)__ptr + __offset[__index]); in vec_gather_element()
893 (const char *)__ptr + __offset[__index]); in vec_gather_element()
903 (const char *)__ptr + __offset[__index]); in vec_gather_element()
913 (const char *)__ptr + __offset[__index]); in vec_gather_element()
924 (const char *)__ptr + __offset[__index]); in vec_gather_element()
935 (const char *)__ptr + __offset[__index]); in vec_gather_element()
1083 vec_xl(long __offset, const float *__ptr) { in vec_xl() argument
1092 vec_xl(long __offset, const double *__ptr) { in vec_xl() argument
[all …]
H A Daltivec.h17731 return *(unaligned_vec_uchar*)(__ptr + __offset); in vec_xl()
17871 return vec_xl(__offset, __ptr); in vec_xl_be()
17876 return vec_xl(__offset, __ptr); in vec_xl_be()
18081 *(__ptr + __offset) = (signed char)__vec[0]; in vec_xst_trunc()
18087 *(__ptr + __offset) = (unsigned char)__vec[0]; in vec_xst_trunc()
18093 *(__ptr + __offset) = (signed short)__vec[0]; in vec_xst_trunc()
18099 *(__ptr + __offset) = (unsigned short)__vec[0]; in vec_xst_trunc()
18105 *(__ptr + __offset) = (signed int)__vec[0]; in vec_xst_trunc()
18111 *(__ptr + __offset) = (unsigned int)__vec[0]; in vec_xst_trunc()
18211 vec_xst(__vec, __offset, __ptr); in vec_xst_be()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.h57 uptr __offset = (uptr)(offset); \ in DECLARE_REAL()
60 if (UNLIKELY(__offset > __offset + __size)) { \ in DECLARE_REAL()
62 ReportStringFunctionSizeOverflow(__offset, __size, &stack); \ in DECLARE_REAL()
64 if (UNLIKELY(!QuickCheckForUnpoisonedRegion(__offset, __size)) && \ in DECLARE_REAL()
65 (__bad = __asan_region_is_poisoned(__offset, __size))) { \ in DECLARE_REAL()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_ends_with.h107 _Offset __offset) { in __ends_with_fn_impl_with_offset()
114 ranges::advance(__first1, __offset); in __ends_with_fn_impl_with_offset()
164 auto __offset = __n1 - __n2; local
174 __offset);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dspan318 subspan(size_type __offset, size_type __count = dynamic_extent) const noexcept {
319 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(__offset <= size(), "span<T, N>::subspan(offset, count): offse…
321 return {data() + __offset, size() - __offset};
323 … __count <= size() - __offset, "span<T, N>::subspan(offset, count): offset + count out of range");
324 return {data() + __offset, __count};
480 subspan(size_type __offset, size_type __count = dynamic_extent) const noexcept {
481 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(__offset <= size(), "span<T>::subspan(offset, count): offset o…
483 return {data() + __offset, size() - __offset};
485 … __count <= size() - __offset, "span<T>::subspan(offset, count): offset + count out of range");
486 return {data() + __offset, __count};
H A Dregex5147 int __offset = (__flags & regex_constants::match_prev_avail) ? 1 : 0;
5148 basic_string<_CharT> __s(std::prev(__first, __offset), __last);
5150 bool __r = __e.__search(__s.data() + __offset, __s.data() + __s.size(), __mc, __flags);
/freebsd/include/
H A Dnl_types.h72 int32_t __offset; member
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_stride.h122 _LIBCPP_HIDE_FROM_ABI static constexpr index_type __offset(const _StridedMapping& __mapping) { in __offset() function
248 _LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(static_cast<index_type>(0) == __offset(__other),
341 if (__offset(__rhs))
/freebsd/lib/libc/nls/
H A Dmsgcat.c317 msg_hdr[i].__offset)); in catgets()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp95 sptr __offset = __msan_test_shadow(x, n); \
98 if (__offset >= 0 && __msan::flags()->report_umrs) { \
100 ReportUMRInsideAddressRange(__func__, x, n, __offset); \
102 pc, bp, __msan_get_origin((const char *)x + __offset)); \
/freebsd/usr.bin/gencat/
H A Dgencat.c558 msg_hdr->__offset = htonl(msg_offset);
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.h2062 #define RTW89_DEF_FBTC_MREG(__type, __bytes, __offset) \ argument
2064 .offset = cpu_to_le32(__offset), }