/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | sigset.h | 69 sigset_t *__set = (set); \ 71 __set->__val[0] = 0; \ 73 __set->__val[1] = 0; \ 82 sigset_t *__set = (set); \ 84 __set->__val[0] = ~0UL; \ 86 __set->__val[1] = ~0UL; \ 101 const sigset_t *__set = (set); \ 103 __ret = __set->__val[0]; \ 105 __ret = __set->__val[0] | __set->__val[1]; \ 108 __ret = __set->__val[--__cnt]; \ [all …]
|
A D | sched.h | 193 extern void __sched_cpufree (cpu_set_t *__set) __THROW; 196 # define __sched_cpufree(__set) free(__set) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | signal.h | 247 extern int sigemptyset (sigset_t *__set) __THROW __nonnull ((1)); 250 extern int sigfillset (sigset_t *__set) __THROW __nonnull ((1)); 261 extern int sigismember (const sigset_t *__set, int __signo) 266 extern int sigisemptyset (const sigset_t *__set) __THROW __nonnull ((1)); 269 extern int sigandset (sigset_t *__set, const sigset_t *__left, 273 extern int sigorset (sigset_t *__set, const sigset_t *__left, 282 extern int sigprocmask (int __how, const sigset_t *__restrict __set, 291 extern int sigsuspend (const sigset_t *__set) __nonnull ((1)); 336 extern int sigpending (sigset_t *__set) __THROW __nonnull ((1)); 351 extern int sigwaitinfo (const sigset_t *__restrict __set, [all …]
|
A D | nl_types.h | 55 extern char *catgets (nl_catd __catalog, int __set, int __number,
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | unordered_set.h | 1576 _S_get_table(unordered_set<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1577 { return __set._M_h; } in _GLIBCXX_VISIBILITY() 1580 _S_get_table(unordered_multiset<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1581 { return __set._M_h; } in _GLIBCXX_VISIBILITY() 1600 _S_get_table(unordered_set<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1601 { return __set._M_h; } in _GLIBCXX_VISIBILITY() 1604 _S_get_table(unordered_multiset<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1605 { return __set._M_h; } in _GLIBCXX_VISIBILITY()
|
A D | stl_multiset.h | 967 _S_get_tree(_GLIBCXX_STD_C::set<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 968 { return __set._M_t; } in _GLIBCXX_VISIBILITY() 971 _S_get_tree(_GLIBCXX_STD_C::multiset<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 972 { return __set._M_t; } in _GLIBCXX_VISIBILITY()
|
A D | stl_set.h | 982 _S_get_tree(_GLIBCXX_STD_C::set<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 983 { return __set._M_t; } in _GLIBCXX_VISIBILITY() 986 _S_get_tree(_GLIBCXX_STD_C::multiset<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 987 { return __set._M_t; } in _GLIBCXX_VISIBILITY()
|
A D | locale_facets_nonio.h | 1888 get(catalog __c, int __set, int __msgid, const string_type& __s) const in _GLIBCXX_VISIBILITY() 1889 { return this->do_get(__c, __set, __msgid, __s); } in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | unordered_set.h | 1709 _S_get_table(unordered_set<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1710 { return __set._M_h; } in _GLIBCXX_VISIBILITY() 1713 _S_get_table(unordered_multiset<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1714 { return __set._M_h; } in _GLIBCXX_VISIBILITY() 1733 _S_get_table(unordered_set<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1734 { return __set._M_h; } in _GLIBCXX_VISIBILITY() 1737 _S_get_table(unordered_multiset<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1738 { return __set._M_h; } in _GLIBCXX_VISIBILITY()
|
A D | stl_multiset.h | 1013 _S_get_tree(_GLIBCXX_STD_C::set<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1014 { return __set._M_t; } in _GLIBCXX_VISIBILITY() 1017 _S_get_tree(_GLIBCXX_STD_C::multiset<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1018 { return __set._M_t; } in _GLIBCXX_VISIBILITY()
|
A D | stl_set.h | 1026 _S_get_tree(_GLIBCXX_STD_C::set<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1027 { return __set._M_t; } in _GLIBCXX_VISIBILITY() 1030 _S_get_tree(_GLIBCXX_STD_C::multiset<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1031 { return __set._M_t; } in _GLIBCXX_VISIBILITY()
|
A D | locale_facets_nonio.h | 1890 get(catalog __c, int __set, int __msgid, const string_type& __s) const in _GLIBCXX_VISIBILITY() 1891 { return this->do_get(__c, __set, __msgid, __s); } in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | unordered_set.h | 1745 _S_get_table(unordered_set<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1746 { return __set._M_h; } in _GLIBCXX_VISIBILITY() 1749 _S_get_table(unordered_multiset<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1750 { return __set._M_h; } in _GLIBCXX_VISIBILITY() 1769 _S_get_table(unordered_set<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1770 { return __set._M_h; } in _GLIBCXX_VISIBILITY() 1773 _S_get_table(unordered_multiset<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1774 { return __set._M_h; } in _GLIBCXX_VISIBILITY()
|
A D | stl_multiset.h | 1034 _S_get_tree(_GLIBCXX_STD_C::set<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1035 { return __set._M_t; } in _GLIBCXX_VISIBILITY() 1038 _S_get_tree(_GLIBCXX_STD_C::multiset<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1039 { return __set._M_t; } in _GLIBCXX_VISIBILITY()
|
A D | stl_set.h | 1047 _S_get_tree(_GLIBCXX_STD_C::set<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1048 { return __set._M_t; } in _GLIBCXX_VISIBILITY() 1051 _S_get_tree(_GLIBCXX_STD_C::multiset<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1052 { return __set._M_t; } in _GLIBCXX_VISIBILITY()
|
A D | locale_facets_nonio.h | 1890 get(catalog __c, int __set, int __msgid, const string_type& __s) const in _GLIBCXX_VISIBILITY() 1891 { return this->do_get(__c, __set, __msgid, __s); } in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | unordered_set.h | 1749 _S_get_table(unordered_set<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1750 { return __set._M_h; } in _GLIBCXX_VISIBILITY() 1753 _S_get_table(unordered_multiset<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1754 { return __set._M_h; } in _GLIBCXX_VISIBILITY() 1773 _S_get_table(unordered_set<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1774 { return __set._M_h; } in _GLIBCXX_VISIBILITY() 1777 _S_get_table(unordered_multiset<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1778 { return __set._M_h; } in _GLIBCXX_VISIBILITY()
|
A D | stl_multiset.h | 1063 _S_get_tree(_GLIBCXX_STD_C::set<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1064 { return __set._M_t; } in _GLIBCXX_VISIBILITY() 1067 _S_get_tree(_GLIBCXX_STD_C::multiset<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1068 { return __set._M_t; } in _GLIBCXX_VISIBILITY()
|
A D | stl_set.h | 1075 _S_get_tree(_GLIBCXX_STD_C::set<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1076 { return __set._M_t; } in _GLIBCXX_VISIBILITY() 1079 _S_get_tree(_GLIBCXX_STD_C::multiset<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1080 { return __set._M_t; } in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | unordered_set.h | 1848 _S_get_table(unordered_set<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1849 { return __set._M_h; } in _GLIBCXX_VISIBILITY() 1852 _S_get_table(unordered_multiset<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1853 { return __set._M_h; } in _GLIBCXX_VISIBILITY() 1872 _S_get_table(unordered_set<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1873 { return __set._M_h; } in _GLIBCXX_VISIBILITY() 1876 _S_get_table(unordered_multiset<_Val, _Hash2, _Eq2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1877 { return __set._M_h; } in _GLIBCXX_VISIBILITY()
|
A D | stl_multiset.h | 1063 _S_get_tree(_GLIBCXX_STD_C::set<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1064 { return __set._M_t; } in _GLIBCXX_VISIBILITY() 1067 _S_get_tree(_GLIBCXX_STD_C::multiset<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1068 { return __set._M_t; } in _GLIBCXX_VISIBILITY()
|
A D | stl_set.h | 1075 _S_get_tree(_GLIBCXX_STD_C::set<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1076 { return __set._M_t; } in _GLIBCXX_VISIBILITY() 1079 _S_get_tree(_GLIBCXX_STD_C::multiset<_Val, _Cmp2, _Alloc>& __set) in _GLIBCXX_VISIBILITY() 1080 { return __set._M_t; } in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/ |
A D | future | 368 bool __set = false; 372 ref(__set)); 373 if (__set) 483 _M_do_set(function<_Ptr_type()>& __f, bool& __set) 490 __set = true;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | locale_facets_nonio.h | 1888 get(catalog __c, int __set, int __msgid, const string_type& __s) const in _GLIBCXX_VISIBILITY() 1889 { return this->do_get(__c, __set, __msgid, __s); } in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | locale_facets_nonio.h | 1888 get(catalog __c, int __set, int __msgid, const string_type& __s) const in _GLIBCXX_VISIBILITY() 1889 { return this->do_get(__c, __set, __msgid, __s); } in _GLIBCXX_VISIBILITY()
|