Searched refs:biTs (Results 1 – 1 of 1) sorted by relevance
101 #define bitarray_read_bit( biTs, iBiT) ( biTs[iBiT/16] & (1<<((iBiT)%16)) ) argument