Searched defs:setbit (Results 1 – 4 of 4) sorted by relevance
210 #define setbit(a, i) (((unsigned char *)(a))[(i)/NBBY] |= 1u<<((i)%NBBY)) macro
624 setbit(int bitno, int *s) in setbit() function
395 setbit(int bitno, int *s) in setbit() function
129 setbit(int bitno, int *s) in setbit() function