| /src/external/bsd/zstd/dist/contrib/VS2005/ |
| README.md | 3 The VS2005 Project directory has been moved to the contrib directory in order to indicate that it will no longer be supported.
|
| /src/external/bsd/zstd/dist/contrib/pzstd/utils/test/ |
| BufferTest.cpp | 32 Buffer moved(std::move(sized)); 37 assigned = std::move(moved); 47 Buffer moved(std::move(acquired)); 50 assigned = std::move(moved);
|
| /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/external/bsd/less/dist/ |
| forwback.c | 166 int moved = FALSE; local 179 moved = TRUE; 200 moved = TRUE; 202 if (moved) 204 return 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
|
| /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);
|
| /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/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/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/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/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
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| except.cc | 718 if (tree moved = treat_lvalue_as_rvalue_p (exp, /*return*/false)) 722 releasing_vec exp_vec (make_tree_vector_single (moved)); 723 moved = (build_special_member_call 727 if (moved != error_mark_node) 729 exp = moved; 736 exp = moved;
|