/src/games/sail/ |
pl_5.c | 59 bool moved = false; local in function:acceptmove 95 if ((ta < 0 && moved) || (vma < 0 && moved)) 102 if ((ta < 0 && moved) || (vma < 0 && moved)) 119 moved = true; 122 if ((ta < 0 && moved) || (vma < 0 && moved)) 131 if ((ta < 0 && moved) || (vma < 0 && moved) [all...] |
dr_3.c | 59 char moved[NSHIP]; local in function:moveall 102 moved[n] = 0; 119 step(sp, sp->file->movebuf[k], &moved[n]); 228 step(struct ship *sp, int com, char *moved) 249 *moved = 1; 254 if (!*moved) {
|
dr_2.c | 212 char moved = 0; local in function:move_ship 226 moved++; 236 if (!moved) {
|
/src/usr.bin/m4/TEST/ |
hanoi.m4 | 42 define(moved,`move disk from $1 to $2 macro 45 define(trans, `ifelse($4,1,`moved($1,$2)', 46 `trans($1,$3,$2,DECR($4))moved($1,$2)trans($3,$2,$1,DECR($4))')')
|
/src/games/hunt/huntd/ |
execute.c | 197 bool moved; local in function:move_player 218 moved = false; 224 moved = true; 243 moved = true; 259 moved = true; 300 moved = true; 304 if (moved) {
|
/src/games/larn/ |
movem.c | 84 for (j = tmp1; j < tmp2; j++) /* now reset monster moved flags */ 86 moved[i][j] = 0; 87 moved[lasthx][lasthy] = 0; 89 if (c[AGGRAVATE] || !c[STEALTH]) { /* who gets moved? split for 96 if (moved[i][j] == 0) /* if it has not already 97 * been moved */ 106 if (moved[i][j] == 0) /* if it has not already 107 * been moved */ 115 * player if not already moved */ 116 if (moved[lasthx][lasthy] == 0) { /* if it has not alread [all...] |
data.c | 125 u_char moved[MAXX][MAXY]; /* monster movement flags */ variable in typeref:typename:u_char[][]
|
header.h | 345 extern u_char *lpnt, moved[MAXX][MAXY], mitem[MAXX][MAXY], monstlevel[];
|
/src/sys/fs/puffs/ |
puffs_subr.c | 95 size_t moved; local in function:puffs_parkdone_asyncbioread 106 moved = bp->b_bcount - read_msg->pvnr_resid; 109 memcpy(bp->b_data, read_msg->pvnr_data, moved);
|
puffs_vnops.c | 2732 size_t tomove, moved; local in function:puffs_vnop_strategy 2815 moved = tomove - rw_msg->pvnr_resid; 2817 (void)memcpy(bp->b_data, rw_msg->pvnr_data, moved); 2818 bp->b_resid = bp->b_bcount - moved; 2871 * FAF moved everything. Frankly, we don't 2875 moved = tomove; 2877 moved = tomove - rw_msg->pvnr_resid; 2879 bp->b_resid = bp->b_bcount - moved;
|
/src/sbin/mount_portal/ |
puffs_portal.c | 170 size_t moved; local in function:readdata 176 moved = puffs_framebuf_tellsize(pufbuf) - METADATASIZE; 177 assert(max >= moved); 178 max -= moved; 190 if (moved) 196 if (moved) 206 moved += n;
|
/src/sys/dev/putter/ |
putter.c | 227 size_t origres, moved; local in function:putter_fop_read 251 moved = origres - uio->uio_resid; 252 DPRINTF(("putter_fop_read (%p): moved %zu bytes from %p, error %d\n", 253 pi, moved, pi->pi_curput, error)); 255 KASSERT(pi->pi_curres >= moved); 256 pi->pi_curres -= moved; 257 pi->pi_curput += moved;
|
/src/sys/arch/vax/boot/xxboot/ |
bootxx.c | 84 static int moved; variable in typeref:typename:int 106 moved = 0; 238 if (bqo->unit_init && (moved++ == 0)) {
|
/src/lib/libc/db/hash/ |
hash_page.c | 193 uint16_t copyto, diff, off, moved; local in function:__split_page 212 moved = 0; 217 (int)copyto, (int)moved); 243 moved += 2; 250 ino[0] -= moved; 289 int moved /* Number of pairs moved to new page. */ 337 ino[0] -= (moved + 2); 350 moved = 0;
|
/src/doc/ |
TODO.compat-module | 23 for reporting module status to userland has been versioned and moved 103 21. The netbsd32_machine32_hook should be moved out of the main kernel 122 moved into a function so the compat code can call it directly and
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_vm.h | 150 bool moved; member in struct:amdgpu_vm_bo_base 262 /* per VM BOs moved, but not yet updated in the PT */ 263 struct list_head moved; member in struct:amdgpu_vm
|
amdgpu_vm.c | 238 vm_bo->moved = true; 258 * amdgpu_vm_bo_moved - vm_bo is moved 260 * @vm_bo: vm_bo which is moved 262 * State for per VM BOs which are moved, but that change is not yet reflected 267 list_move(&vm_bo->vm_status, &vm_bo->vm->moved); 281 vm_bo->moved = false; 1287 if (entry->base.bo && !entry->base.moved) 1824 if (!clear && bo_va->base.moved) { 1825 bo_va->base.moved = false; 2064 * amdgpu_vm_handle_moved - handle moved BOs in the P [all...] |
/src/sys/external/isc/libsodium/dist/m4/ |
lt~obsolete.m4 | 17 # exported API, or moved to Autoconf or Automake where they belong.
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
ste-hrefv60plus.dtsi | 200 * can be moved over to being controlled by respective device.
|
ste-snowball.dts | 470 * can be moved over to being controlled by respective device.
|
bcm2711.dtsi | 412 * moved into its own bus, so as for RPi4's firmware to update them.
|
stih407-family.dtsi | 220 /* Pinctrl moved out to a per-board configuration */
|
/src/sys/arch/vax/vax/ |
emulate.S | 988 cmpl %r3,arg2 # if weve moved passed destination limits 1007 cmpl %r3,arg2 # if weve moved passed destination limits
|
unimpl_emul.S | 96 addl2 $12,%sp # remove moved fields from stack
|
/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_bo.c | 375 goto moved; 400 moved:
|