Searched refs:__count_ (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/req-gen/ |
| H A D | perf.h | 64 #define __count_(r_name, r_value, r_idx_1, f_offset, f_bytes, f_name) \ macro 80 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ macro 113 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ macro 136 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ macro
|
| H A D | _clear.h | 4 #undef __count_
|
| H A D | _request-begin.h | 15 __count_(REQUEST_NAME, REQUEST_NUM, REQUEST_IDX_KIND, \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | mutex | 282 size_t __count_; 314 if (__count_ == numeric_limits<size_t>::max()) 316 ++__count_; 320 while (no_timeout && __count_ != 0) 322 if (__count_ == 0) 324 __count_ = 1;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | mutex | 282 size_t __count_; 314 if (__count_ == numeric_limits<size_t>::max()) 316 ++__count_; 320 while (no_timeout && __count_ != 0) 322 if (__count_ == 0) 324 __count_ = 1;
|