Searched refs:LONG_BIT (Results 1 – 2 of 2) sorted by relevance
67 return (int) ((local_set[bit / LONG_BIT] >> (bit % LONG_BIT)) & 1); in sigismember()77 local_set[bit / LONG_BIT] |= 1UL << (bit % LONG_BIT); in sigaddset()88 local_set[bit / LONG_BIT] &= ~(1UL << (bit % LONG_BIT)); in sigdelset()
100 # define LONG_BIT 64 macro102 # define LONG_BIT 32 macro