Home
last modified time | relevance | path

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

/system/chre/host/msm/daemon/generated/
Dchre_slpi_stub.c493 …_slpi_atomic_CompareAndExchange(uint32_t * volatile puDest, uint32_t uExchange, uint32_t uCompare);
497 …slpi_atomic_CompareAndExchange(uint32_t * volatile puDest, uint32_t uExchange, uint32_t uCompare) { in _chre_slpi_atomic_CompareAndExchange() argument
498 …turn (uint32_t)InterlockedCompareExchange((volatile LONG*)puDest, (LONG)uExchange, (LONG)uCompare); in _chre_slpi_atomic_CompareAndExchange()
501 …slpi_atomic_CompareAndExchange(uint32_t * volatile puDest, uint32_t uExchange, uint32_t uCompare) { in _chre_slpi_atomic_CompareAndExchange() argument
502 return __sync_val_compare_and_swap(puDest, uCompare, uExchange); in _chre_slpi_atomic_CompareAndExchange()