Searched refs:overlap (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dmul-overlap.d2 # error-output: mul-overlap.l
H A Darm3-bad.l2 .*arm3-bad.s:4: Error: Rn must not overlap other operands -- `swp r0,r1,\[r0\]'
3 .*arm3-bad.s:5: Error: Rn must not overlap other operands -- `swp r1,r0,\[r0\]'
H A Dneon-cond-bad-inc.s2 # which overlap with VFP are the tricky cases, so test those.
H A Dt16-bad.l37 [^:]*:48: Error: dest must overlap one source register -- `adc r1,r2,r3'
43 [^:]*:49: Error: dest must overlap one source register -- `and r1,r2,r3'
55 [^:]*:51: Error: dest must overlap one source register -- `eor r1,r2,r3'
61 [^:]*:52: Error: dest must overlap one source register -- `orr r1,r2,r3'
73 [^:]*:54: Error: dest must overlap one source register -- `mul r1,r2,r3'
98 [^:]*:74: Error: dest must overlap one source register -- `add r8,r1,r2'
99 [^:]*:75: Error: dest must overlap one source register -- `add r1,r8,r2'
100 [^:]*:76: Error: dest must overlap one source register -- `add r1,r2,r8'
194 [^:]*:147: Error: dest must overlap one source register -- `mul r8,r0,r0'
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_lockf.c252 struct lockf ***prev, struct lockf **overlap)
256 *overlap = lf;
261 lf_print("lf_findoverlap: looking for overlap in", lock);
269 *overlap = lf = lf->lf_next;
277 * OK, check for overlap
280 * 0) no overlap
281 * 1) overlap == lock
282 * 2) overlap contains lock
283 * 3) lock contains overlap
284 * 4) overlap start
251 lf_findoverlap(struct lockf *lf, struct lockf *lock, int type, struct lockf ***prev, struct lockf **overlap) argument
433 struct lockf *overlap, **prev; local
500 struct lockf **prev, *overlap, *lf = *(lock->lf_head); local
527 struct lockf **prev, *overlap, *ltmp; local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpq/
H A Dt-md_2exp.c104 int i, muldiv, sign, overlap; local
138 for (overlap = 0; overlap <= 1; overlap++)
140 q = overlap ? got : sep;
155 printf ("%s wrong at data[%d], sign %d, overlap %d\n",
156 name, i, sign, overlap);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dctrl_iface_named_pipe.c68 OVERLAPPED overlap; member in struct:wpa_ctrl_dst
96 LPOVERLAPPED overlap);
103 LPOVERLAPPED overlap);
153 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL);
154 if (dst->overlap.hEvent == NULL) {
160 eloop_register_event(dst->overlap.hEvent,
161 sizeof(dst->overlap.hEvent),
187 if (ConnectNamedPipe(dst->pipe, &dst->overlap)) {
204 if (SetEvent(dst->overlap.hEvent))
232 if (dst->overlap
260 ctrl_iface_write_completed(DWORD err, DWORD bytes, LPOVERLAPPED overlap) argument
352 ctrl_iface_read_completed(DWORD err, DWORD bytes, LPOVERLAPPED overlap) argument
547 OVERLAPPED overlap; member in struct:wpa_global_dst
691 global_iface_write_completed(DWORD err, DWORD bytes, LPOVERLAPPED overlap) argument
768 global_iface_read_completed(DWORD err, DWORD bytes, LPOVERLAPPED overlap) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dhost-osf.c55 int i, overlap = 0; local
82 overlap = 1;
89 if (!overlap)
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/src/
H A Dmul.c26 mpc_rnd_t rnd, int overlap);
227 int overlap)
232 if (overlap)
242 if (overlap)
252 int overlap, inex_re, inex_im; local
256 overlap = (a == b) || (a == c);
269 if (overlap)
285 if (overlap)
304 int overlap; local
307 /* overlap i
226 mul_pure_imaginary(mpc_ptr a, mpc_srcptr u, mpfr_srcptr y, mpc_rnd_t rnd, int overlap) argument
[all...]
H A Dsin_cos.c29 int overlap; local
32 overlap = (rop_sin == op || rop_cos == op);
33 if (overlap) {
170 if (overlap)
245 int overlap; local
248 overlap = (rop_sin == op || rop_cos == op);
249 if (overlap) {
277 if (overlap)
H A Ddiv.c187 /* warning: a may overlap with b,c so treat the imaginary part first */
207 int overlap = (a == b) || (a == c); local
211 mpc_ptr dest = (overlap) ? tmpa : a;
213 if (overlap)
222 if (overlap)
/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dclnp_frag.c539 u_short overlap = cf_prev->cfr_last - first; local
545 overlap);
549 if (overlap > fraglen) {
564 * inc overlap to prevent duplication
567 overlap++;
568 m_adj(cf_prev->cfr_data, -(int) overlap);
569 cf_prev->cfr_last -= overlap;
580 u_short overlap = last - cf->cfr_first; local
586 overlap);
590 if (overlap > fragle
[all...]
/netbsd-6-1-5-RELEASE/games/gomoku/
H A Dmakemove.c218 * fix up the overlap array due to updating spot osp.
241 * to indicate whether they still overlap or not.
242 * Since F1 overlap F2 == F2 overlap F1, we only need to
244 * since the two frames can overlap at more than one point.
246 str = &overlap[(a = sp1->s_frame[r] - frames) * FAREA];
255 * still an overlap.
269 overlap[b * FAREA + a] &= 0xC;
274 overlap[b * FAREA + a] = 0;
279 overlap[
[all...]
H A Dbdinit.c159 * Initialize the overlap array.
161 * to whether frame B overlaps frame A (as indexed by overlap[A * FAREA + B]).
172 * As pieces are played, it can make frames not overlap if there are no
185 memset(overlap, 0, sizeof(overlap));
187 str = &overlap[FAREA * FAREA];
218 /* compute the multiple spot overlap values */
H A Dgomoku.h245 * This structure is used to store overlap information between frames.
262 extern u_char overlap[FAREA * FAREA]; /* frame [a][b] overlap */
H A Dmain.c78 u_char overlap[FAREA * FAREA]; /* true if frame [a][b] overlap */ variable
455 debuglog("overlap %s%c,%s%c = %x", stoc(s1), pdir[d1],
456 stoc(s2), pdir[d2], overlap[n]);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c86 as s[i].high has no effect. Maybe encode s[i].high into overlap->s[i].
98 When there's no overlap, run with both src>dst and src<dst. A subtle
362 /* Default is allow full overlap. */
368 char overlap; member in struct:try_t
727 p->overlap = OVERLAP_LOW_TO_HIGH;
743 p->overlap = OVERLAP_NOT_SRC2;
787 p->overlap = OVERLAP_NOT_SRC2;
873 p->overlap = OVERLAP_NONE;
880 p->overlap = OVERLAP_LOW_TO_HIGH;
887 p->overlap
1817 struct overlap_t *overlap, *overlap_limit; variable in typeref:struct:overlap_t
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dhist.c328 which may overlap one more symbol address ranges. If a symbol
359 four bytes of text space and never have any overlap (the two end
367 bfd_vma overlap, addr;
409 overlap =
411 if (overlap > 0)
415 "[assign_samples] [0x%lx,0x%lx) %s gets %f ticks %ld overlap\n",
418 symtab.base[j].name, overlap * count_time / hist_scale,
419 (long) overlap));
422 credit = overlap * count_time / hist_scale;
366 bfd_vma overlap, addr; local
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_intres.c775 OVERLAPPED overlap; local
880 overlap.Offset = overlap.OffsetHigh = (DWORD)0;
881 overlap.hEvent = hReadWriteEvent;
883 NULL, (LPOVERLAPPED)&overlap);
894 if (!GetOverlappedResult((HANDLE)sockfd, (LPOVERLAPPED)&overlap,
943 NULL, (LPOVERLAPPED)&overlap);
956 if (!GetOverlappedResult((HANDLE)sockfd, (LPOVERLAPPED)&overlap,
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Dcopyd.asm23 C P6: 1.75 cycles/limb, or 0.75 if no overlap
81 C The usual overlap is
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c1624 operand_type_match (i386_operand_type overlap,
1627 i386_operand_type temp = overlap;
1642 if (given.bitfield.baseindex == overlap.bitfield.baseindex
1643 && given.bitfield.jumpabsolute == overlap.bitfield.jumpabsolute)
1652 unless the expected operand type register overlap is null.
2999 making sure the overlap of the given operands types is consistent
4779 i386_operand_type overlap = i.types[j];
4780 if ((overlap.bitfield.imm8
4781 || overlap.bitfield.imm8s
4782 || overlap
1623 operand_type_match(i386_operand_type overlap, i386_operand_type given) argument
4775 i386_operand_type overlap = i.types[j]; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dregmove.c1662 rtx overlap = 0; /* need to move insn ? */
1737 if (overlap && GET_MODE (PREV_INSN (p)) != VOIDmode)
1839 overlap = p;
1874 if (overlap)
1876 /* The lifetime of src and dest overlap,
1880 remove_note (overlap, src_note);
1883 && try_auto_increment (overlap, insn, 0, src, insn_const, 0))
1884 insn = overlap;
1904 if (! overlap && (code == PLUS || code == MINUS))
2007 if (! overlap)
1655 rtx overlap = 0; /* need to move insn ? */ local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A DMakefile.in34 solib-overlap-main-0x40000000 solib-symbol-main solib-weak \
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/m68k/
H A Dlshift.asm134 C permissable if the source and destination don't overlap, since the
H A Drshift.asm124 C if the source and destination don't overlap, since the function is

Completed in 509 milliseconds

12