Home
last modified time | relevance | path

Searched defs:_old (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/rustix/tests/time/
Dtimerfd.rs20 let _old: Itimerspec = timerfd_settime(&fd, TimerfdTimerFlags::ABSTIME, &set).unwrap(); in test_timerfd() localVariable
54 let _old: Itimerspec = timerfd_settime(&fd, TimerfdTimerFlags::ABSTIME, &set).unwrap(); in test_timerfd_with_interval() localVariable
Dy2038.rs57 let _old: Itimerspec = match timerfd_settime(&fd, TimerfdTimerFlags::ABSTIME, &set) { in test_y2038_with_timerfd() localVariable
/third_party/mesa3d/src/util/
Du_atomic.h103 #define p_atomic_cmpxchg(_v, _old, _new) (*(_v) == (_old) ? (*(_v) = (_new), (_old)) : *(_v)) argument
104 #define p_atomic_cmpxchg_ptr(_v, _old, _new) p_atomic_cmpxchg(_v, _old, _new) argument
172 #define p_atomic_cmpxchg(_v, _old, _new) (\ argument
180 #define p_atomic_cmpxchg_ptr(_v, _old, _new) (void *)InterlockedCompareExchange64((__int64 *)(_v), … argument
182 #define p_atomic_cmpxchg_ptr(_v, _old, _new) (void *)InterlockedCompareExchange((long *)(_v), (long… argument
/third_party/gstreamer/gstreamer/tests/check/generic/
Dsinks.c33 GstState _old, _new, _pending; in pop_state_change_message() local