HomeSort by: relevance | last modified time | path
    Searched refs:happy (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/make/unit-tests/
doterror.mk 13 all: happy sad
15 happy: target
doterror.exp 2 happy
  /src/sys/modules/examples/luareadhappy/
happy.lua 1 -- $NetBSD: happy.lua,v 1.1 2017/04/15 04:27:30 kamil Exp $
29 -- A happy number is a number defined by the following process: Starting with
33 -- numbers for which this process ends in 1 are happy numbers, while those that
36 -- For more information on happy numbers, and the algorithms, see
39 -- The happy number generator is here only to have something that the user
46 -- If n is not happy then its sequence ends in the cycle:
luareadhappy.c 41 * Create a device /dev/happy from which you can read sequential
42 * happy numbers.
45 * mknod /dev/happy c 351 0
48 * A happy number is a number defined by the following process: Starting with
52 * numbers for which this process ends in 1 are happy numbers, while those that
55 * For more information on happy numbers, and the algorithms, see
58 * The happy number generator is here only to have something that the user
92 /* Function that calls a Lua routine and returns whether a number is happy */
160 /* Get next happy number */
185 MODULE(MODULE_CLASS_MISC, happy, "lua")
    [all...]
  /src/tests/lib/libc/sys/
t_ptrace_step_wait.h 39 int happy; local in function:ptrace_step
75 happy = check_happy(999);
80 FORKEE_ASSERT_EQ(happy, check_happy(999));
  /src/sys/dev/pci/
ld_amr.c 86 int happy; local in function:ld_amr_attach
106 &happy);
107 if (happy)
amr.c 1002 amr_drive_state(int state, int *happy)
1008 if (happy)
1009 *happy = 1;
1012 if (happy)
1013 *happy = amr_dstate[state].ds_happy;
  /src/sys/modules/examples/readhappy/
readhappy.c 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)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
rk3288-veyron-mickey.dts 112 * some pretty serious workload here and be happy.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sdm630-sony-xperia-nile.dtsi 328 * make the mmc driver happy.
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 228 # not happy with the default actions, and you can't solve it by
  /src/share/mk/
bsd.own.mk 1382 # Only install the GPU firmware on DRM-happy systems.
  /src/sys/arch/sparc64/sparc64/
locore.s 5328 * %o0 OpenFirmware entry point, to keep Sun's updaters happy
7019 wr %g0, ASI_PRIMARY_NOFAULT, %asi ! Make C code happy
  /src/share/terminfo/
terminfo 2950 vt320-nam|vt300-nam|DEC VT320 7 bit terminal with no am to make SAS happy,
3203 # that matter -- DEC's ALL-in-1 seems happy with it, as does INFOPLUS's
    [all...]

Completed in 45 milliseconds