Home
last modified time | relevance | path

Searched refs:__new (Results 1 – 25 of 30) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh/bits/
A Datomic.h158 ({ int32_t __value = (value), __new, __old; \
159 __arch_operate_old_new_n((mem), __value, __old, __new, b, add); \
163 ({ int32_t __value = (value), __new, __old; \
168 ({ int32_t __value = (value), __new, __old; \
186 ({ int32_t __value = (value), __new; \
196 : "=&r" (__new) \
199 __new; \
274 ({ int32_t __value = 1<<(value), __new, __old; \
275 __arch_operate_old_new_n((mem), __value, __old, __new, b, or); \
279 ({ int32_t __value = 1<<(value), __new, __old; \
[all …]
/l4re-core-master/libc_backends/lib/sig/lib/
A Dsig.cc55 __const struct itimerval *__restrict __new,
520 __const struct itimerval *__restrict __new, in setitimer() argument
534 if (__new->it_value.tv_usec < 0 in setitimer()
535 || __new->it_value.tv_usec > 999999 in setitimer()
536 || __new->it_interval.tv_usec < 0 in setitimer()
537 || __new->it_interval.tv_usec > 999999) in setitimer()
544 current_itimerval = *__new; in setitimer()
551 __const struct itimerval *__restrict __new, in setitimer() argument
554 int err = _sig_handling.setitimer(__which, __new, __old); in setitimer()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/bits/
A Datomic.h81 [__new] "r" (new) \
109 [__new] "r" (new) \
129 [__new] "Ir" (new) \
149 [__new] "Ir" (new) \
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstring.h167 char *__new = (char *) __builtin_alloca (__len); \
168 (char *) memcpy (__new, __old, __len); \
177 char *__new = (char *) __builtin_alloca (__len + 1); \
178 __new[__len] = '\0'; \
179 (char *) memcpy (__new, __old, __len); \
A Dstdio.h147 extern int rename (const char *__old, const char *__new) __THROW;
153 const char *__new) __THROW;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dlocalename.cc350 char* __new = new char[__len]; in _M_replace_categories() local
351 std::memcpy(__new, __src, __len); in _M_replace_categories()
353 _M_names[__ix_name] = __new; in _M_replace_categories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dlocalename.cc350 char* __new = new char[__len]; in _M_replace_categories() local
351 std::memcpy(__new, __src, __len); in _M_replace_categories()
353 _M_names[__ix_name] = __new; in _M_replace_categories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dlocalename.cc350 char* __new = new char[__len]; in _M_replace_categories() local
351 std::memcpy(__new, __src, __len); in _M_replace_categories()
353 _M_names[__ix_name] = __new; in _M_replace_categories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dlocalename.cc350 char* __new = new char[__len]; in _M_replace_categories() local
351 std::memcpy(__new, __src, __len); in _M_replace_categories()
353 _M_names[__ix_name] = __new; in _M_replace_categories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/
A Dlocalename.cc356 char* __new = new char[__len]; in _M_replace_categories() local
357 std::memcpy(__new, __src, __len); in _M_replace_categories()
359 _M_names[__ix_name] = __new; in _M_replace_categories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/
A Dlocalename.cc368 char* __new = new char[__len]; in _M_replace_categories() local
369 std::memcpy(__new, __src, __len); in _M_replace_categories()
371 _M_names[__ix_name] = __new; in _M_replace_categories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dlocalename.cc356 char* __new = new char[__len]; in _M_replace_categories() local
357 std::memcpy(__new, __src, __len); in _M_replace_categories()
359 _M_names[__ix_name] = __new; in _M_replace_categories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/
A Dlocalename.cc342 char* __new = new char[__len]; in _M_replace_categories() local
343 std::memcpy(__new, __src, __len); in _M_replace_categories()
345 _M_names[__ix_name] = __new; in _M_replace_categories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dlocale_facets.tcc781 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument
785 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, in _M_pad()
840 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument
842 _CharT* __p = std::__add_grouping(__new, __sep, __grouping, in _M_group_int()
844 __len = __p - __new; in _M_group_int()
940 _CharT __sep, const _CharT* __p, _CharT* __new, in _M_group_float() argument
947 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping, in _M_group_float()
952 int __newlen = __p2 - __new; in _M_group_float()
A Dlocale_facets.h2474 char_type __sep, const char_type* __p, char_type* __new, in _GLIBCXX_VISIBILITY()
2484 char_type __sep, ios_base& __io, char_type* __new, in _GLIBCXX_VISIBILITY()
2489 char_type* __new, const char_type* __cs, int& __len) const; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dlocale_facets.tcc781 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument
785 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, in _M_pad()
840 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument
842 _CharT* __p = std::__add_grouping(__new, __sep, __grouping, in _M_group_int()
844 __len = __p - __new; in _M_group_int()
940 _CharT __sep, const _CharT* __p, _CharT* __new, in _M_group_float() argument
947 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping, in _M_group_float()
952 int __newlen = __p2 - __new; in _M_group_float()
A Dlocale_facets.h2470 char_type __sep, const char_type* __p, char_type* __new, in _GLIBCXX_VISIBILITY()
2480 char_type __sep, ios_base& __io, char_type* __new, in _GLIBCXX_VISIBILITY()
2485 char_type* __new, const char_type* __cs, int& __len) const; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dlocale_facets.tcc799 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument
803 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, in _M_pad()
858 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument
860 _CharT* __p = std::__add_grouping(__new, __sep, __grouping, in _M_group_int()
862 __len = __p - __new; in _M_group_int()
958 _CharT __sep, const _CharT* __p, _CharT* __new, in _M_group_float() argument
965 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping, in _M_group_float()
970 int __newlen = __p2 - __new; in _M_group_float()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dlocale_facets.tcc781 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument
785 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, in _M_pad()
840 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument
842 _CharT* __p = std::__add_grouping(__new, __sep, __grouping, in _M_group_int()
844 __len = __p - __new; in _M_group_int()
940 _CharT __sep, const _CharT* __p, _CharT* __new, in _M_group_float() argument
947 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping, in _M_group_float()
952 int __newlen = __p2 - __new; in _M_group_float()
A Dlocale_facets.h2470 char_type __sep, const char_type* __p, char_type* __new, in _GLIBCXX_VISIBILITY()
2480 char_type __sep, ios_base& __io, char_type* __new, in _GLIBCXX_VISIBILITY()
2485 char_type* __new, const char_type* __cs, int& __len) const; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dlocale_facets.tcc781 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument
785 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, in _M_pad()
840 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument
842 _CharT* __p = std::__add_grouping(__new, __sep, __grouping, in _M_group_int()
844 __len = __p - __new; in _M_group_int()
940 _CharT __sep, const _CharT* __p, _CharT* __new, in _M_group_float() argument
947 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping, in _M_group_float()
952 int __newlen = __p2 - __new; in _M_group_float()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dlocale_facets.tcc781 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument
785 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, in _M_pad()
840 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument
842 _CharT* __p = std::__add_grouping(__new, __sep, __grouping, in _M_group_int()
844 __len = __p - __new; in _M_group_int()
940 _CharT __sep, const _CharT* __p, _CharT* __new, in _M_group_float() argument
947 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping, in _M_group_float()
952 int __newlen = __p2 - __new; in _M_group_float()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dlocale_facets.tcc781 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument
785 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, in _M_pad()
840 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument
842 _CharT* __p = std::__add_grouping(__new, __sep, __grouping, in _M_group_int()
844 __len = __p - __new; in _M_group_int()
940 _CharT __sep, const _CharT* __p, _CharT* __new, in _M_group_float() argument
947 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping, in _M_group_float()
952 int __newlen = __p2 - __new; in _M_group_float()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dlocale_facets.tcc776 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument
780 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, in _M_pad()
835 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument
837 _CharT* __p = std::__add_grouping(__new, __sep, __grouping, in _M_group_int()
839 __len = __p - __new; in _M_group_int()
935 _CharT __sep, const _CharT* __p, _CharT* __new, in _M_group_float() argument
942 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping, in _M_group_float()
947 int __newlen = __p2 - __new; in _M_group_float()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dtime.h135 const struct itimerval *__restrict __new,

Completed in 235 milliseconds

12