Lines Matching refs:sect
109 unsigned short sect;111 sect = bits[iBit/16];112 if(iVal) { sect |= (1<<(iBit%16)); }113 else { sect &= ~(1<<(iBit%16)); }114 bits[ iBit/16] = sect;