Home
last modified time | relevance | path

Searched refs:overlap (Results 1 – 25 of 27) sorted by relevance

12

/original-bsd/sys/ufs/ufs/
H A Dufs_lockf.c190 lf_wakelock(overlap);
211 lf_wakelock(overlap);
221 lf_wakelock(overlap);
251 lf_wakelock(overlap);
264 lf_wakelock(overlap);
306 lf_wakelock(overlap);
326 lf = overlap->lf_next;
400 return (overlap);
405 lf = overlap->lf_next;
423 struct lockf **overlap;
[all …]
/original-bsd/sys/ufs/ffs/
H A Dufs_lockf.c194 lf_wakelock(overlap);
215 lf_wakelock(overlap);
225 lf_wakelock(overlap);
252 lf_wakelock(overlap);
265 lf_wakelock(overlap);
307 lf_wakelock(overlap);
327 lf = overlap->lf_next;
401 return (overlap);
406 lf = overlap->lf_next;
424 struct lockf **overlap;
[all …]
/original-bsd/sys/netiso/
H A Dclnp_frag.c486 overlap);
489 if (overlap > fraglen) {
500 overlap++;
501 m_adj(cf_prev->cfr_data, -(int)overlap);
502 cf_prev->cfr_last -= overlap;
514 u_short overlap = last - cf->cfr_first; variable
518 overlap);
521 if (overlap > fraglen) {
534 overlap++;
535 m_adj(m, -(int)overlap);
[all …]
/original-bsd/games/gomoku/
H A Dmakemove.c214 str = &overlap[(a = sp1->s_frame[r] - frames) * FAREA];
237 overlap[b * FAREA + a] &= 0xC;
242 overlap[b * FAREA + a] = 0;
247 overlap[b * FAREA + a] &= 0xCF;
250 overlap[b * FAREA + a] &= 0xF;
270 overlap[b * FAREA + a] = 0;
H A Dbdinit.c153 memset(overlap, 0, sizeof(overlap)); in init_overlap()
155 str = &overlap[FAREA * FAREA]; in init_overlap()
H A Dgomoku.h230 extern u_char overlap[FAREA * FAREA]; /* frame [a][b] overlap */
H A Dmain.c48 u_char overlap[FAREA * FAREA]; /* true if frame [a][b] overlap */ variable
409 sprintf(str, "%s%c = %x", stoc(s2), pdir[d2], overlap[n]);
H A Dpickmove.c1055 str = &overlap[n];
/original-bsd/usr.bin/gprof/
H A Dgprof.c573 unsigned long overlap; in asgnsamples() local
609 overlap = min(pch, svalue1) - max(pcl, svalue0); in asgnsamples()
610 if (overlap > 0) { in asgnsamples()
616 overlap * time / scale, overlap); in asgnsamples()
619 nl[j].time += overlap * time / scale; in asgnsamples()
/original-bsd/sys/hp300/DOC/
H A DTODO.dev11 bus (e.g. overlap seeks with transfers).
H A DDebug.tips111 addresses. Since the kernel and user address spaces overlap (i.e. both
/original-bsd/usr.bin/diff/diff3/
H A Ddiff3.c52 char overlap[NC]; variable
436 overlap[j] = !dup;
453 if (!oflag || !overlap[n]) in edscript()
464 if (!oflag || !overlap[n]) in edscript()
/original-bsd/old/prof/
H A Dprof.c418 int overlap; in asgnsamples() local
438 overlap=(min(pch,nl[j+1].value)-max(pcl,nl[j].value)); in asgnsamples()
439 if (overlap>0) in asgnsamples()
440 nl[j].time += overlap*time/scale; in asgnsamples()
/original-bsd/usr.bin/f77/pass1.vax/
H A Ddata.c2026 char overlap; local
2033 overlap = NO;
2088 overlap = YES;
2103 while (i < nbytes && overlap == NO)
2116 overlap = YES;
2124 overlap = YES;
2163 if (overlap == NO)
2193 if (overlap) overlapflag = YES;
H A Dio.c1150 static char *overlap = "overlapping i/o fields in outolist"; local
1163 fatal(overlap);
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Ddata.c2029 char overlap; local
2036 overlap = NO;
2091 overlap = YES;
2106 while (i < nbytes && overlap == NO)
2119 overlap = YES;
2127 overlap = YES;
2166 if (overlap == NO)
2196 if (overlap) overlapflag = YES;
H A Dio.c1135 static char *overlap = "overlapping i/o fields in outolist"; local
1148 fatal(overlap);
/original-bsd/contrib/gas-1.38/config/
H A Di386.c626 #define MATCH(overlap,given_type) \ argument
627 (overlap && \
628 (overlap & (JumpAbsolute|BaseIndex|Mem8)) \
/original-bsd/etc/etc.vax/
H A Ddisktab33 # `c' partitions DO overlap the bad-sector replacements.
35 # Other partitions do not overlap the bad-sector replacement area.
/original-bsd/share/me/
H A Drevisions140 -- Changed \*[ and \*< to use \x -- to avoid line overlap.
/original-bsd/usr.bin/window/
H A DREADME62 doubly linked in the order of their overlap. Wwadd() inserts a window
/original-bsd/sys/kern/
H A Dsubr_rmap.c.sav177 * Check no overlap (internal error).
/original-bsd/sys/nfs/
H A Dnfs_serv.c1167 register int overlap; local
1173 overlap = owp->nd_eoff - nfsd->nd_off;
1174 if (overlap < 0)
1176 if (overlap > 0)
1177 m_adj(nfsd->nd_mrep, overlap);
/original-bsd/sys/luna68k/stand/
H A Dlocore.s801 jlt Lcpyback | yes, copy backwards (avoids overlap)
/original-bsd/sys/luna68k/luna68k/
H A Dlocore.s2129 jlt Lcpyback | yes, copy backwards (avoids overlap)

12