Home
last modified time | relevance | path

Searched refs:rsAtomicXor (Results 1 – 19 of 19) sorted by relevance

/frameworks/rs/api/
Drs_atomic.spec211 function: rsAtomicXor
223 function: rsAtomicXor
/frameworks/rs/scriptc/
Drs_atomic.rsh236 * rsAtomicXor: Thread-safe bitwise exclusive or
249 rsAtomicXor(volatile int32_t* addr, int32_t value);
254 rsAtomicXor(volatile uint32_t* addr, uint32_t value);
/frameworks/rs/driver/runtime/
Drs_core.c100 extern int32_t __attribute__((overloadable)) rsAtomicXor(volatile int32_t *ptr, int32_t value) { in rsAtomicXor() function
104 extern int32_t __attribute__((overloadable)) rsAtomicXor(volatile uint32_t *ptr, uint32_t value) { in rsAtomicXor() function
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_atomic.jd99 <a href='rs_atomic.html#android_rs:rsAtomicXor'>rsAtomicXor</a>
466 <a name='android_rs:rsAtomicXor'></a>
469 <span class='sympad'>rsAtomicXor</span>
475 …<td><a href='rs_value_types.html#android_rs:int32_t'>int32_t</a> rsAtomicXor(volatile <a href='rs_…
481 …<td><a href='rs_value_types.html#android_rs:int32_t'>int32_t</a> rsAtomicXor(volatile <a href='rs_…
Doverview.jd2197 <a href='rs_atomic.html#android_rs:rsAtomicXor'>rsAtomicXor</a>
Dindex.jd1728 <a href='rs_atomic.html#android_rs:rsAtomicXor'>rsAtomicXor</a>
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs409 rsAtomicXor(&i, 5);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs407 rsAtomicXor(&i, 5);
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rs4077 *(int32_t*)buf1652 = rsAtomicXor((volatile int32_t*) buf1653, *(int32_t*)buf1654);
4078 *(int32_t*)buf1655 = rsAtomicXor((volatile uint32_t*) buf1656, *(uint32_t*)buf1657);
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rs5022 *(int32_t*)buf2298 = rsAtomicXor((volatile int32_t*) buf2299, *(int32_t*)buf2300);
5023 *(int32_t*)buf2301 = rsAtomicXor((volatile uint32_t*) buf2302, *(uint32_t*)buf2303);
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rs5852 *(int32_t*)buf3018 = rsAtomicXor((volatile int32_t*) buf3019, *(int32_t*)buf3020);
5853 *(int32_t*)buf3021 = rsAtomicXor((volatile uint32_t*) buf3022, *(uint32_t*)buf3023);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rs5922 *(int32_t*)buf3018 = rsAtomicXor((volatile int32_t*) buf3019, *(int32_t*)buf3020);
5923 *(int32_t*)buf3021 = rsAtomicXor((volatile uint32_t*) buf3022, *(uint32_t*)buf3023);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs3053 *(int32_t*)buf1300 = rsAtomicXor((volatile int32_t*) buf1301, *(int32_t*)buf1302);
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs2959 *(int32_t*)buf1298 = rsAtomicXor((volatile int32_t*) buf1299, *(int32_t*)buf1300);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs2959 *(int32_t*)buf1298 = rsAtomicXor((volatile int32_t*) buf1299, *(int32_t*)buf1300);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs3185 *(int32_t*)buf1352 = rsAtomicXor((volatile int32_t*) buf1353, *(int32_t*)buf1354);
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rs8117 *(int32_t*)buf4216 = rsAtomicXor((volatile int32_t*) buf4217, *(int32_t*)buf4218);
8118 *(int32_t*)buf4219 = rsAtomicXor((volatile uint32_t*) buf4220, *(uint32_t*)buf4221);
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rs3772 *(int32_t*)buf1412 = rsAtomicXor((volatile int32_t*) buf1413, *(int32_t*)buf1414);
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rs4052 *(int32_t*)buf1636 = rsAtomicXor((volatile int32_t*) buf1637, *(int32_t*)buf1638);