Home
last modified time | relevance | path

Searched refs:_old (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h104 __typeof__(*object) _old; \
106 _old = atomic_load(_obj); \
107 while (!__sync_bool_compare_and_swap(_obj, _old, (desired))); \
108 _old; \
117 __typeof__(*object) _old = *_exp; \
118 *_exp = __sync_val_compare_and_swap((object), _old, (desired)); \
119 *_exp == _old; \
/third_party/boost/boost/process/detail/posix/
Dsignal.hpp34 _old = ::signal(SIGCHLD, _handler); in on_exec_setup()
42 ::signal(SIGCHLD, _old); in on_error()
52 ::signal(SIGCHLD, _old); in on_success()
58 ::boost::process::detail::posix::sighandler_t _old{0};
/third_party/mesa3d/src/util/
Du_atomic.h99 #define p_atomic_cmpxchg(_v, _old, _new) (*(_v) == (_old) ? (*(_v) = (_new), (_old)) : *(_v)) argument
162 #define p_atomic_cmpxchg(_v, _old, _new) (\ argument
163 …eof(char) ? _InterlockedCompareExchange8 ((char *) (_v), (char) (_new), (char) (_old)) : \
164 …eof(short) ? _InterlockedCompareExchange16((short *) (_v), (short) (_new), (short) (_old)) : \
165 …eof(long) ? _InterlockedCompareExchange ((long *) (_v), (long) (_new), (long) (_old)) : \
166 …eof(__int64) ? InterlockedCompareExchange64 ((__int64 *)(_v), (__int64)(_new), (__int64)(_old)) : \
/third_party/icu/tools/commit-checker/
D.gitignore2 _old/
/third_party/gstreamer/gstreamer/tests/check/generic/
Dsinks.c33 GstState _old, _new, _pending; in pop_state_change_message() local
39 gst_message_parse_state_changed (message, &_old, &_new, &_pending); in pop_state_change_message()
43 fail_unless (old == _old, "Unexpected old state"); in pop_state_change_message()
/third_party/mesa3d/docs/
Drelnotes.rst657 .. _old docs: https://gitlab.freedesktop.org/mesa/mesa/-/blob/mesa-21.0.0/docs/versions.rst
/third_party/boost/libs/contract/doc/
Dextras.qbk535 * Contract functions (i.e., the `..._precondition`, `..._old`, and `..._postcondition` functions in…
558 * Old value functions (i.e., the `..._old` functions in the example above) should take their argume…
/third_party/python/Doc/library/
Dstdtypes.rst2212 .. _old-string-formatting:
/third_party/openssl/
DCHANGES5246 EVP_PKEY_{encrypt,decrypt}_old.