Searched refs:__sp (Results 1 – 11 of 11) sorted by relevance
/external/libcxx/include/ |
D | random | 2458 _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 …]
|
D | streambuf | 163 pos_type pubseekpos(pos_type __sp, 165 { return seekpos(__sp, __which); } 278 virtual pos_type seekpos(pos_type __sp,
|
D | fstream | 261 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;
|
D | sstream | 237 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);
|
D | strstream | 175 virtual pos_type seekpos(pos_type __sp,
|
D | locale | 1406 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/libunwind_llvm/src/ |
D | Registers.hpp | 1791 uint64_t getSP() const { return _registers.__sp; } in getSP() 1792 void setSP(uint64_t value) { _registers.__sp = value; } in setSP() 1803 uint64_t __sp; // Stack pointer x31 member 1852 return _registers.__sp; in getRegister() 1864 _registers.__sp = value; in setRegister() 2071 uint32_t getSP() const { return _registers.__sp; } in getSP() 2072 void setSP(uint32_t value) { _registers.__sp = value; } in setSP() 2101 uint32_t __sp; // Stack pointer r13 member 2206 return _registers.__sp; in getRegister() 2232 _registers.__sp = value; in setRegister()
|
/external/libcxx/src/ |
D | strstream.cpp | 294 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() argument 303 off_type newoff = __sp; in seekpos()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_mac.cc | 534 *sp = ucontext->uc_mcontext->__ss.__sp; in GetPcSpBp() 542 *sp = ucontext->uc_mcontext->__ss.__sp; in GetPcSpBp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | early-if-conversion-bug1.ll | 81 %__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/ |
D | early-if-conversion-bug1.ll | 81 %__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
|