bit                83 libutil/idset.c static unsigned long *bit;
bit                94 libutil/idset.c 	if (bit == NULL) {
bit                95 libutil/idset.c 		bit = (unsigned long *)check_calloc(sizeof(unsigned long), LONG_BIT);
bit                97 libutil/idset.c 			bit[i] = 1UL << i;
bit               132 libutil/idset.c 	idset->set[id / LONG_BIT] |= bit[id % LONG_BIT];
bit               154 libutil/idset.c 	return (idset->set[id / LONG_BIT] & bit[id % LONG_BIT]) != 0;
bit               191 libutil/idset.c 		if (bit[i] & idset->set[index0])
bit               200 libutil/idset.c 		if (bit[i] & idset->set[index0])