Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_bitset.h222 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD; in _M_do_left_shift() local
248 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD; in _M_do_right_shift() local
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_bitset.h225 const size_t __offset = __shift % _GLIBCPP_BITSET_BITS_PER_WORD; in _M_do_left_shift() local
250 const size_t __offset = __shift % _GLIBCPP_BITSET_BITS_PER_WORD; in _M_do_right_shift() local
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.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 …]
H A Daltivec.h17693 static inline __ATTRS_o_ai vector signed char vec_xl(ptrdiff_t __offset, in vec_xl()
17699 vec_xl(ptrdiff_t __offset, const unsigned char *__ptr) { in vec_xl()
17704 vec_xl(ptrdiff_t __offset, const signed short *__ptr) { in vec_xl()
17710 vec_xl(ptrdiff_t __offset, const unsigned short *__ptr) { in vec_xl()
17715 static inline __ATTRS_o_ai vector signed int vec_xl(ptrdiff_t __offset, in vec_xl()
17722 vec_xl(ptrdiff_t __offset, const unsigned int *__ptr) { in vec_xl()
17727 static inline __ATTRS_o_ai vector float vec_xl(ptrdiff_t __offset, in vec_xl()
17739 vec_xl(ptrdiff_t __offset, const signed long long *__ptr) { in vec_xl()
17745 vec_xl(ptrdiff_t __offset, const unsigned long long *__ptr) { in vec_xl()
17750 static inline __ATTRS_o_ai vector double vec_xl(ptrdiff_t __offset, in vec_xl()
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/libio/
H A Diolibio.h80 #define _IO_fseek(__fp, __offset, __whence) \ argument
/openbsd-src/include/
H A Dnl_types.h70 int32_t __offset; member
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/generic/
H A Dctype_members.cc206 size_t __offset = 0; in do_narrow() local
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Dcxxabi.h229 __PTRDIFF_TYPE__ __offset () const in __offset() function
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Dcxxabi.h327 __offset() const in __offset() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dctype_members.cc240 size_t __offset = 0; in do_narrow() local
/openbsd-src/sys/arch/alpha/include/
H A D_types.h130 int __offset; member
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_deque.h161 difference_type __offset = __n + (_M_cur - _M_first); member
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_deque.h185 const difference_type __offset = __n + (_M_cur - _M_first); member