Lines Matching defs:pv
106 static unsigned long long v, *pv;
107 v = __atomic_load_n(pv, 0);
108 v = __atomic_exchange_n(pv, 0, 0);
109 v = __atomic_add_fetch(pv, 0, 0);
110 v = __atomic_sub_fetch(pv, 0, 0);
111 v = __atomic_and_fetch(pv, 0, 0);
112 v = __atomic_xor_fetch(pv, 0, 0);
113 v = __atomic_or_fetch(pv, 0, 0);
114 v = __atomic_nand_fetch(pv, 0, 0);
115 v = __atomic_fetch_add(pv, 0, 0);
116 v = __atomic_fetch_sub(pv, 0, 0);
117 v = __atomic_fetch_and(pv, 0, 0);
118 v = __atomic_fetch_xor(pv, 0, 0);
119 v = __atomic_fetch_or(pv, 0, 0);
120 v = __atomic_fetch_nand(pv, 0, 0);
127 c = __atomic_exchange_n(pv, 0, 0);