Home
last modified time | relevance | path

Searched refs:__sp (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsetjmp.d91 int __sp; in version() member
112 void * __sp; in version()
120 long __sp; in version()
137 long __sp; in version()
154 c_long __sp; in version()
353 void * __sp;
361 long __sp;
378 long __sp;
H A Dspawn.d118 sched_param __sp; in version()
213 sched_param __sp; in version()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dspanstream203 seekpos(pos_type __sp,
205 { return seekoff(off_type(__sp), ios_base::beg, __which); }
260 std::span<const _CharT> __sp(std::forward<_Ros>(__s));
261 _M_sb.span({const_cast<_CharT*>(__sp.data()), __sp.size()});
297 std::span<const _CharT> __sp(std::forward<_Ros>(__s));
298 _M_sb.span({const_cast<_CharT*>(__sp.data()), __sp.size()});
H A Dspan420 as_bytes(span<_Type, _Extent> __sp) noexcept
422 auto data = reinterpret_cast<const byte*>(__sp.data());
423 auto size = __sp.size_bytes();
434 as_writable_bytes(span<_Type, _Extent> __sp) noexcept
436 auto data = reinterpret_cast<byte*>(__sp.data());
437 auto size = __sp.size_bytes();
H A Dstreambuf262 * @param __sp Position
268 pubseekpos(pos_type __sp,
270 { return this->seekpos(__sp, __mode); }
H A Dsstream399 seekpos(pos_type __sp,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dsstream.tcc216 seekpos(pos_type __sp, ios_base::openmode __mode) in seekpos() argument
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
227 const off_type __pos(__sp); in seekpos()
237 __ret = __sp; in seekpos()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dsstream.tcc216 seekpos(pos_type __sp, ios_base::openmode __mode) in seekpos() argument
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
227 const off_type __pos(__sp); in seekpos()
237 __ret = __sp; in seekpos()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dspan425 as_bytes(span<_Type, _Extent> __sp) noexcept
427 auto data = reinterpret_cast<const byte*>(__sp.data());
428 auto size = __sp.size_bytes();
439 as_writable_bytes(span<_Type, _Extent> __sp) noexcept
441 auto data = reinterpret_cast<byte*>(__sp.data());
442 auto size = __sp.size_bytes();
H A Dstreambuf264 * @param __sp Position
270 pubseekpos(pos_type __sp,
272 { return this->seekpos(__sp, __mode); }
H A Dsstream278 seekpos(pos_type __sp,
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Drandom2553 _CharT __sp = __os.widen(' ');
2554 __os.fill(__sp);
2557 __os << __sp << __x.__x_[__j];
2559 __os << __sp << __x.__x_[__j];
2883 _CharT __sp = __os.widen(' ');
2884 __os.fill(__sp);
2887 __os << __sp << __x.__x_[__j];
2889 __os << __sp << __x.__x_[__j];
2890 __os << __sp << __x.__c_;
3067 _CharT __sp = __os.widen(' ');
[all …]
H A Dstreambuf162 pos_type pubseekpos(pos_type __sp,
164 { return seekpos(__sp, __which); }
277 virtual pos_type seekpos(pos_type __sp,
H A Dfstream268 virtual pos_type seekpos(pos_type __sp,
969 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __sp, ios_base::openmode)
974 if (fseek(__file_, __sp, SEEK_SET))
977 if (fseeko(__file_, __sp, SEEK_SET))
980 __st_ = __sp.state();
981 return __sp;
H A Dstrstream182 virtual pos_type seekpos(pos_type __sp,
H A Dsstream262 virtual pos_type seekpos(pos_type __sp,
264 return seekoff(__sp, ios_base::beg, __wch);
H A Dlocale1412 basic_string<_CharT, _Traits> __sp(__ns, __fl);
1413 if (__s.__sbuf_->sputn(__sp.data(), __ns) != __ns)
3897 ptrdiff_t __sp = __to_nxt - &__bs[0];
3898 __bs.resize(2 * __sp);
3899 __to = &__bs[0] + __sp;
3982 virtual pos_type seekpos(pos_type __sp,
4245 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekpos(pos_type __sp, ios_base::openmode __wch)
4249 if (__bufptr_->pubseekpos(__sp, __wch) == pos_type(off_type(-1)))
4251 return __sp;
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dstrstream.cpp293 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() argument
302 off_type newoff = __sp; in seekpos()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc95 # define SP_REG __sp
H A Dsanitizer_mac.cc662 *sp = ucontext->uc_mcontext->__ss.__sp; in GetPcSpBp()
670 *sp = ucontext->uc_mcontext->__ss.__sp; in GetPcSpBp()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc97 # define SP_REG __sp
H A Dsanitizer_mac.cc689 *sp = ucontext->uc_mcontext->__ss.__sp; in GetPcSpBp()
697 *sp = ucontext->uc_mcontext->__ss.__sp; in GetPcSpBp()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp97 # define SP_REG __sp
H A Dsanitizer_mac.cpp917 *sp = ucontext->uc_mcontext->__ss.__sp; in GetPcSpBp()
/netbsd-src/sys/netipsec/
H A Dkey.c330 struct secpolicy *__sp; \
331 SPLIST_WRITER_FOREACH(__sp, (dir)) { \
332 if (SPLIST_WRITER_NEXT(__sp) == NULL) { \
333 SPLIST_WRITER_INSERT_AFTER(__sp,\

12