Home
last modified time | relevance | path

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

12345678910>>...22

/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/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/liteos_m/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/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/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/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()
/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/arch/microblaze/
Datomic_arch.h4 register int old, tmp; in a_cas() local
23 register int old, tmp; in a_swap() local
/third_party/gstreamer/gstreamer/gst/
Dgstsample.c281 GstBufferList *old = NULL; in gst_sample_set_buffer_list() local
317 GstBuffer *old = NULL; in gst_sample_set_buffer() local
354 GstCaps *old = NULL; in gst_sample_set_caps() 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_m/kernel/src/prng/
Drandom.c72 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/uniproton/kernel/src/prng/
Drandom.c72 void *old; in initstate() local
98 void *old; in setstate() local
/third_party/musl/porting/liteos_a/user/src/signal/
Dsigaltstack.c7 int sigaltstack(const stack_t *restrict ss, stack_t *restrict old) in sigaltstack()
/third_party/musl/src/signal/x32/
Dgetitimer.c4 int getitimer(int which, struct itimerval *old) in getitimer()

12345678910>>...22