Lines Matching refs:happy
39 * Create a device /dev/happy from which you can read sequential
40 * happy numbers.
43 * mknod /dev/happy c 210 0
46 * A happy number is a number defined by the following process: Starting with
50 * numbers for which this process ends in 1 are happy numbers, while those that
53 * For more information on happy numbers, and the algorithms, see
56 * The happy number generator is here only to have something that the user
65 /* If n is not happy then its sequence ends in the cycle:
150 /* Get next happy number */
171 MODULE(MODULE_CLASS_MISC, happy, NULL);
182 if (devsw_attach("happy", NULL, &bmajor, &happy_cdevsw,