Home
last modified time | relevance | path

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

/external/rust/crates/libc/src/unix/bsd/apple/b64/aarch64/
Dalign.rs36 pub __sp: u64,
/external/libcxx/include/
Drandom2458 _CharT __sp = __os.widen(' ');
2459 __os.fill(__sp);
2462 __os << __sp << __x.__x_[__j];
2464 __os << __sp << __x.__x_[__j];
2778 _CharT __sp = __os.widen(' ');
2779 __os.fill(__sp);
2782 __os << __sp << __x.__x_[__j];
2784 __os << __sp << __x.__x_[__j];
2785 __os << __sp << __x.__c_;
2960 _CharT __sp = __os.widen(' ');
[all …]
Dstreambuf163 pos_type pubseekpos(pos_type __sp,
165 { return seekpos(__sp, __which); }
278 virtual pos_type seekpos(pos_type __sp,
Dfstream261 virtual pos_type seekpos(pos_type __sp,
962 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __sp, ios_base::openmode)
967 if (fseek(__file_, __sp, SEEK_SET))
970 if (fseeko(__file_, __sp, SEEK_SET))
973 __st_ = __sp.state();
974 return __sp;
Dsstream237 virtual pos_type seekpos(pos_type __sp,
621 basic_stringbuf<_CharT, _Traits, _Allocator>::seekpos(pos_type __sp,
624 return seekoff(__sp, ios_base::beg, __wch);
Dstrstream175 virtual pos_type seekpos(pos_type __sp,
Dlocale1406 basic_string<_CharT, _Traits> __sp(__ns, __fl);
1407 if (__s.__sbuf_->sputn(__sp.data(), __ns) != __ns)
3878 ptrdiff_t __sp = __to_nxt - &__bs[0];
3879 __bs.resize(2 * __sp);
3880 __to = &__bs[0] + __sp;
3952 virtual pos_type seekpos(pos_type __sp,
4215 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekpos(pos_type __sp, ios_base::openmode __wch)
4219 if (__bufptr_->pubseekpos(__sp, __wch) == pos_type(off_type(-1)))
4221 return __sp;
/external/llvm-project/libcxx/include/
Drandom2476 _CharT __sp = __os.widen(' ');
2477 __os.fill(__sp);
2480 __os << __sp << __x.__x_[__j];
2482 __os << __sp << __x.__x_[__j];
2798 _CharT __sp = __os.widen(' ');
2799 __os.fill(__sp);
2802 __os << __sp << __x.__x_[__j];
2804 __os << __sp << __x.__x_[__j];
2805 __os << __sp << __x.__c_;
2982 _CharT __sp = __os.widen(' ');
[all …]
Dstreambuf162 pos_type pubseekpos(pos_type __sp,
164 { return seekpos(__sp, __which); }
277 virtual pos_type seekpos(pos_type __sp,
Dfstream261 virtual pos_type seekpos(pos_type __sp,
962 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __sp, ios_base::openmode)
967 if (fseek(__file_, __sp, SEEK_SET))
970 if (fseeko(__file_, __sp, SEEK_SET))
973 __st_ = __sp.state();
974 return __sp;
Dstrstream174 virtual pos_type seekpos(pos_type __sp,
Dsstream242 virtual pos_type seekpos(pos_type __sp,
244 return seekoff(__sp, ios_base::beg, __wch);
Dlocale1397 basic_string<_CharT, _Traits> __sp(__ns, __fl);
1398 if (__s.__sbuf_->sputn(__sp.data(), __ns) != __ns)
3873 ptrdiff_t __sp = __to_nxt - &__bs[0];
3874 __bs.resize(2 * __sp);
3875 __to = &__bs[0] + __sp;
3947 virtual pos_type seekpos(pos_type __sp,
4210 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekpos(pos_type __sp, ios_base::openmode __wch)
4214 if (__bufptr_->pubseekpos(__sp, __wch) == pos_type(off_type(-1)))
4216 return __sp;
/external/llvm-project/libcxx/src/
Dstrstream.cpp293 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() argument
302 off_type newoff = __sp; in seekpos()
/external/libcxx/src/
Dstrstream.cpp294 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() argument
303 off_type newoff = __sp; in seekpos()
/external/llvm-project/libunwind/src/
DRegisters.hpp1799 uint64_t getSP() const { return _registers.__sp; } in getSP()
1800 void setSP(uint64_t value) { _registers.__sp = value; } in setSP()
1811 uint64_t __sp; // Stack pointer x31 member
1860 return _registers.__sp; in getRegister()
1872 _registers.__sp = value; in setRegister()
2079 uint32_t getSP() const { return _registers.__sp; } in getSP()
2080 void setSP(uint32_t value) { _registers.__sp = value; } in setSP()
2109 uint32_t __sp; // Stack pointer r13 member
2214 return _registers.__sp; in getRegister()
2240 _registers.__sp = value; in setRegister()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_mac.cpp97 # define SP_REG __sp
Dsanitizer_mac.cpp842 *sp = ucontext->uc_mcontext->__ss.__sp; in GetPcSpBp()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc534 *sp = ucontext->uc_mcontext->__ss.__sp; in GetPcSpBp()
542 *sp = ucontext->uc_mcontext->__ss.__sp; in GetPcSpBp()
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dearly-if-conversion-bug1.ll81 %__sp = alloca %"class.std::__1::basic_string", align 4
183 …store %"class.std::__1::basic_string"* %__sp, %"class.std::__1::basic_string"** %this.addr.i53, al…
209 …store %"class.std::__1::basic_string"* %__sp, %"class.std::__1::basic_string"** %this.addr.i60, al…
310 …basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(%"class.std::__1::basic_string"* %__sp) #0
318 …basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(%"class.std::__1::basic_string"* %__sp) #0
/external/llvm/test/CodeGen/Hexagon/
Dearly-if-conversion-bug1.ll81 %__sp = alloca %"class.std::__1::basic_string", align 4
183 …store %"class.std::__1::basic_string"* %__sp, %"class.std::__1::basic_string"** %this.addr.i53, al…
209 …store %"class.std::__1::basic_string"* %__sp, %"class.std::__1::basic_string"** %this.addr.i60, al…
310 …basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(%"class.std::__1::basic_string"* %__sp) #0
318 …basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(%"class.std::__1::basic_string"* %__sp) #0
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
DDNBArchImplARM64.cpp134 return m_state.context.gpr.__sp; in GetSP()
199 m_state.context.gpr.__sp, m_state.context.gpr.__pc, in GetGPRState()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp162 return m_state.context.gpr.__sp; in GetSP()
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs468 __sp: ::sched_param,