| /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/external/gpl3/gdb/dist/gnulib/import/ |
| strerror_r.c | 126 size_t moved = len < buflen ? len : buflen - 1; local 130 memmove (buf, msg, moved); 131 buf[moved] = '\0';
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| strerror_r.c | 126 size_t moved = len < buflen ? len : buflen - 1; local 130 memmove (buf, msg, moved); 131 buf[moved] = '\0';
|
| /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_2.c | 212 char moved = 0; local 226 moved++; 236 if (!moved) {
|
| 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) {
|
| /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/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| prof_inlines.h | 165 bool sampled, old_sampled, moved; local 187 moved = (ptr != old_ptr); 191 } else if (moved) { 195 * prof_tctx_reset() would work for the !moved case as well, 198 * knowledge re: moved state.
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| prof_inlines.h | 165 bool sampled, old_sampled, moved; local 187 moved = (ptr != old_ptr); 191 } else if (moved) { 195 * prof_tctx_reset() would work for the !moved case as well, 198 * knowledge re: moved state.
|
| prof_inlines_b.h | 140 bool sampled, old_sampled, moved; local 162 moved = (ptr != old_ptr); 166 } else if (moved) { 171 * prof_tctx_set() would work for the !moved case as well, but 173 * to do here in the presence of explicit knowledge re: moved
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| prof_inlines_b.h | 140 bool sampled, old_sampled, moved; local 162 moved = (ptr != old_ptr); 166 } else if (moved) { 171 * prof_tctx_set() would work for the !moved case as well, but 173 * to do here in the presence of explicit knowledge re: moved
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| prof_inlines_b.h | 140 bool sampled, old_sampled, moved; local 162 moved = (ptr != old_ptr); 166 } else if (moved) { 171 * prof_tctx_set() would work for the !moved case as well, but 173 * to do here in the presence of explicit knowledge re: moved
|
| /src/external/bsd/less/dist/ |
| forwback.c | 166 int moved = FALSE; local 179 moved = TRUE; 200 moved = TRUE; 202 if (moved) 204 return moved;
|
| search.c | 298 int moved = 0; local 327 moved = 1; 331 moved = 1; 332 if (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/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| evp-cc.c | 76 size_t moved; local 80 ret = CCCryptorUpdate(cc->href, in, size, out, size, &moved); 84 if (moved != size)
|
| /src/external/bsd/nvi/dist/vi/ |
| vi.c | 1105 int moved; local 1126 for (moved = 0, 1127 beg = sp->cno; beg < len && ISSPACE((UCHAR_T)p[beg]); moved = 1, ++beg); 1132 if (moved) {
|
| /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/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/games/larn/ |
| data.c | 125 u_char moved[MAXX][MAXY]; /* monster movement flags */ variable
|
| /src/external/gpl3/gcc/dist/gcc/ |
| mode-switching.cc | 771 unsigned int moved = 0; 775 moved += 1; 778 be no worse than making it on MOVED outgoing edges. */ 779 if (moved < EDGE_COUNT (bb->preds)) 770 unsigned int moved = 0; local
|
| /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 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...] |