MCPcopy Create free account
hub / github.com/F-Stack/f-stack / _bit_idx

Function _bit_idx

freebsd/sys/bitstring.h:87–91  ·  view source on GitHub ↗

bitstr_t in bit string containing the bit. */

Source from the content-addressed store, hash-verified

85
86/* bitstr_t in bit string containing the bit. */
87static inline int
88_bit_idx(int _bit)
89{
90 return (_bit / _BITSTR_BITS);
91}
92
93/* bit number within bitstr_t at _bit_idx(_bit). */
94static inline int

Callers 10

bit_testFunction · 0.85
bit_setFunction · 0.85
bit_clearFunction · 0.85
bit_nsetFunction · 0.85
bit_nclearFunction · 0.85
bit_ffs_atFunction · 0.85
bit_ffc_atFunction · 0.85
bit_ffs_area_atFunction · 0.85
bit_ffc_area_atFunction · 0.85
bit_countFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected