Searched refs:attrBit (Results 1 – 1 of 1) sorted by relevance
1220 private boolean checkbit(int attrBit, byte[] selector) { in checkbit() argument1222 if (((selector[selectorlen - 1 - ((int) attrBit / 8)] >> (attrBit % 8)) & 0x01) == 0) { in checkbit()