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

  /src/games/tetris/
tetris.h 138 * Shapes fall at a rate faster than once per second.
143 * depending on its current value, via the `faster' macro below.
144 * The value eventually reaches a limit, and things stop going faster,
147 extern long fallrate; /* less than 1 million; smaller => faster */
148 #define faster() (fallrate -= fallrate / 3000) macro
input.c 153 faster(); /* go faster */
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap-gpmc-smsc9221.dtsi 6 * or smsc 9218) has faster timings, leading to higher
logicpd-torpedo-37xx-devkit.dts 62 /* The DM3730 has a faster L3 than OMAP35, so increase pixel clock */
rk3288-veyron-mickey.dts 86 * and don't let the GPU go faster than 400 MHz.
188 * the CPU can't go faster than 1.4 GHz. Note that we won't
  /src/sys/arch/mvme68k/stand/sboot/
oc_cksum.s 53 | 68010 "loop mode" would almost certainly be faster than this
106 | case is header checksums) so we give that the faster
  /src/sys/arch/m68k/m68k/
oc_cksum.s 49 | 68010 "loop mode" would almost certainly be faster than this
101 | case is header checksums) so we give that the faster
copy.s 110 * faster than the C version in the portable gen directory.
171 * faster than the C version in the portable gen directory.
  /src/share/mk/
bsd.kmodule.mk 49 # resulting code would be much faster.
149 # be much faster and simplifies the loader.
bsd.lua.mk 21 # and installed as precompiled chunks for faster loading. Note
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-gru-chromebook.dtsi 313 /* May run faster once verified. */
rk3399-gru.dtsi 550 /* May run faster once verified. */
  /src/usr.bin/m4/TEST/
test.m4 235 travel, or (2) convince CTK to develop a faster breed of horses so that the
  /src/sys/arch/mips/mips/
locore.S 711 * than invoking mips_emul_inst(), since it is faster.
  /src/sys/external/isc/libsodium/dist/
configure.ac 175 [AS_HELP_STRING(--enable-opt,Optimize for the native CPU - The resulting library will be faster but not portable)],
configure 1502 will be faster but not portable
2497 # Find a good install program. We prefer a C program (faster),
  /src/bin/ksh/
emacs.c 308 * default, but its simpler/faster/smaller than using termcap
  /src/sys/arch/m68k/060sp/dist/
isp.s 3062 # just do the compare again since it's faster than saving the ccodes
3083 # just do the compare again since it's faster than saving the ccodes

Completed in 34 milliseconds