Home
last modified time | relevance | path

Searched refs:__gd (Results 1 – 5 of 5) sorted by relevance

/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 Dallocated_ptr.h65 __allocated_ptr(__allocated_ptr&& __gd) noexcept in _GLIBCXX_VISIBILITY()
66 : _M_alloc(__gd._M_alloc), _M_ptr(__gd._M_ptr) in _GLIBCXX_VISIBILITY()
67 { __gd._M_ptr = nullptr; } in _GLIBCXX_VISIBILITY()
/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 Dallocated_ptr.h65 __allocated_ptr(__allocated_ptr&& __gd) noexcept in _GLIBCXX_VISIBILITY()
66 : _M_alloc(__gd._M_alloc), _M_ptr(__gd._M_ptr) in _GLIBCXX_VISIBILITY()
67 { __gd._M_ptr = nullptr; } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/u-boot/cmd/ddr_tool/stressapptest/
H A Dstressapptest.c427 static ulong __gd; /* set r9/x18 of secondary cpu to gd addr */ variable
965 asm volatile("mov r9, %0" : : "r" (__gd)); /* set r9 to gd addr */ in secondary_main()
967 asm volatile("mov x18, %0" : : "r" (__gd)); /* set x18 to gd addr */ in secondary_main()
1034 __gd = (ulong)gd; in doing_stressapptest()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Drandom5820 gamma_distribution<result_type> __gd(__p.n() * .5, 2);
5821 return __nd_(__g) * _VSTD::sqrt(__p.n()/__gd(__g));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Drandom5820 gamma_distribution<result_type> __gd(__p.n() * .5, 2);
5821 return __nd_(__g) * _VSTD::sqrt(__p.n()/__gd(__g));