Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 867) sorted by relevance

12345678910>>...35

/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) \
200 #define atomic_compare_and_exchange_bool_acq(mem, new, old) \ argument
202 mem, new, old, "", __MB)
204 #define atomic_compare_and_exchange_val_acq(mem, new, old) \ argument
206 mem, new, old, "", __MB)
212 mem, new, old, __MB, "")
214 #define atomic_compare_and_exchange_val_rel(mem, new, old) \ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/
A Datomic.h139 __arch_compare_and_exchange_xxx_8_int(mem, new, old, rel, acq); \
144 __arch_compare_and_exchange_xxx_16_int(mem, new, old, rel, acq); \
162 __arch_compare_and_exchange_xxx_8_int(mem, new, old, rel, acq); \
182 #define atomic_compare_and_exchange_bool_acq(mem, new, old) \ argument
184 mem, new, old, "", MIPS_SYNC_STR)
186 #define atomic_compare_and_exchange_val_acq(mem, new, old) \ argument
188 mem, new, old, "", MIPS_SYNC_STR)
192 #define atomic_compare_and_exchange_bool_rel(mem, new, old) \ argument
194 mem, new, old, MIPS_SYNC_STR, "")
196 #define atomic_compare_and_exchange_val_rel(mem, new, old) \ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dalarm.c20 struct itimerval old, new;
23 new.it_value.tv_usec = 0;
24 new.it_interval.tv_sec = 0;
25 new.it_interval.tv_usec = 0;
26 new.it_value.tv_sec = (long int) seconds;
27 if (setitimer(ITIMER_REAL, &new, &old) < 0) {
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Dnew26 /** @file new
49 * @brief Exception possibly thrown by @c new.
53 * errors from the throwing forms of @c new. */
95 /// Return the current new handler.
103 * - normal array new and delete (same)
106 * - @c nothrow array new and delete (same)
108 * Placement new and delete signatures (take a memory address argument,
111 void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc)
113 void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
128 // Default placement versions of operator new.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Dnew26 /** @file new
49 * @brief Exception possibly thrown by @c new.
53 * errors from the throwing forms of @c new. */
100 /// Return the current new handler.
108 * - normal array new and delete (same)
111 * - @c nothrow array new and delete (same)
113 * Placement new and delete signatures (take a memory address argument,
116 void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc)
118 void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
145 // Default placement versions of operator new.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Dnew26 /** @file new
49 * @brief Exception possibly thrown by @c new.
53 * errors from the throwing forms of @c new. */
112 /// Return the current new handler.
120 * - normal array new and delete (same)
123 * - @c nothrow array new and delete (same)
125 * Placement new and delete signatures (take a memory address argument,
128 void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc)
130 void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
145 // Default placement versions of operator new.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Dnew26 /** @file new
49 * @brief Exception possibly thrown by @c new.
53 * errors from the throwing forms of @c new. */
104 /// Return the current new handler.
112 * - normal array new and delete (same)
115 * - @c nothrow array new and delete (same)
120 void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc)
122 void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
143 void* operator new(std::size_t, std::align_val_t)
151 void* operator new[](std::size_t, std::align_val_t)
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Dnew26 /** @file new
49 * @brief Exception possibly thrown by @c new.
53 * errors from the throwing forms of @c new. */
104 /// Return the current new handler.
112 * - normal array new and delete (same)
115 * - @c nothrow array new and delete (same)
120 void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc)
122 void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
143 void* operator new(std::size_t, std::align_val_t)
151 void* operator new[](std::size_t, std::align_val_t)
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Dnew26 /** @file new
50 * @brief Exception possibly thrown by @c new.
54 * errors from the throwing forms of @c new. */
101 /** If you write your own error handler to be called by @c new, it must
110 /// Return the current new handler.
118 * - normal array new and delete (same)
121 * - @c nothrow array new and delete (same)
123 * Placement new and delete signatures (take a memory address argument,
149 _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t)
157 _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t)
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Dnew26 /** @file new
50 * @brief Exception possibly thrown by @c new.
54 * errors from the throwing forms of @c new. */
101 /** If you write your own error handler to be called by @c new, it must
110 /// Return the current new handler.
118 * - normal array new and delete (same)
121 * - @c nothrow array new and delete (same)
123 * Placement new and delete signatures (take a memory address argument,
149 _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t)
157 _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t)
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Dnew26 /** @file new
49 * @brief Exception possibly thrown by @c new.
53 * errors from the throwing forms of @c new. */
100 /** If you write your own error handler to be called by @c new, it must
109 /// Return the current new handler.
117 * - normal array new and delete (same)
120 * - @c nothrow array new and delete (same)
122 * Placement new and delete signatures (take a memory address argument,
148 _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t)
156 _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t)
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/powerpc/e500/fpu/
A Dfeupdateenv.c27 unsigned long fpescr, old, new, pflags; in __feupdateenv() local
33 new = u.l[1]; in __feupdateenv()
35 new |= (old & FE_ALL_EXCEPT); in __feupdateenv()
42 fesetenv_register (new); in __feupdateenv()
43 feraiseexcept (new & FE_ALL_EXCEPT); in __feupdateenv()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/parallel/
A Drandom_shuffle.h136 _BinIndex* __oracles = new _BinIndex[__length]; in __parallel_random_shuffle_drs_pu()
138 _BinIndex* __bin_proc = new _BinIndex[__sd->_M_num_bins]; in __parallel_random_shuffle_drs_pu()
190 (::operator new(sizeof(_ValueType) * __offset)); in __parallel_random_shuffle_drs_pu()
212 ::new(&(__temporaries[__target_p][__dist[__target_bin + 1]++])) in __parallel_random_shuffle_drs_pu()
349 __sd._M_temporaries = new _ValueType*[__num_threads]; in __parallel_random_shuffle_drs()
350 __sd._M_dist = new _DifferenceType*[__num_bins + 1]; in __parallel_random_shuffle_drs()
351 __sd._M_bin_proc = new _ThreadIndex[__num_bins]; in __parallel_random_shuffle_drs()
353 __sd._M_dist[__b] = new _DifferenceType[__num_threads + 1]; in __parallel_random_shuffle_drs()
466 _BinIndex* __oracles = new _BinIndex[__n]; in __sequential_random_shuffle()
468 * __dist1 = new _DifferenceType[__num_bins + 1]; in __sequential_random_shuffle()
[all …]
A Dpar_loop.h87 (::operator new(__num_threads * sizeof(_Result))); in __for_each_template_random_access_ed()
88 __constructed = new bool[__num_threads]; in __for_each_template_random_access_ed()
102 __reduct = new _Result(__f(__o, __begin + __start)); in __for_each_template_random_access_ed()
114 ::new(&__thread_results[__iam]) _Result(*__reduct); in __for_each_template_random_access_ed()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/parallel/
A Drandom_shuffle.h136 _BinIndex* __oracles = new _BinIndex[__length]; in __parallel_random_shuffle_drs_pu()
138 _BinIndex* __bin_proc = new _BinIndex[__sd->_M_num_bins]; in __parallel_random_shuffle_drs_pu()
190 (::operator new(sizeof(_ValueType) * __offset)); in __parallel_random_shuffle_drs_pu()
212 ::new(&(__temporaries[__target_p][__dist[__target_bin + 1]++])) in __parallel_random_shuffle_drs_pu()
349 __sd._M_temporaries = new _ValueType*[__num_threads]; in __parallel_random_shuffle_drs()
350 __sd._M_dist = new _DifferenceType*[__num_bins + 1]; in __parallel_random_shuffle_drs()
351 __sd._M_bin_proc = new _ThreadIndex[__num_bins]; in __parallel_random_shuffle_drs()
353 __sd._M_dist[__b] = new _DifferenceType[__num_threads + 1]; in __parallel_random_shuffle_drs()
466 _BinIndex* __oracles = new _BinIndex[__n]; in __sequential_random_shuffle()
468 * __dist1 = new _DifferenceType[__num_bins + 1]; in __sequential_random_shuffle()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/parallel/
A Drandom_shuffle.h136 _BinIndex* __oracles = new _BinIndex[__length]; in __parallel_random_shuffle_drs_pu()
138 _BinIndex* __bin_proc = new _BinIndex[__sd->_M_num_bins]; in __parallel_random_shuffle_drs_pu()
190 (::operator new(sizeof(_ValueType) * __offset)); in __parallel_random_shuffle_drs_pu()
212 ::new(&(__temporaries[__target_p][__dist[__target_bin + 1]++])) in __parallel_random_shuffle_drs_pu()
349 __sd._M_temporaries = new _ValueType*[__num_threads]; in __parallel_random_shuffle_drs()
350 __sd._M_dist = new _DifferenceType*[__num_bins + 1]; in __parallel_random_shuffle_drs()
351 __sd._M_bin_proc = new _ThreadIndex[__num_bins]; in __parallel_random_shuffle_drs()
353 __sd._M_dist[__b] = new _DifferenceType[__num_threads + 1]; in __parallel_random_shuffle_drs()
466 _BinIndex* __oracles = new _BinIndex[__n]; in __sequential_random_shuffle()
468 * __dist1 = new _DifferenceType[__num_bins + 1]; in __sequential_random_shuffle()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/parallel/
A Drandom_shuffle.h136 _BinIndex* __oracles = new _BinIndex[__length]; in __parallel_random_shuffle_drs_pu()
138 _BinIndex* __bin_proc = new _BinIndex[__sd->_M_num_bins]; in __parallel_random_shuffle_drs_pu()
190 (::operator new(sizeof(_ValueType) * __offset)); in __parallel_random_shuffle_drs_pu()
212 ::new(&(__temporaries[__target_p][__dist[__target_bin + 1]++])) in __parallel_random_shuffle_drs_pu()
349 __sd._M_temporaries = new _ValueType*[__num_threads]; in __parallel_random_shuffle_drs()
350 __sd._M_dist = new _DifferenceType*[__num_bins + 1]; in __parallel_random_shuffle_drs()
351 __sd._M_bin_proc = new _ThreadIndex[__num_bins]; in __parallel_random_shuffle_drs()
353 __sd._M_dist[__b] = new _DifferenceType[__num_threads + 1]; in __parallel_random_shuffle_drs()
466 _BinIndex* __oracles = new _BinIndex[__n]; in __sequential_random_shuffle()
468 * __dist1 = new _DifferenceType[__num_bins + 1]; in __sequential_random_shuffle()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/parallel/
A Drandom_shuffle.h136 _BinIndex* __oracles = new _BinIndex[__length]; in __parallel_random_shuffle_drs_pu()
138 _BinIndex* __bin_proc = new _BinIndex[__sd->_M_num_bins]; in __parallel_random_shuffle_drs_pu()
190 (::operator new(sizeof(_ValueType) * __offset)); in __parallel_random_shuffle_drs_pu()
212 ::new(&(__temporaries[__target_p][__dist[__target_bin + 1]++])) in __parallel_random_shuffle_drs_pu()
349 __sd._M_temporaries = new _ValueType*[__num_threads]; in __parallel_random_shuffle_drs()
350 __sd._M_dist = new _DifferenceType*[__num_bins + 1]; in __parallel_random_shuffle_drs()
351 __sd._M_bin_proc = new _ThreadIndex[__num_bins]; in __parallel_random_shuffle_drs()
353 __sd._M_dist[__b] = new _DifferenceType[__num_threads + 1]; in __parallel_random_shuffle_drs()
466 _BinIndex* __oracles = new _BinIndex[__n]; in __sequential_random_shuffle()
468 * __dist1 = new _DifferenceType[__num_bins + 1]; in __sequential_random_shuffle()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/parallel/
A Drandom_shuffle.h136 _BinIndex* __oracles = new _BinIndex[__length]; in __parallel_random_shuffle_drs_pu()
138 _BinIndex* __bin_proc = new _BinIndex[__sd->_M_num_bins]; in __parallel_random_shuffle_drs_pu()
190 (::operator new(sizeof(_ValueType) * __offset)); in __parallel_random_shuffle_drs_pu()
212 ::new(&(__temporaries[__target_p][__dist[__target_bin + 1]++])) in __parallel_random_shuffle_drs_pu()
349 __sd._M_temporaries = new _ValueType*[__num_threads]; in __parallel_random_shuffle_drs()
350 __sd._M_dist = new _DifferenceType*[__num_bins + 1]; in __parallel_random_shuffle_drs()
351 __sd._M_bin_proc = new _ThreadIndex[__num_bins]; in __parallel_random_shuffle_drs()
353 __sd._M_dist[__b] = new _DifferenceType[__num_threads + 1]; in __parallel_random_shuffle_drs()
466 _BinIndex* __oracles = new _BinIndex[__n]; in __sequential_random_shuffle()
468 * __dist1 = new _DifferenceType[__num_bins + 1]; in __sequential_random_shuffle()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/parallel/
A Drandom_shuffle.h136 _BinIndex* __oracles = new _BinIndex[__length]; in __parallel_random_shuffle_drs_pu()
138 _BinIndex* __bin_proc = new _BinIndex[__sd->_M_num_bins]; in __parallel_random_shuffle_drs_pu()
190 (::operator new(sizeof(_ValueType) * __offset)); in __parallel_random_shuffle_drs_pu()
212 ::new(&(__temporaries[__target_p][__dist[__target_bin + 1]++])) in __parallel_random_shuffle_drs_pu()
349 __sd._M_temporaries = new _ValueType*[__num_threads]; in __parallel_random_shuffle_drs()
350 __sd._M_dist = new _DifferenceType*[__num_bins + 1]; in __parallel_random_shuffle_drs()
351 __sd._M_bin_proc = new _ThreadIndex[__num_bins]; in __parallel_random_shuffle_drs()
353 __sd._M_dist[__b] = new _DifferenceType[__num_threads + 1]; in __parallel_random_shuffle_drs()
466 _BinIndex* __oracles = new _BinIndex[__n]; in __sequential_random_shuffle()
468 * __dist1 = new _DifferenceType[__num_bins + 1]; in __sequential_random_shuffle()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/parallel/
A Drandom_shuffle.h136 _BinIndex* __oracles = new _BinIndex[__length]; in __parallel_random_shuffle_drs_pu()
138 _BinIndex* __bin_proc = new _BinIndex[__sd->_M_num_bins]; in __parallel_random_shuffle_drs_pu()
190 (::operator new(sizeof(_ValueType) * __offset)); in __parallel_random_shuffle_drs_pu()
212 ::new(&(__temporaries[__target_p][__dist[__target_bin + 1]++])) in __parallel_random_shuffle_drs_pu()
349 __sd._M_temporaries = new _ValueType*[__num_threads]; in __parallel_random_shuffle_drs()
350 __sd._M_dist = new _DifferenceType*[__num_bins + 1]; in __parallel_random_shuffle_drs()
351 __sd._M_bin_proc = new _ThreadIndex[__num_bins]; in __parallel_random_shuffle_drs()
353 __sd._M_dist[__b] = new _DifferenceType[__num_threads + 1]; in __parallel_random_shuffle_drs()
466 _BinIndex* __oracles = new _BinIndex[__n]; in __sequential_random_shuffle()
468 * __dist1 = new _DifferenceType[__num_bins + 1]; in __sequential_random_shuffle()
[all …]
/l4re-core-master/cxx/lib/tl/include/
A Dstd_alloc27 * \brief Helper type to distinguish the <c> oeprator new </c> version
35 * \brief Simple placement new operator.
36 * \param mem the address of the memory block to place the new object.
39 inline void *operator new (size_t, void *mem, cxx::Nothrow const &) throw()
46 void *operator new (size_t, cxx::Nothrow const &) throw();
53 * \brief Standard allocator based on <c>operator new () </c>.
71 { return static_cast<_Type*>(::operator new(sizeof (_Type), cxx::Nothrow())); }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dstl_construct.h95 noexcept(noexcept(::new((void*)0) _Tp(std::declval<_Args>()...))) in _GLIBCXX_VISIBILITY()
96 -> decltype(::new((void*)0) _Tp(std::declval<_Args>()...)) in _GLIBCXX_VISIBILITY()
97 { return ::new((void*)__location) _Tp(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
109 { ::new(static_cast<void*>(__p)) _Tp(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
117 ::new(static_cast<void*>(__p)) _T1(__value); in _GLIBCXX_VISIBILITY()
124 { ::new(static_cast<void*>(__p)) _T1; } in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dstl_construct.h95 noexcept(noexcept(::new((void*)0) _Tp(std::declval<_Args>()...))) in _GLIBCXX_VISIBILITY()
96 -> decltype(::new((void*)0) _Tp(std::declval<_Args>()...)) in _GLIBCXX_VISIBILITY()
97 { return ::new((void*)__location) _Tp(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
109 { ::new(static_cast<void*>(__p)) _Tp(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
117 ::new(static_cast<void*>(__p)) _T1(__value); in _GLIBCXX_VISIBILITY()
124 { ::new(static_cast<void*>(__p)) _T1; } in _GLIBCXX_VISIBILITY()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/dirent/
A Dscandir.c59 __DIRENT_TYPE **new; in __SCANDIR() local
64 new = (__DIRENT_TYPE **) realloc (names, in __SCANDIR()
66 if (new == NULL) in __SCANDIR()
68 names = new; in __SCANDIR()

Completed in 44 milliseconds

12345678910>>...35