Home
last modified time | relevance | path

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

/external/fastrpc/inc/
Dmutex.h78 STD_BIT_SET(&mut, 1); \
92 STD_BIT_SET(&mut, 2); \
DAEEstd.h60 #define STD_BIT_SET(bits, ix) ((bits)[(ix)/_STD_BITS_PER((bits))] |= 0x1<<((ix) & (_STD_BITS_PE… macro