Home
last modified time | relevance | path

Searched refs:__cat (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Dimagetool.h239 #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 Dm5mols_reg.h19 #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 Dsystem_error251 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 Dlocale3566 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 Dsystem_error251 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 Dlocale3566 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 Dlocale_classes.h151 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 Diterator_concepts.h395 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 Dlocale_classes.h151 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 Diterator_concepts.h395 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 Dsystem_error185 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 Dcompare534 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 Dsystem_error185 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 Dcompare534 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 Dbuffer66 struct __cat : error_category
81 static __cat __c;
H A Dinternet94 struct __cat : error_category
100 static __cat __c;
H A Dsocket98 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 Dbuffer66 struct __cat : error_category
81 static __cat __c;
H A Dsocket98 struct __cat : error_category
113 static __cat __c;
H A Dinternet94 struct __cat : error_category
100 static __cat __c;