Searched refs:__pe (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | metricgroup.c | 795 #define map_for_each_event(__pe, __idx, __map) \ argument 796 for (__idx = 0, __pe = &__map->table[__idx]; \ 797 __pe->name || __pe->metric_group || __pe->metric_name; \ 798 __pe = &__map->table[++__idx]) 800 #define map_for_each_metric(__pe, __idx, __map, __metric) \ argument 801 map_for_each_event(__pe, __idx, __map) \ 802 if (__pe->metric_expr && \ 803 (match_metric(__pe->metric_group, __metric) || \ 804 match_metric(__pe->metric_name, __metric)))
|
| /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/tr1/ |
| H A D | shared_ptr.h | 969 const __enable_shared_from_this* __pe, in _GLIBCXX_VISIBILITY() 972 if (__pe != 0) in _GLIBCXX_VISIBILITY() 973 __pe->_M_weak_assign(const_cast<_Tp1*>(__px), __pn); in _GLIBCXX_VISIBILITY() 1156 const enable_shared_from_this* __pe, in _GLIBCXX_VISIBILITY() 1159 if (__pe != 0) in _GLIBCXX_VISIBILITY() 1160 __pe->_M_weak_assign(const_cast<_Tp1*>(__px), __pn); 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/tr1/ |
| H A D | shared_ptr.h | 969 const __enable_shared_from_this* __pe, in _GLIBCXX_VISIBILITY() 972 if (__pe != 0) in _GLIBCXX_VISIBILITY() 973 __pe->_M_weak_assign(const_cast<_Tp1*>(__px), __pn); in _GLIBCXX_VISIBILITY() 1156 const enable_shared_from_this* __pe, in _GLIBCXX_VISIBILITY() 1159 if (__pe != 0) in _GLIBCXX_VISIBILITY() 1160 __pe->_M_weak_assign(const_cast<_Tp1*>(__px), __pn); in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __string | 892 const _CharT* __pe = __p + __sz; 893 for (const _CharT* __ps = __p + __pos; __ps != __pe; ++__ps) 908 const _CharT* __pe = __p + __sz; 909 for (const _CharT* __ps = __p + __pos; __ps != __pe; ++__ps)
|
| H A D | locale | 2503 const char_type* __pb, const char_type* __pe) const; 2539 const char_type* __pe) const 2542 for (; __pb != __pe; ++__pb) 2546 if (++__pb == __pe) 2555 if (++__pb == __pe)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __string | 892 const _CharT* __pe = __p + __sz; 893 for (const _CharT* __ps = __p + __pos; __ps != __pe; ++__ps) 908 const _CharT* __pe = __p + __sz; 909 for (const _CharT* __ps = __p + __pos; __ps != __pe; ++__ps)
|
| H A D | locale | 2503 const char_type* __pb, const char_type* __pe) const; 2539 const char_type* __pe) const 2542 for (; __pb != __pe; ++__pb) 2546 if (++__pb == __pe) 2555 if (++__pb == __pe)
|