Searched refs:oldv (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Datomic.h45 # define atomic_cmpxchg(x, oldv, newv) __sync_val_compare_and_swap (&(x)->atomic, oldv, newv)
64 # define atomic_cmpxchg(x, oldv, newv) AO_compare_and_swap_full(&(x)->atomic, oldv, newv)
81 # define atomic_cmpxchg(x, oldv, newv) atomic_cas_uint (&(x)->atomic, oldv, newv)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Datomic.h45 # define atomic_cmpxchg(x, oldv, newv) __sync_val_compare_and_swap (&(x)->atomic, oldv, newv)
64 # define atomic_cmpxchg(x, oldv, newv) AO_compare_and_swap_full(&(x)->atomic, oldv, newv)
81 # define atomic_cmpxchg(x, oldv, newv) atomic_cas_uint (&(x)->atomic, oldv, newv)
/xsrc/external/mit/libdrm/dist/
H A Dxf86atomic.h52 # define atomic_cmpxchg(x, oldv, newv) __sync_val_compare_and_swap (&(x)->atomic, oldv, newv)
73 # define atomic_cmpxchg(x, oldv, newv) AO_compare_and_swap_full(&(x)->atomic, oldv, newv)
97 # define atomic_cmpxchg(x, oldv, newv) atomic_cas_uint (&(x)->atomic, oldv, newv)
/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynaptics.c2277 Bool oldv = priv->vert_scroll_twofinger_on || priv->vert_scroll_edge_on local in function:HandleScrolling
2325 oldv = oldv && !(priv->vert_scroll_twofinger_on ||
2336 if ((oldv || oldh) && !para->scroll_edge_corner) {
2337 start_coasting(priv, hw, oldv, oldh, oldc);

Completed in 6 milliseconds