Home | History | Annotate | Download | only in common

Lines Matching refs:SET_CONTAINS

1224 #define SET_CONTAINS(set, c) (((set)[(uint8_t)c>>5]&((uint32_t)1<<((uint8_t)c&0x1f)))!=0)
1745 if(SET_CONTAINS(cset, i)) {