/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/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/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/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/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/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/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/user/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/rust/crates/rustix/tests/process/ |
D | rlimit.rs | 15 let old = rustix::process::getrlimit(Resource::Core); in test_setrlimit() localVariable 35 let old = match rustix::process::prlimit(None, Resource::Core, new.clone()) { in test_setrlimit() localVariable
|
/third_party/musl/src/unistd/ |
D | renameat.c | 4 int renameat(int oldfd, const char *old, int newfd, const char *new) in renameat() 13 int renameat2(int oldfd, const char *old, int newfd, const char *new, unsigned int flags) in renameat2()
|
/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/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/musl/src/signal/ |
D | sigaction.c | 20 int __libc_sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __libc_sigaction() 60 int __sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __sigaction()
|
D | sigaltstack.c | 6 int sigaltstack(const stack_t *restrict ss, stack_t *restrict old) in sigaltstack()
|
/third_party/musl/porting/linux/user/src/signal/ |
D | sigaction.c | 44 int __libc_sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __libc_sigaction() 97 int __sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __sigaction()
|
/third_party/musl/src/signal/linux/ |
D | sigaction.c | 44 int __libc_sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __libc_sigaction() 97 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/alsa-lib/src/control/ |
D | setup.c | 48 snd_ctl_elem_value_t *old; member 110 int old, val, mask; in snd_sctl_install() local 123 long old, val, mask; in snd_sctl_install() local 136 unsigned int old, val, mask; in snd_sctl_install() local 152 unsigned char old, val, mask; in snd_sctl_install() local
|
/third_party/musl/src/prng/ |
D | random.c | 74 void *old; in initstate() local 98 void *old; in setstate() local
|
/third_party/musl/porting/liteos_a/kernel/src/prng/ |
D | random.c | 73 void *old; in initstate() local 99 void *old; in setstate() local
|
/third_party/musl/porting/liteos_m/kernel/src/prng/ |
D | random.c | 72 void *old; in initstate() local 98 void *old; in setstate() local
|
/third_party/musl/porting/uniproton/kernel/src/prng/ |
D | random.c | 72 void *old; in initstate() local 98 void *old; in setstate() local
|
/third_party/node/deps/v8/src/objects/ |
D | slots-inl.h | 83 Object FullObjectSlot::Relaxed_CompareAndSwap(Object old, Object target) const { in Relaxed_CompareAndSwap() 89 Object FullObjectSlot::Release_CompareAndSwap(Object old, Object target) const { in Release_CompareAndSwap() 124 void FullMaybeObjectSlot::Release_CompareAndSwap(MaybeObject old, in Release_CompareAndSwap()
|