/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/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_2.c | 212 char moved = 0; local in function:move_ship 226 moved++; 236 if (!moved) {
|
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) {
|
/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/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/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/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/games/larn/ |
data.c | 125 u_char moved[MAXX][MAXY]; /* monster movement flags */ variable in typeref:typename:u_char[][]
|
/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
|
/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 in function:sctp_fill_outqueue 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...] |