Home
last modified time | relevance | path

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

12345678910>>...17

/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/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/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/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/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/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/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/user/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/rust/crates/rustix/tests/process/
Drlimit.rs15 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/
Drenameat.c4 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/
Datomic_arch.h10 int old, tmp; in a_cas() local
26 void *old; in a_cas_p() 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/musl/src/signal/
Dsigaction.c20 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()
Dsigaltstack.c6 int sigaltstack(const stack_t *restrict ss, stack_t *restrict old) in sigaltstack()
/third_party/musl/porting/linux/user/src/signal/
Dsigaction.c44 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/
Dsigaction.c44 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/
Datomic_arch.h4 register int old, tmp; in a_cas() local
23 register int old, tmp; in a_swap() local
/third_party/alsa-lib/src/control/
Dsetup.c48 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/
Drandom.c74 void *old; in initstate() local
98 void *old; in setstate() local
/third_party/musl/porting/liteos_a/kernel/src/prng/
Drandom.c73 void *old; in initstate() local
99 void *old; in setstate() local
/third_party/musl/porting/liteos_m/kernel/src/prng/
Drandom.c72 void *old; in initstate() local
98 void *old; in setstate() local
/third_party/musl/porting/uniproton/kernel/src/prng/
Drandom.c72 void *old; in initstate() local
98 void *old; in setstate() local
/third_party/node/deps/v8/src/objects/
Dslots-inl.h83 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()

12345678910>>...17