bit number within bitstr_t at _bit_idx(_bit). */
| 92 | |
| 93 | /* bit number within bitstr_t at _bit_idx(_bit). */ |
| 94 | static inline int |
| 95 | _bit_offset(int _bit) |
| 96 | { |
| 97 | return (_bit % _BITSTR_BITS); |
| 98 | } |
| 99 | |
| 100 | /* Mask for the bit within its long. */ |
| 101 | static inline bitstr_t |
no outgoing calls
no test coverage detected