HomeSort by: relevance | last modified time | path
    Searched refs:better (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/games/backgammon/teachgammon/
tutor.c 44 static const char better[] = variable
45 "That is a legal move, but there is a better one.\n";
73 writel(better);
  /src/sys/arch/amiga/stand/loadkmap/din/
din-kbdmap.c 423 /* string table. If there's a better way to get the offsets into the
  /src/sys/arch/amiga/stand/loadkmap/pl_din/
pl_din-kbdmap.c 428 /* string table. If there's a better way to get the offsets into the
  /src/sys/arch/x68k/dev/
kbdmap.c 262 /* string table. If there's a better way to get the offsets into the
  /src/sys/arch/x68k/usr.bin/loadkmap/
jis_kmap.c 256 /* string table. If there's a better way to get the offsets into the
  /src/share/mk/
bsd.klinks.mk 41 # XXX. This should be done a better way. It's @'d to reduce visual spew.
bsd.sys.mk 145 # cases it should be better with
bsd.own.mk 726 # Should create a better test
  /src/sys/arch/atari/stand/keymaps/fr/
fr-kbdmap.c 169 * string table. If there's a better way to get the offsets into the
  /src/sys/arch/mac68k/mac68k/
macromasm.s 452 movml #0xC0C0,%sp@- | better save
462 movml #0xC0C0,%sp@- | better save
478 movml #0xC0C0,%sp@- | better save
490 movml #0xC0C0,%sp@- | better save
510 movml #0xC0C0,%sp@- | better save
  /src/doc/
TODO.compat-module 117 23. The raidframe-netbsd32 compat code needs to be better separated
  /src/sys/arch/mvme68k/stand/sboot/
oc_cksum.s 62 | and we're better off letting the loop take a big performance hit
70 | However, 16 was substantially better than 8 for small counts.
73 | that 16 was better than 8 for a count of 20. It's not obvious to
  /src/sys/arch/vax/boot/xxboot/
start.S 189 movl $_C_LABEL(start), %sp # move stack to a better
  /src/sys/netinet/
in_pcb.c 1015 vestigial_inpcb_t better; local
1040 better = *vp;
1050 *vp = better;
  /src/sys/netinet6/
in6_pcb.c 914 struct vestigial_inpcb better; local
947 better = *vp;
957 *vp = better;
  /src/games/gomoku/
pickmove.c 71 static bool better(spot_index, spot_index, player_color);
141 if (better(s, os, us)) /* pick our best move */
143 if (better(s, ts, them)) /* pick their best move */
191 * Return true if spot 'as' is better than spot 'bs' for color 'us'.
194 better(spot_index as, spot_index bs, player_color us) function
  /src/sys/arch/m68k/m68k/
oc_cksum.s 58 | and we're better off letting the loop take a big performance hit
66 | However, 16 was substantially better than 8 for small counts.
69 | that 16 was better than 8 for a count of 20. It's not obvious to
  /src/sys/dev/ic/
cs89x0.c 133 ** is Digital confidential!), but is better than nothing and more
146 ** 20-25% better than the driver had previously been getting).
293 * To get better performance, we tell the chip to start packet
299 * better is the next 'better' state in the table.
301 * better state.
309 int better; member in struct:cs_xmit_early
1051 * is a better way to do it because the card has a counter which can be
1055 * the receive miss interrupt. This is a better estimate of errors
1927 cs_xmit_early_table[sc->sc_xe_ent].better;
    [all...]
  /src/common/dist/zlib/contrib/pascal/
example.pas 29 * stresses the compression code better, sorry...
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_object.c 500 #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \
506 "better performance thanks to write-combining\n");
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_object.c 250 #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \
256 "better performance thanks to write-combining\n");
  /src/tools/host-mkdep/
configure 602 For better control, use the options below.
  /src/sys/arch/amiga/amiga/
locore.s 477 |XXX this would better be
  /src/lib/librumpuser/
configure 1271 For better control, use the options below.
3425 # Best one so far, save it but keep looking for a better one
3491 # Best one so far, save it but keep looking for a better one
  /src/tools/make/
configure 1260 For better control, use the options below.
3105 # Best one so far, save it but keep looking for a better one
3171 # Best one so far, save it but keep looking for a better one

Completed in 2097 milliseconds

1 2