Searched defs:oldv (Results 1 – 3 of 3) sorted by relevance
| /third_party/libdrm/ |
| D | xf86atomic.h | 52 # define atomic_cmpxchg(x, oldv, newv) __sync_val_compare_and_swap (&(x)->atomic, oldv, newv) argument 73 # define atomic_cmpxchg(x, oldv, newv) AO_compare_and_swap_full(&(x)->atomic, oldv, newv) argument 97 # define atomic_cmpxchg(x, oldv, newv) atomic_cas_uint (&(x)->atomic, oldv, newv) argument
|
| /third_party/python/Python/ |
| D | structmember.c | 107 PyObject *oldv; in PyMember_SetOne() local
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | map.c | 774 upb_value oldv; in Map_merge_into_self() local
|