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

  /src/games/sail/
pl_5.c 59 bool moved = false; local
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
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
226 moved++;
236 if (!moved) {
  /src/games/hunt/huntd/
execute.c 197 bool moved; local
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
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
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
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
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
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
106 moved = 0;
238 if (bqo->unit_init && (moved++ == 0)) {
  /src/lib/libc/db/hash/
hash_page.c 194 uint16_t copyto, diff, off, moved; local
213 moved = 0;
218 (int)copyto, (int)moved);
244 moved += 2;
251 ino[0] -= moved;
290 int moved /* Number of pairs moved to new page. */
338 ino[0] -= (moved + 2);
351 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/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:
  /src/sys/netinet/
sctp_output.c 5060 /* add it in to the size of moved chunks */
5116 /* total count moved */
5131 unsigned int moved, seenend, cnt_mvd=0; local
5144 seenend = moved = mtu_fromwheel = 0;
5163 } else if ((moved == 0) && (seenend)) {
5167 } else if (moved) {
5172 moved = 0;
5200 moved++;
5207 printf("Ok we moved %d chunks to send queue\n",
5208 moved);
    [all...]
  /src/share/mk/
bsd.own.mk 1454 # libraries moved from /usr/lib to /lib and the shared linker moved
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 3306 # on the system stack must be carefully moved "down" to make room #
3307 # for the operand being moved. #
4335 tst.b %d1 # should FP0 be moved?
4343 lsl.b &0x1,%d1 # should FP1 be moved?
4351 lsl.b &0x1,%d1 # should FP2 be moved?
4358 lsl.b &0x1,%d1 # should FP3 be moved?
4365 lsl.b &0x1,%d1 # should FP4 be moved?
4372 lsl.b &0x1,%d1 # should FP5 be moved?
4379 lsl.b &0x1,%d1 # should FP6 be moved?
4386 lsl.b &0x1,%d1 # should FP7 be moved
    [all...]
fpsp.s 3306 # on the system stack must be carefully moved "down" to make room #
3307 # for the operand being moved. #
10701 # the value in fp1 will not take any exceptions when moved. #
12159 # operand will NOT overflow or underflow when moved into the fp reg file
12203 # operand WILL underflow when moved in to the fp register file
12939 # operand will NOT overflow or underflow when moved in to the fp reg file
12983 # operand WILL underflow when moved in to the fp register file
13557 # operand will NOT overflow or underflow when moved in to the fp reg file
13601 # operand WILL underflow when moved in to the fp register file
15620 # operand will NOT overflow or underflow when moved in to the fp reg fil
    [all...]
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 5224 # This wrapper script should never be moved out of the build directory.
5523 This wrapper executable should never be moved out of the build directory.
7959 func_warning "library '$lib' was moved."
8527 func_warning "'$deplib' seems to be moved"
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 3849 # This wrapper script should never be moved out of the build directory.
4148 This wrapper executable should never be moved out of the build directory.
6519 func_warning "library \`$lib' was moved."
7087 func_warning "\`$deplib' seems to be moved"

Completed in 63 milliseconds