Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/ddr_tool/
H A Dddr_tool_mp.S6 .global __sp symbol
37 ldr r2, =__sp
123 ldr x2, =__sp
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dspan423 as_bytes(span<_Type, _Extent> __sp) noexcept
425 auto data = reinterpret_cast<const byte*>(__sp.data());
426 auto size = __sp.size_bytes();
436 as_writable_bytes(span<_Type, _Extent> __sp) noexcept
438 auto data = reinterpret_cast<byte*>(__sp.data());
439 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,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dspan423 as_bytes(span<_Type, _Extent> __sp) noexcept
425 auto data = reinterpret_cast<const byte*>(__sp.data());
426 auto size = __sp.size_bytes();
436 as_writable_bytes(span<_Type, _Extent> __sp) noexcept
438 auto data = reinterpret_cast<byte*>(__sp.data());
439 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,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A 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 …]
H A Dstreambuf163 pos_type pubseekpos(pos_type __sp,
165 { return seekpos(__sp, __which); }
278 virtual pos_type seekpos(pos_type __sp,
H A 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;
H A 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);
H A Dstrstream175 virtual pos_type seekpos(pos_type __sp,
H A 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;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A 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 …]
H A Dstreambuf163 pos_type pubseekpos(pos_type __sp,
165 { return seekpos(__sp, __which); }
278 virtual pos_type seekpos(pos_type __sp,
H A 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;
H A 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);
H A Dstrstream175 virtual pos_type seekpos(pos_type __sp,
H A 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;
/OK3568_Linux_fs/u-boot/cmd/ddr_tool/stressapptest/
H A Dstressapptest.c429 ulong __sp; /* set sp of secondary cpu */ variable
1035 asm volatile("mov %0, sp" : "=r" (__sp)); in doing_stressapptest()
1036 printf("CPU0 sp is at 0x%lx now.\n", __sp); in doing_stressapptest()
1037 __sp &= ~(ulong)0xffff; in doing_stressapptest()
1039 __sp -= 0x10000; in doing_stressapptest()
1043 printf("Calling CPU%d, sp = 0x%lx\n", sat.cpu_num, __sp); in doing_stressapptest()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dspawn.h35 struct sched_param __sp; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dspawn.h35 struct sched_param __sp; member