| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
| D | util.cuh | 33 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/ |
| D | atomic.h | 22 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/ |
| D | atomic.h | 22 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/ |
| D | atomic.h | 22 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/ |
| D | atomic.h | 22 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/ |
| D | atomic.h | 22 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/ |
| D | brel_ma.c | 105 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()
|
| D | brel.h | 79 #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
|
| D | irel.h | 103 #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/ |
| D | getitimer.c | 61 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/ |
| D | old.hpp | 223 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/ |
| D | features.h | 9 #define weak_alias(old, new) \ argument 13 #define strong_alias(old, new) \ argument
|
| /third_party/musl/porting/liteos_m/user/src/include/ |
| D | features.h | 9 #define weak_alias(old, new) \ argument 13 #define strong_alias(old, new) \ argument
|
| /third_party/musl/porting/uniproton/kernel/src/include/ |
| D | features.h | 9 #define weak_alias(old, new) \ argument 13 #define strong_alias(old, new) \ argument
|
| /third_party/musl/porting/liteos_m/kernel/src/include/ |
| D | features.h | 9 #define weak_alias(old, new) \ argument 13 #define strong_alias(old, new) \ argument
|
| /third_party/boost/boost/contract/detail/inlined/ |
| D | old.hpp | 22 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/ |
| D | bm_speedup.py | 31 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/ |
| D | gstopenalsink.c | 131 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/ |
| D | atomic_arch.h | 10 int old, tmp; in a_cas() local 26 void *old; in a_cas_p() local
|
| /third_party/glib/gio/tests/ |
| D | filter-cat.c | 103 GInputStream *old; in cat() local 118 GInputStream *old; in cat() local 136 GInputStream *old; in cat() local
|
| /third_party/musl/src/signal/ |
| D | sigaction.c | 26 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/ |
| D | atomic_arch.h | 4 register int old, tmp; in a_cas() local 23 register int old, tmp; in a_swap() local
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| D | mir.c | 28 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/ |
| D | test_rel.c | 93 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/ |
| D | gatomicarray.c | 127 guint8 *new, *old; in _g_atomic_array_copy() local 161 guint8 *old; in _g_atomic_array_update() local
|