| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | setjmp.d | 91 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 D | spawn.d | 118 sched_param __sp; in version() 213 sched_param __sp; in version()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | spanstream | 203 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 D | span | 420 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 D | streambuf | 262 * @param __sp Position 268 pubseekpos(pos_type __sp, 270 { return this->seekpos(__sp, __mode); }
|
| H A D | sstream | 399 seekpos(pos_type __sp,
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | sstream.tcc | 216 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 D | sstream.tcc | 216 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 D | span | 425 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 D | streambuf | 264 * @param __sp Position 270 pubseekpos(pos_type __sp, 272 { return this->seekpos(__sp, __mode); }
|
| H A D | sstream | 278 seekpos(pos_type __sp,
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | random | 2553 _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 D | streambuf | 162 pos_type pubseekpos(pos_type __sp, 164 { return seekpos(__sp, __which); } 277 virtual pos_type seekpos(pos_type __sp,
|
| H A D | fstream | 268 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 D | strstream | 182 virtual pos_type seekpos(pos_type __sp,
|
| H A D | sstream | 262 virtual pos_type seekpos(pos_type __sp, 264 return seekoff(__sp, ios_base::beg, __wch);
|
| H A D | locale | 1412 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 D | strstream.cpp | 293 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 D | sanitizer_stoptheworld_mac.cc | 95 # define SP_REG __sp
|
| H A D | sanitizer_mac.cc | 662 *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 D | sanitizer_stoptheworld_mac.cc | 97 # define SP_REG __sp
|
| H A D | sanitizer_mac.cc | 689 *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 D | sanitizer_stoptheworld_mac.cpp | 97 # define SP_REG __sp
|
| H A D | sanitizer_mac.cpp | 917 *sp = ucontext->uc_mcontext->__ss.__sp; in GetPcSpBp()
|
| /netbsd-src/sys/netipsec/ |
| H A D | key.c | 330 struct secpolicy *__sp; \ 331 SPLIST_WRITER_FOREACH(__sp, (dir)) { \ 332 if (SPLIST_WRITER_NEXT(__sp) == NULL) { \ 333 SPLIST_WRITER_INSERT_AFTER(__sp,\
|