Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
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()});
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();
Dstreambuf262 * @param __sp Position
268 pubseekpos(pos_type __sp,
270 { return this->seekpos(__sp, __mode); }
Dsstream399 seekpos(pos_type __sp,
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
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/sys/netipsec/
Dkey.c330 struct secpolicy *__sp; \
331 SPLIST_WRITER_FOREACH(__sp, (dir)) { \
332 if (SPLIST_WRITER_NEXT(__sp) == NULL) { \
333 SPLIST_WRITER_INSERT_AFTER(__sp,\
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20041723 return __sp.