Searched refs:LONG_BIT (Results 1 – 4 of 4) sorted by relevance
38 return (int) ((local_set[bit / LONG_BIT] >> (bit % LONG_BIT)) & 1); in sigismember()
38 local_set[bit / LONG_BIT] &= ~(1UL << (bit % LONG_BIT)); in sigdelset()
38 local_set[bit / LONG_BIT] |= 1UL << (bit % LONG_BIT); in sigaddset()
85 # define LONG_BIT 64 macro87 # define LONG_BIT 32 macro