| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | imagetool.h | 239 #define __cat(a, b) ___cat(a, b) macro 251 char *__cat(pstart_, name) = getsectdata("__TEXT", \ 252 #name, &__cat(name, _len)); \ 253 char *__cat(pstop_, name) = __cat(pstart_, name) + \ 254 __cat(name, _len); \ 255 __cat(__start_, name) = (void *)__cat(pstart_, name); \ 256 __cat(__stop_, name) = (void *)__cat(pstop_, name); \ 292 static struct image_type_params __cat(image_type_, _id) = \ 307 __cat(image_type_ptr_, _id) = &__cat(image_type_, _id)
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/m5mols/ |
| H A D | m5mols_reg.h | 19 #define I2C_CATEGORY(__cat) ((__cat >> 16) & 0xff) argument 22 #define I2C_REG(__cat, __cmd, __reg_s) ((__cat << 16) | (__cmd << 8) | __reg_s) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | system_error | 251 error_condition(int __val, const error_category& __cat) _NOEXCEPT 252 : __val_(__val), __cat_(&__cat) {} 262 void assign(int __val, const error_category& __cat) _NOEXCEPT 265 __cat_ = &__cat; 323 error_code(int __val, const error_category& __cat) _NOEXCEPT 324 : __val_(__val), __cat_(&__cat) {} 334 void assign(int __val, const error_category& __cat) _NOEXCEPT 337 __cat_ = &__cat;
|
| H A D | locale | 3566 catalog __cat = (catalog)catopen(__nm.c_str(), NL_CAT_LOCALE); 3567 if (__cat != -1) 3568 __cat = static_cast<catalog>((static_cast<size_t>(__cat) >> 1)); 3569 return __cat; 3587 nl_catd __cat = (nl_catd)__c; 3588 char* __n = catgets(__cat, __set, __msgid, __ndflt.c_str()); 3605 nl_catd __cat = (nl_catd)__c; 3606 catclose(__cat);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | system_error | 251 error_condition(int __val, const error_category& __cat) _NOEXCEPT 252 : __val_(__val), __cat_(&__cat) {} 262 void assign(int __val, const error_category& __cat) _NOEXCEPT 265 __cat_ = &__cat; 323 error_code(int __val, const error_category& __cat) _NOEXCEPT 324 : __val_(__val), __cat_(&__cat) {} 334 void assign(int __val, const error_category& __cat) _NOEXCEPT 337 __cat_ = &__cat;
|
| H A D | locale | 3566 catalog __cat = (catalog)catopen(__nm.c_str(), NL_CAT_LOCALE); 3567 if (__cat != -1) 3568 __cat = static_cast<catalog>((static_cast<size_t>(__cat) >> 1)); 3569 return __cat; 3587 nl_catd __cat = (nl_catd)__c; 3588 char* __n = catgets(__cat, __set, __msgid, __ndflt.c_str()); 3605 nl_catd __cat = (nl_catd)__c; 3606 catclose(__cat);
|
| /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 | locale_classes.h | 151 locale(const locale& __base, const char* __s, category __cat); in _GLIBCXX_VISIBILITY() 177 locale(const locale& __base, const std::string& __s, category __cat) in _GLIBCXX_VISIBILITY() 178 : locale(__base, __s.c_str(), __cat) { } in _GLIBCXX_VISIBILITY() 192 locale(const locale& __base, const locale& __add, category __cat); in _GLIBCXX_VISIBILITY() 354 _M_coalesce(const locale& __base, const locale& __add, category __cat); in _GLIBCXX_VISIBILITY()
|
| H A D | iterator_concepts.h | 395 struct __cat in _GLIBCXX_VISIBILITY() 400 struct __cat<_Iter> in _GLIBCXX_VISIBILITY() 406 struct __cat<_Iter> in _GLIBCXX_VISIBILITY() 412 struct __cat<_Iter> in _GLIBCXX_VISIBILITY() 418 struct __cat<_Iter> in _GLIBCXX_VISIBILITY() 444 using iterator_category = typename __cat<_Iterator>::type; 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 D | locale_classes.h | 151 locale(const locale& __base, const char* __s, category __cat); in _GLIBCXX_VISIBILITY() 177 locale(const locale& __base, const std::string& __s, category __cat) in _GLIBCXX_VISIBILITY() 178 : locale(__base, __s.c_str(), __cat) { } in _GLIBCXX_VISIBILITY() 192 locale(const locale& __base, const locale& __add, category __cat); in _GLIBCXX_VISIBILITY() 354 _M_coalesce(const locale& __base, const locale& __add, category __cat); in _GLIBCXX_VISIBILITY()
|
| H A D | iterator_concepts.h | 395 struct __cat in _GLIBCXX_VISIBILITY() 400 struct __cat<_Iter> in _GLIBCXX_VISIBILITY() 406 struct __cat<_Iter> in _GLIBCXX_VISIBILITY() 412 struct __cat<_Iter> in _GLIBCXX_VISIBILITY() 418 struct __cat<_Iter> in _GLIBCXX_VISIBILITY() 444 using iterator_category = typename __cat<_Iterator>::type; 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/ |
| H A D | system_error | 185 error_code(int __v, const error_category& __cat) noexcept 186 : _M_value(__v), _M_cat(&__cat) { } 194 assign(int __v, const error_category& __cat) noexcept 197 _M_cat = &__cat; 283 error_condition(int __v, const error_category& __cat) noexcept 284 : _M_value(__v), _M_cat(&__cat) { } 292 assign(int __v, const error_category& __cat) noexcept 295 _M_cat = &__cat;
|
| H A D | compare | 534 auto __cat = [](_Tp __fp) -> int {
|
| /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 D | system_error | 185 error_code(int __v, const error_category& __cat) noexcept 186 : _M_value(__v), _M_cat(&__cat) { } 194 assign(int __v, const error_category& __cat) noexcept 197 _M_cat = &__cat; 283 error_condition(int __v, const error_category& __cat) noexcept 284 : _M_value(__v), _M_cat(&__cat) { } 292 assign(int __v, const error_category& __cat) noexcept 295 _M_cat = &__cat;
|
| H A D | compare | 534 auto __cat = [](_Tp __fp) -> int {
|
| /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/experimental/ |
| H A D | buffer | 66 struct __cat : error_category 81 static __cat __c;
|
| H A D | internet | 94 struct __cat : error_category 100 static __cat __c;
|
| H A D | socket | 98 struct __cat : error_category 113 static __cat __c;
|
| /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/experimental/ |
| H A D | buffer | 66 struct __cat : error_category 81 static __cat __c;
|
| H A D | socket | 98 struct __cat : error_category 113 static __cat __c;
|
| H A D | internet | 94 struct __cat : error_category 100 static __cat __c;
|