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

  /src/games/backgammon/common_source/
Makefile 6 SRCS= allow.c board.c check.c fancy.c init.c odds.c \
odds.c 1 /* $NetBSD: odds.c,v 1.7 2006/03/22 04:22:05 christos Exp $ */
35 static char sccsid[] = "@(#)odds.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: odds.c,v 1.7 2006/03/22 04:22:05 christos Exp $");
44 odds(int r1, int r2, int val) function in typeref:typename:void
88 odds(0, 0, 0);
108 odds(k, diff - k, addon);
110 odds(diff, 0, addon);
back.h 107 extern int table[6][6]; /* odds table for possible rolls */
169 void odds(int, int, int);
  /src/games/backgammon/backgammon/
extra.c 197 odds(0, 0, 0);
204 odds(abs(b - i), 0, abs(board[b]));
219 odds(0, 0, 0);
225 odds(j, 0, 1);
228 odds(k, j - k, 1);
move.c 429 odds(0, 0, 0);
  /src/sys/external/isc/libsodium/dist/m4/
ax_pthread.m4 275 # Problem is, this is at odds with the way Automake and most other

Completed in 12 milliseconds