bit                90 libutil/idset.c static unsigned long *bit;
bit               101 libutil/idset.c 	if (bit == NULL) {
bit               102 libutil/idset.c 		bit = (unsigned long *)check_calloc(sizeof(unsigned long), LONG_BIT);
bit               104 libutil/idset.c 			bit[i] = 1UL << i;
bit               139 libutil/idset.c 	idset->set[id / LONG_BIT] |= bit[id % LONG_BIT];
bit               161 libutil/idset.c 	return (idset->set[id / LONG_BIT] & bit[id % LONG_BIT]) != 0;
bit               198 libutil/idset.c 		if (bit[i] & idset->set[index0])
bit               207 libutil/idset.c 		if (bit[i] & idset->set[index0])