Home
last modified time | relevance | path

Searched refs:dec (Results 1 – 4 of 4) sorted by relevance

/scripts/atomic/fallbacks/
Ddec_if_positive5 ${int} dec, c = ${atomic}_read(v);
8 dec = c - 1;
9 if (unlikely(dec < 0))
11 } while (!${atomic}_try_cmpxchg(v, &c, dec));
13 return dec;
Ddec3 ${atomic}_${pfx}dec${sfx}${order}(${atomic}_t *v)
/scripts/atomic/
Datomics.tbl25 dec vRF v
/scripts/mod/
Dfile2alias.c233 unsigned long long c, dec = 0; in incbcd() local
247 dec += c; in incbcd()
251 dec += inc; in incbcd()
258 c = (dec / c) % 10; in incbcd()