Home
last modified time | relevance | path

Searched refs:board (Results 1 – 25 of 44) sorted by relevance

12

/minix/games/tetris/
H A Dshapes.c86 if (board[pos] || board[pos + *o++] || board[pos + *o++] || in fits_in()
87 board[pos + *o]) in fits_in()
102 board[pos] = onoff; in place()
103 board[pos + *o++] = onoff; in place()
104 board[pos + *o++] = onoff; in place()
105 board[pos + *o] = onoff; in place()
H A Dtetris.c62 cell board[B_SIZE]; /* 1 => occupied, 0 => empty */ variable
94 p = board; in setup_board()
110 p = &board[base]; in elide()
114 memset(&board[base], 0, B_COLS - 2); in elide()
118 board[base + B_COLS] = board[base]; in elide()
H A Dtetris.h59 extern cell board[B_SIZE]; /* 1 => occupied, 0 => empty */
H A Dscreen.c350 bp = &board[D_FIRST * B_COLS]; in scr_update()
/minix/games/monop/
H A Dexecute.c151 sqp = &board[cur_p->loc]; in show_move()
200 board[i].owner = -1; in reset_game()
201 if (board[i].type == PRPTY) { in reset_game()
202 board[i].desc->morg = 0; in reset_game()
203 board[i].desc->houses = 0; in reset_game()
204 } else if (board[i].type == RR || board[i].type == UTIL) { in reset_game()
205 board[i].desc->morg = 0; in reset_game()
309 if (board[i].owner < 0) { in save()
311 } else if (board[i].type == PRPTY) { in save()
314 } else if (board[i].type == RR || board[i].type == UTIL) { in save()
[all …]
H A Dmorg.c144 price = board[propnum].cost/2; in m()
145 board[propnum].desc->morg = TRUE; in m()
207 price = board[propnum].cost/2; in unm()
208 board[propnum].desc->morg = FALSE; in unm()
H A Dprop.c72 op->sqr = &board[op_sqr]; in add_list()
99 switch (board[op_sqr].type) { in del_list()
101 board[op_sqr].desc->mon_desc->num_own--; in del_list()
112 if (op->sqr == &board[op_sqr]) in del_list()
198 buy(i, &board[cur_p->loc]); in bid()
H A Dmonop.h70 #define sqnum(sqp) ((short)(sqp - board))
148 extern SQUARE board[N_SQRS + 1];
H A Dtrade.c247 switch (board[cur_p->loc].type) { in resign()
251 new_own = board[cur_p->loc].owner; in resign()
318 if (board[i].owner > player) in resign()
319 --board[i].owner; in resign()
H A Dmonop.c175 SQUARE board[N_SQRS+1] = { /* board itself (+1 for Jail) */ variable
246 cur_p->money, board[cur_p->loc].name); in main()
358 mp->sq[i] = &board[mp->sqnums[i]]; in init_monops()
H A Dhouses.c347 sqp = &board[i]; in get_avail_houses()
364 sqp = &board[i]; in get_avail_hotels()
H A Dprint.c91 sqp = &board[sqn]; in printsq()
/minix/minix/drivers/net/dpeth/
H A DREADME4 a 3c501 board (Etherlink), but those board are so
7 3c509b board (Etherlink III) it was easier to
/minix/minix/drivers/net/dec21140A/
H A DREADME.txt1 README file for the Dec21140A ethernet board driver as emulated by
/minix/minix/drivers/sensors/sht21/
H A DREADME.txt8 found on the WeatherCape expansion board for the BeagleBone.
48 board.
/minix/external/bsd/llvm/dist/llvm/docs/
H A DHowToBuildOnARM.rst21 #. If you are building LLVM/Clang on an ARM board with 1G of memory or less,
69 devices with your board.
H A DHowToCrossCompileLLVM.rst160 If you copy that tarball to your target board, you'll be able to use
174 on your board. Also, the path to your clang has to be absolute, so
/minix/minix/drivers/sensors/tsl2550/
H A DREADME.txt8 WeatherCape expansion board for the BeagleBone.
/minix/minix/include/minix/
H A DMakefile8 board.h bpf.h btrace.h \
/minix/minix/drivers/net/lan8710a/
H A DREADME.txt4 README file for the LAN8710A ethernet board driver for BeagleBone Rev. A6a
/minix/sys/arch/
H A DREADME14 cesfic m68k 20010514 FIC8234 VME processor board
39 mvme68k m68k 19950725 Motorola's VMEbus 68K based single board computers
/minix/minix/drivers/sensors/bmp085/
H A DREADME.txt8 the WeatherCape expansion board for the BeagleBone.
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Dand-mask-removal.ll3 @board = common global [400 x i8] zeroinitializer, align 1
11 %arrayidx = getelementptr inbounds [400 x i8]* @board, i64 0, i64 %idxprom
/minix/etc/usr/
H A Drc165 # on the board; there is no device autodetection.
330 BOARD_NAME=`sysenv board`
337 # start EEPROM driver for reading board info
382 # start EEPROM driver for reading board info
/minix/games/fortune/
H A DREADME26 the bundling board. Neither has any one of our members ever been called a

12