HomeSort by relevance Sort by last modified time
    Searched refs:oldv (Results 1 - 3 of 3) sorted by null

  /external/libdrm/
xf86atomic.h 56 # define atomic_cmpxchg(x, oldv, newv) __sync_val_compare_and_swap (&(x)->atomic, oldv, newv)
76 # define atomic_cmpxchg(x, oldv, newv) AO_compare_and_swap_full(&(x)->atomic, oldv, newv)
100 # define atomic_cmpxchg(x, oldv, newv) atomic_cas_uint (&(x)->atomic, oldv, newv)
  /external/ppp/pppd/
options.c 749 int oldv = *(int *)(opt->addr); local
751 (oldv != 0 && (iv == 0 || iv > oldv)) : (iv > oldv)) {
    [all...]
  /external/libedit/src/
refresh.c 139 int oldv = el->el_refresh.r_cursor.v; local
141 if (oldv == el->el_refresh.r_cursor.v) /* XXX */

Completed in 118 milliseconds