Searched refs:moved (Results 1 - 25 of 73) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dshexpr-1.s1 ; This expression had a bit moved.
H A Dbinop-segref.s2 ; broken-dot-word handling was broke and were moved here.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m32r/
H A Drelax-2.s1 ; Test whether parallel insns get inappropriately moved during relaxation.
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dbuffer.c56 unsigned int moved, tomove = from->used;
61 moved = buffer_adddata(to, from->data, tomove);
62 if(moved == 0)
64 buffer_takedata(from, NULL, moved);
65 return moved;
/netbsd-6-1-5-RELEASE/games/sail/
H A Dpl_5.c59 bool moved = false; local
94 if ((ta < 0 && moved) || (vma < 0 && moved))
101 if ((ta < 0 && moved) || (vma < 0 && moved))
118 moved = true;
121 if ((ta < 0 && moved) || (vma < 0 && moved))
130 if ((ta < 0 && moved) || (vma < 0 && moved)
[all...]
H A Ddr_3.c59 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) argument
249 *moved = 1;
254 if (!*moved) {
H A Ddr_2.c212 char moved = 0; local
226 moved++;
236 if (!moved) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Devp-cc.c78 size_t moved; local
82 ret = CCCryptorUpdate(cc->href, in, size, out, size, &moved);
86 if (moved != size)
100 size_t moved; local
110 ctx->iv, ctx->cipher->iv_len, &moved);
114 if (moved != ctx->cipher->iv_len)
/netbsd-6-1-5-RELEASE/games/hunt/huntd/
H A Dexecute.c197 FLAG moved; local
218 moved = FALSE;
224 moved = TRUE;
243 moved = TRUE;
259 moved = TRUE;
300 moved = TRUE;
304 if (moved) {
/netbsd-6-1-5-RELEASE/games/larn/
H A Dmovem.c84 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[lasth
[all...]
H A Ddata.c125 u_char moved[MAXX][MAXY]; /* monster movement flags */ variable
H A Dheader.h345 extern u_char *lpnt, moved[MAXX][MAXY], mitem[MAXX][MAXY], monstlevel[];
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dhiddef1.d11 # from a GOTPLT reloc moved to the .got section. It's hard to
/netbsd-6-1-5-RELEASE/sys/fs/puffs/
H A Dpuffs_subr.c96 size_t moved; local
107 moved = bp->b_bcount - read_msg->pvnr_resid;
110 memcpy(bp->b_data, read_msg->pvnr_data, moved);
/netbsd-6-1-5-RELEASE/sbin/mount_portal/
H A Dpuffs_portal.c169 size_t moved; local
175 moved = puffs_framebuf_tellsize(pufbuf) - METADATASIZE;
176 assert(max >= moved);
177 max -= moved;
182 if (moved)
188 if (moved)
198 moved += n;
/netbsd-6-1-5-RELEASE/sys/dev/putter/
H A Dputter.c217 size_t origres, moved; local
241 moved = origres - uio->uio_resid;
242 DPRINTF(("putter_fop_read (%p): moved %zu bytes from %p, error %d\n",
243 pi, moved, pi->pi_curput, error));
245 KASSERT(pi->pi_curres >= moved);
246 pi->pi_curres -= moved;
247 pi->pi_curput += moved;
/netbsd-6-1-5-RELEASE/sys/arch/vax/boot/xxboot/
H A Dbootxx.c84 static int moved; variable
106 moved = 0;
237 if (bqo->unit_init && (moved++ == 0)) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/VMS/
H A Dopenssl_startup.com56 $! been moved away from its proper place).
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/dlz/example/
H A Dnamed.conf37 * To use this driver, "dlz_external.so" must be moved into the working
/netbsd-6-1-5-RELEASE/lib/libc/db/hash/
H A Dhash_page.c195 uint16_t copyto, diff, off, moved; local
214 moved = 0;
219 (int)copyto, (int)moved);
245 moved += 2;
252 ino[0] -= moved;
291 int moved /* Number of pairs moved to new page. */
339 ino[0] -= (moved + 2);
352 moved = 0;
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dsearch.c259 int moved = 0; local
287 moved = 1;
290 if (moved)
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dv_sentence.c149 /* EOF is a movement sink, but it's an error not to have moved. */
H A Dvi.c1065 int moved, state; local
1086 for (moved = 0,
1087 beg = sp->cno; beg < len && ISSPACE((UCHAR_T)p[beg]); moved = 1, ++beg);
1092 if (moved) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dnssec/ns3/
H A Dsign.sh384 mv -f ${zskname}.private ${zskname}.private.moved
385 mv -f ${kskname}.private ${kskname}.private.moved
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-reassoc.c1299 VEC(operand_entry_t, heap) * ops, bool moved)
1397 if (!moved)
1413 moved = true;
1433 rewrite_expr_tree (SSA_NAME_DEF_STMT (rhs1), opindex + 1, ops, moved); local
1298 rewrite_expr_tree(gimple stmt, unsigned int opindex, VEC(operand_entry_t, heap) * ops, bool moved) argument

Completed in 346 milliseconds

123