Home
last modified time | relevance | path

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

/external/fastrpc/inc/
Dmutex.h85 STD_BIT_CLEAR(&mut, 1); \
99 STD_BIT_CLEAR(&mut, 2); \
DAEEstd.h61 #define STD_BIT_CLEAR(bits, ix) ((bits)[(ix)/_STD_BITS_PER((bits))] &= ~(0x1<<((ix) & (_STD_BITS_… macro