Searched defs:uCompare (Results 1 – 9 of 9) sorted by relevance
/external/fastrpc/src/ |
D | cae.c | 33 uint32 atomic_CompareAndExchange(uint32 * volatile puDest, uint32 uExchange, uint32 uCompare) { in atomic_CompareAndExchange() 37 …atomic_CompareAndExchangeUP(uintptr_t * volatile puDest, uintptr_t uExchange, uintptr_t uCompare) { in atomic_CompareAndExchangeUP() 71 uint32 atomic_CompareAndExchange(uint32 * volatile puDest, uint32 uExchange, uint32 uCompare) { in atomic_CompareAndExchange() 74 …atomic_CompareAndExchangeUP(uintptr_t * volatile puDest, uintptr_t uExchange, uintptr_t uCompare) { in atomic_CompareAndExchangeUP() 79 uint32 atomic_CompareAndExchange(uint32 * volatile puDest, uint32 uExchange, uint32 uCompare) { in atomic_CompareAndExchange() 82 uint64 atomic_CompareAndExchange64(uint64 * volatile puDest, uint64 uExchange, uint64 uCompare) { in atomic_CompareAndExchange64() 85 …atomic_CompareAndExchangeUP(uintptr_t * volatile puDest, uintptr_t uExchange, uintptr_t uCompare) { in atomic_CompareAndExchangeUP()
|
D | atomic.c | 51 uint32 atomic_CompareOrAdd(uint32* volatile puDest, uint32 uCompare, int nAdd) { in atomic_CompareOrAdd()
|
D | platform_libs.c | 104 static uint32 atomic_IfNotThenAdd(uint32* volatile puDest, uint32 uCompare, int nAdd) in atomic_IfNotThenAdd()
|
D | adsp_default_listener_stub.c | 462 …ener_atomic_CompareAndExchange(uint32_t * volatile puDest, uint32_t uExchange, uint32_t uCompare) { in _adsp_default_listener_atomic_CompareAndExchange() 466 …ener_atomic_CompareAndExchange(uint32_t * volatile puDest, uint32_t uExchange, uint32_t uCompare) { in _adsp_default_listener_atomic_CompareAndExchange()
|
D | adspmsgd_adsp_stub.c | 512 …adsp_atomic_CompareAndExchange(uint32_t * volatile puDest, uint32_t uExchange, uint32_t uCompare) { in _adspmsgd_adsp_atomic_CompareAndExchange() 516 …adsp_atomic_CompareAndExchange(uint32_t * volatile puDest, uint32_t uExchange, uint32_t uCompare) { in _adspmsgd_adsp_atomic_CompareAndExchange()
|
D | adsp_perf_stub.c | 513 …perf_atomic_CompareAndExchange(uint32_t * volatile puDest, uint32_t uExchange, uint32_t uCompare) { in _adsp_perf_atomic_CompareAndExchange() 517 …perf_atomic_CompareAndExchange(uint32_t * volatile puDest, uint32_t uExchange, uint32_t uCompare) { in _adsp_perf_atomic_CompareAndExchange()
|
D | remotectl_stub.c | 514 …ectl_atomic_CompareAndExchange(uint32_t * volatile puDest, uint32_t uExchange, uint32_t uCompare) { in _remotectl_atomic_CompareAndExchange() 518 …ectl_atomic_CompareAndExchange(uint32_t * volatile puDest, uint32_t uExchange, uint32_t uCompare) { in _remotectl_atomic_CompareAndExchange()
|
D | adsp_current_process_stub.c | 515 …cess_atomic_CompareAndExchange(uint32_t * volatile puDest, uint32_t uExchange, uint32_t uCompare) { in _adsp_current_process_atomic_CompareAndExchange() 519 …cess_atomic_CompareAndExchange(uint32_t * volatile puDest, uint32_t uExchange, uint32_t uCompare) { in _adsp_current_process_atomic_CompareAndExchange()
|
D | adsp_listener_stub.c | 467 …ener_atomic_CompareAndExchange(uint32_t * volatile puDest, uint32_t uExchange, uint32_t uCompare) { in _adsp_listener_atomic_CompareAndExchange() 471 …ener_atomic_CompareAndExchange(uint32_t * volatile puDest, uint32_t uExchange, uint32_t uCompare) { in _adsp_listener_atomic_CompareAndExchange()
|