Lines Matching refs:random_bit
620 * random_bit(mask)
626 long random_bit(long mask)
677 * The following is a unit test main function for random_bit().
689 ret = random_bit(mask);
690 printf("random_bit(%#o) returned %#o\n", mask, ret);
693 ret = random_bit(mask);
694 printf("random_bit(%#o) returned %#o\n", mask, ret);
699 printf("Calling random_bit %d times for mask %#o\n",
703 ret = random_bit(mask);
704 printf("random_bit(%#o) returned %#o\n", mask,