Lines Matching refs:atomic_inc
76 atomic_inc(localhist + convert_int(src[src_index]));
79 atomic_inc(localhist + (value & 0xff));
80 atomic_inc(localhist + ((value >> 8) & 0xff));
81 atomic_inc(localhist + ((value >> 16) & 0xff));
82 atomic_inc(localhist + ((value >> 24) & 0xff));
85 atomic_inc(localhist + value.s0);
86 atomic_inc(localhist + value.s1);
88 atomic_inc(localhist + value.s2);
89 atomic_inc(localhist + value.s3);
91 atomic_inc(localhist + value.s4);
92 atomic_inc(localhist + value.s5);
93 atomic_inc(localhist + value.s6);
94 atomic_inc(localhist + value.s7);
96 atomic_inc(localhist + value.s8);
97 atomic_inc(localhist + value.s9);
98 atomic_inc(localhist + value.sA);
99 atomic_inc(localhist + value.sB);
100 atomic_inc(localhist + value.sC);
101 atomic_inc(localhist + value.sD);
102 atomic_inc(localhist + value.sE);
103 atomic_inc(localhist + value.sF);