Home
last modified time | relevance | path

Searched defs:old (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dutil.cuh33 unsigned long long int old = *address_as_ull; // NOLINT in MsAtomicAdd() local
53 uint32_t old = *address_as_ui; in MsAtomicAdd() local
71 unsigned long long old = *address_as_ui; // NOLINT in MsAtomicAdd() local
91 unsigned int old = *aligned; in MsAtomicAdd() local
117 unsigned int old = *aligned; in MsAtomicAdd() local
157 unsigned int old = *aligned; in MsAtomicAdd() local
182 unsigned int old = *aligned; in MsAtomicAdd() local
208 unsigned int old, assumed, difference, new_value; in MsAtomicSub() local
226 unsigned int old = *address_as_ui; // NOLINT in MsAtomicMax() local
239 unsigned int old, assumed, max_value, new_value; in MsAtomicMax() local
[all …]
/third_party/musl/src/internal/
Datomic.h22 int old; in a_cas() local
35 int old; in a_swap() local
48 int old; in a_fetch_add() local
61 int old; in a_fetch_and() local
74 int old; in a_fetch_or() local
91 void *old; in a_cas_p() local
110 int old; in a_swap() local
121 int old; in a_fetch_add() local
132 int old; in a_fetch_and() local
142 int old; in a_fetch_or() local
/third_party/musl/porting/liteos_a/kernel/src/internal/
Datomic.h22 int old; in a_cas() local
35 int old; in a_swap() local
48 int old; in a_fetch_add() local
61 int old; in a_fetch_and() local
74 int old; in a_fetch_or() local
91 void *old; in a_cas_p() local
110 int old; in a_swap() local
121 int old; in a_fetch_add() local
132 int old; in a_fetch_and() local
142 int old; in a_fetch_or() local
/third_party/musl/porting/liteos_m/kernel/src/internal/
Datomic.h22 int old; in a_cas() local
35 int old; in a_swap() local
48 int old; in a_fetch_add() local
61 int old; in a_fetch_and() local
74 int old; in a_fetch_or() local
91 void *old; in a_cas_p() local
110 int old; in a_swap() local
121 int old; in a_fetch_add() local
132 int old; in a_fetch_and() local
142 int old; in a_fetch_or() local
/third_party/musl/porting/liteos_m/user/src/internal/
Datomic.h22 int old; in a_cas() local
35 int old; in a_swap() local
48 int old; in a_fetch_add() local
61 int old; in a_fetch_and() local
74 int old; in a_fetch_or() local
91 void *old; in a_cas_p() local
110 int old; in a_swap() local
121 int old; in a_fetch_add() local
132 int old; in a_fetch_and() local
142 int old; in a_fetch_or() local
/third_party/musl/porting/uniproton/kernel/src/internal/
Datomic.h22 int old; in a_cas() local
35 int old; in a_swap() local
48 int old; in a_fetch_add() local
61 int old; in a_fetch_and() local
74 int old; in a_fetch_or() local
91 void *old; in a_cas_p() local
110 int old; in a_swap() local
121 int old; in a_fetch_add() local
132 int old; in a_fetch_and() local
142 int old; in a_fetch_or() local
/third_party/e2fsprogs/lib/ext2fs/
Dbrel_ma.c105 static errcode_t bma_put(ext2_brel brel, blk64_t old, in bma_put()
117 static errcode_t bma_get(ext2_brel brel, blk64_t old, in bma_get()
137 static errcode_t bma_next(ext2_brel brel, blk64_t *old, in bma_next()
154 static errcode_t bma_move(ext2_brel brel, blk64_t old, blk64_t new) in bma_move()
168 static errcode_t bma_delete(ext2_brel brel, blk64_t old) in bma_delete()
Dbrel.h79 #define ext2fs_brel_put(brel, old, ent) ((brel)->put((brel), old, ent)) argument
80 #define ext2fs_brel_get(brel, old, ent) ((brel)->get((brel), old, ent)) argument
82 #define ext2fs_brel_next(brel, old, ent) ((brel)->next((brel), old, ent)) argument
83 #define ext2fs_brel_move(brel, old, new) ((brel)->move((brel), old, new)) argument
84 #define ext2fs_brel_delete(brel, old) ((brel)->delete((brel), old)) argument
Direl.h103 #define ext2fs_irel_put(irel, old, ent) ((irel)->put((irel), old, ent)) argument
104 #define ext2fs_irel_get(irel, old, ent) ((irel)->get((irel), old, ent)) argument
105 #define ext2fs_irel_get_by_orig(irel, orig, old, ent) \ argument
108 #define ext2fs_irel_next(irel, old, ent) ((irel)->next((irel), old, ent)) argument
112 #define ext2fs_irel_move(irel, old, new) ((irel)->move((irel), old, new)) argument
113 #define ext2fs_irel_delete(irel, old) ((irel)->delete((irel), old)) argument
/third_party/musl/libc-test/src/functionalext/supplement/signal/
Dgetitimer.c61 struct itimerval old; in getitimer_0100() local
74 struct itimerval old; in getitimer_0200() local
87 struct itimerval old; in getitimer_0300() local
/third_party/boost/boost/contract/
Dold.hpp223 T const& old() const { return old_; } in old() function
335 explicit old_ptr(boost::shared_ptr<old_value_copy<T> > old) in old_ptr()
458 explicit old_ptr_if_copyable(boost::shared_ptr<old_value_copy<T> > old) in old_ptr_if_copyable()
501 /* implicit */ old_value( in old_value()
530 /* implicit */ old_value( in old_value()
600 explicit old_pointer(virtual_* v, old_value const& old) in old_pointer()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/include/
Dfeatures.h9 #define weak_alias(old, new) \ argument
13 #define strong_alias(old, new) \ argument
/third_party/musl/porting/liteos_m/user/src/include/
Dfeatures.h9 #define weak_alias(old, new) \ argument
13 #define strong_alias(old, new) \ argument
/third_party/musl/porting/uniproton/kernel/src/include/
Dfeatures.h9 #define weak_alias(old, new) \ argument
13 #define strong_alias(old, new) \ argument
/third_party/musl/porting/liteos_m/kernel/src/include/
Dfeatures.h9 #define weak_alias(old, new) \ argument
13 #define strong_alias(old, new) \ argument
/third_party/boost/boost/contract/detail/inlined/
Dold.hpp22 old_pointer make_old(old_value const& old) { in make_old()
27 old_pointer make_old(virtual_* v, old_value const& old) { in make_old()
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_speedup.py31 def speedup(new, old, threshold=_DEFAULT_THRESHOLD): argument
57 old = [2.96608e-06, 3.35076e-06, 3.45384e-06, 3.34407e-06] variable
/third_party/gstreamer/gstplugins_bad/ext/openal/
Dgstopenalsink.c131 ALCcontext *old; in pushContext() local
142 popContext (ALCcontext * old, ALCcontext * context) in popContext()
404 ALCcontext *old; in gst_openal_helper_probe_caps() local
842 ALCcontext *context, *old; in gst_openal_sink_prepare() local
936 ALCcontext *old; in gst_openal_sink_unprepare() local
971 ALCcontext *old; in gst_openal_sink_write() local
1046 ALCcontext *old; in gst_openal_sink_delay() local
1086 ALCcontext *old; in gst_openal_sink_reset() local
/third_party/musl/arch/riscv64/
Datomic_arch.h10 int old, tmp; in a_cas() local
26 void *old; in a_cas_p() local
/third_party/glib/gio/tests/
Dfilter-cat.c103 GInputStream *old; in cat() local
118 GInputStream *old; in cat() local
136 GInputStream *old; in cat() local
/third_party/musl/src/signal/
Dsigaction.c26 int __libc_sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __libc_sigaction()
79 int __sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __sigaction()
/third_party/musl/arch/microblaze/
Datomic_arch.h4 register int old, tmp; in a_cas() local
23 register int old, tmp; in a_swap() local
/third_party/mesa3d/src/panfrost/midgard/
Dmir.c28 void mir_rewrite_index_src_single(midgard_instruction *ins, unsigned old, unsigned new) in mir_rewrite_index_src_single()
36 void mir_rewrite_index_dst_single(midgard_instruction *ins, unsigned old, unsigned new) in mir_rewrite_index_dst_single()
43 mir_rewrite_index_src_single_swizzle(midgard_instruction *ins, unsigned old, unsigned new, unsigned… in mir_rewrite_index_src_single_swizzle()
54 mir_rewrite_index_src(compiler_context *ctx, unsigned old, unsigned new) in mir_rewrite_index_src()
62 mir_rewrite_index_src_swizzle(compiler_context *ctx, unsigned old, unsigned new, unsigned *swizzle) in mir_rewrite_index_src_swizzle()
70 mir_rewrite_index_dst(compiler_context *ctx, unsigned old, unsigned new) in mir_rewrite_index_dst()
85 mir_rewrite_index(compiler_context *ctx, unsigned old, unsigned new) in mir_rewrite_index()
/third_party/e2fsprogs/tests/progs/
Dtest_rel.c93 static void display_brel_entry(blk_t old, in display_brel_entry()
103 static void display_irel_entry(ext2_ino_t old, in display_irel_entry()
178 blk_t old, new, offset=0, owner=0; in do_brel_put() local
308 blk_t old, new; in do_brel_move() local
385 ext2_ino_t old, new, max_refs; in do_irel_put() local
421 ext2_ino_t old; in do_irel_get() local
447 ext2_ino_t orig, old; in do_irel_get_by_orig() local
487 ext2_ino_t old; in do_irel_next() local
617 ext2_ino_t old, new; in do_irel_move() local
/third_party/glib/gobject/
Dgatomicarray.c127 guint8 *new, *old; in _g_atomic_array_copy() local
161 guint8 *old; in _g_atomic_array_update() local

12345678910>>...24