| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | ptrace.h | 78 unsigned long __ip = instruction_pointer(regs); \ 79 (__ip & ~3UL) + ((__ip & 3UL) << 2); \
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | perf_event.h | 9 #define perf_arch_fetch_caller_regs(regs, __ip) { \ argument 10 (regs)->pc = (__ip); \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | perf_event.h | 33 #define perf_arch_fetch_caller_regs(regs, __ip) \ argument 36 (regs)->nip = __ip; \
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | perf_event.h | 18 #define perf_arch_fetch_caller_regs(regs, __ip) { \ argument 19 (regs)->ARM_pc = (__ip); \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | list | 1811 for (__i_node** __ip = __c->end_; __ip != __c->beg_; ) 1813 --__ip; 1814 iterator* __i = static_cast<iterator*>((*__ip)->__i_); 1817 (*__ip)->__c_ = nullptr; 1818 if (--__c->end_ != __ip) 1819 memmove(__ip, __ip+1, (__c->end_ - __ip)*sizeof(__i_node*)); 2020 for (__i_node** __ip = __cn2->end_; __ip != __cn2->beg_;) 2022 --__ip; 2023 iterator* __i = static_cast<iterator*>((*__ip)->__i_); 2026 __cn1->__add(*__ip); [all …]
|
| H A D | string | 2684 size_type __ip = static_cast<size_type>(__pos - begin()); 2702 size_type __n_move = __sz - __ip; 2704 traits_type::move(__p + __ip + __n, __p + __ip, __n_move); 2708 __grow_by(__cap, __sz + __n - __cap, __sz, __ip, 0, __n); 2714 for (__p += __ip; __first != __last; ++__p, ++__first) 2717 return begin() + __ip; 2768 size_type __ip = static_cast<size_type>(__pos - begin()); 2774 __grow_by(__cap, 1, __sz, __ip, 0, 1); 2780 size_type __n_move = __sz - __ip; 2782 traits_type::move(__p + __ip + 1, __p + __ip, __n_move); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | list | 1811 for (__i_node** __ip = __c->end_; __ip != __c->beg_; ) 1813 --__ip; 1814 iterator* __i = static_cast<iterator*>((*__ip)->__i_); 1817 (*__ip)->__c_ = nullptr; 1818 if (--__c->end_ != __ip) 1819 memmove(__ip, __ip+1, (__c->end_ - __ip)*sizeof(__i_node*)); 2020 for (__i_node** __ip = __cn2->end_; __ip != __cn2->beg_;) 2022 --__ip; 2023 iterator* __i = static_cast<iterator*>((*__ip)->__i_); 2026 __cn1->__add(*__ip); [all …]
|
| H A D | string | 2684 size_type __ip = static_cast<size_type>(__pos - begin()); 2702 size_type __n_move = __sz - __ip; 2704 traits_type::move(__p + __ip + __n, __p + __ip, __n_move); 2708 __grow_by(__cap, __sz + __n - __cap, __sz, __ip, 0, __n); 2714 for (__p += __ip; __first != __last; ++__p, ++__first) 2717 return begin() + __ip; 2768 size_type __ip = static_cast<size_type>(__pos - begin()); 2774 __grow_by(__cap, 1, __sz, __ip, 0, 1); 2780 size_type __n_move = __sz - __ip; 2782 traits_type::move(__p + __ip + 1, __p + __ip, __n_move); [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | perf_event.h | 77 #define perf_arch_fetch_caller_regs(regs, __ip) do { \ argument 78 (regs)->psw.addr = (__ip); \
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | perf_event.h | 250 #define perf_arch_fetch_caller_regs(regs, __ip) { \ argument 251 (regs)->pc = (__ip); \
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | perf_event.h | 450 #define perf_arch_fetch_caller_regs(regs, __ip) { \ argument 451 (regs)->ip = (__ip); \
|
| /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 D | ostream.tcc | 335 __ptr_guard (_CharT *__ip): __p(__ip) { } in operator <<()
|
| /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 D | ostream.tcc | 335 __ptr_guard (_CharT *__ip): __p(__ip) { } in operator <<()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | cpufreq_interactive.c | 171 #define for_each_ipolicy(__ip) \ argument 172 list_for_each_entry(__ip, &tunables->attr_set.policy_list, tunables_hook)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 36528 int *__ip; 36545 return waitpid (-1, p.__ip, 0);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gcc.info | 36528 int *__ip; 36545 return waitpid (-1, p.__ip, 0);
|