HomeSort by: relevance | last modified time | path
    Searched defs:HAPPY_NUMBER (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/modules/examples/readhappy/
readhappy.c 54 * http://en.wikipedia.org/wiki/Happy_number
63 #define HAPPY_NUMBER 1
87 if (total == HAPPY_NUMBER)
  /src/sys/modules/examples/readhappy_mpsafe/
readhappy_mpsafe.c 58 #define HAPPY_NUMBER 1
103 if (total == HAPPY_NUMBER)
  /src/tests/lib/libc/sys/
t_ptrace_wait.h 565 #define HAPPY_NUMBER 1
600 if (total == HAPPY_NUMBER)

Completed in 20 milliseconds