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

12

/openbsd-current/sys/kern/
H A Dvfs_lockf.c326 struct lockf *overlap, *ltmp; local
403 * Handle any locks that overlap and are owned by ourselves.
406 overlap = NULL;
409 ovcase = lf_findoverlap(block, lock, SELF, &overlap);
411 block = TAILQ_NEXT(overlap, lf_entry);
414 * 0) no overlap
415 * 1) overlap == lock
416 * 2) overlap contains lock
417 * 3) lock contains overlap
418 * 4) overlap start
532 struct lockf *lf, *overlap; local
618 struct lockf *overlap; local
645 lf_findoverlap(struct lockf *lf, struct lockf *lock, int type, struct lockf **overlap) argument
[all...]
/openbsd-current/games/gomoku/
H A Dmakemove.c206 * fix up the overlap array due to updating spot osp.
228 * to indicate whether they still overlap or not.
229 * Since F1 overlap F2 == F2 overlap F1, we only need to
231 * since the two frames can overlap at more than one point.
233 str = &overlap[(a = sp1->s_frame[r] - frames) * FAREA];
242 * still an overlap.
256 overlap[b * FAREA + a] &= 0xC;
261 overlap[b * FAREA + a] = 0;
266 overlap[
[all...]
H A Dbdinit.c148 * Initialize the overlap array.
150 * to whether frame B overlaps frame A (as indexed by overlap[A * FAREA + B]).
161 * As pieces are played, it can make frames not overlap if there are no
174 memset(overlap, 0, sizeof(overlap));
176 str = &overlap[FAREA * FAREA];
207 /* compute the multiple spot overlap values */
H A Dgomoku.h241 * This structure is used to store overlap information between frames.
259 extern u_char overlap[FAREA * FAREA]; /* frame [a][b] overlap */
H A Dmain.c62 u_char overlap[FAREA * FAREA]; /* true if frame [a][b] overlap */ variable
429 "overlap %s%c,", stoc(s1), pdir[d1]);
432 "%s%c = %x", stoc(s2), pdir[d2], overlap[n]);
/openbsd-current/sys/dev/pci/drm/
H A Daperture.c144 static bool overlap(resource_size_t base1, resource_size_t end1, function
175 if (overlap(base, end, ap->base, ap->base + ap->size)) {
261 if (!overlap(base, end, ap->base, ap->base + ap->size))
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dhist.c228 which may overlap one more symbol address ranges. If a symbol
259 four bytes of text space and never have any overlap (the two end
267 bfd_vma overlap, addr;
312 overlap =
314 if (overlap > 0)
318 "[assign_samples] [0x%lx,0x%lx) %s gets %f ticks %ld overlap\n",
321 symtab.base[j].name, overlap * time / hist_scale,
322 (long) overlap));
325 credit = overlap * time / hist_scale;
266 bfd_vma overlap, addr; local
/openbsd-current/usr.bin/gprof/
H A Dgprof.c434 * as shown in the following diagram. overlap computes the
459 * have any overlap (the two end cases, above).
469 unsigned long overlap; local
505 overlap = min(pch, svalue1) - max(pcl, svalue0);
506 if (overlap > 0) {
509 printf("[asgnsamples] (0x%lx->0x%lx-0x%lx) %s gets %f ticks %ld overlap\n",
512 overlap * time / scale, overlap);
515 nl[j].time += overlap * time / scale;
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dhist.c231 which may overlap one more symbol address ranges. If a symbol
262 four bytes of text space and never have any overlap (the two end
270 bfd_vma overlap, addr;
315 overlap =
317 if (overlap > 0)
321 "[assign_samples] [0x%lx,0x%lx) %s gets %f ticks %ld overlap\n",
324 symtab.base[j].name, overlap * time / hist_scale,
325 (long) overlap));
328 credit = overlap * time / hist_scale;
269 bfd_vma overlap, addr; local
/openbsd-current/lib/libcurses/base/
H A Dlib_overlay.c49 overlap(const WINDOW *const src, WINDOW *const dst, int const flag) function
53 T((T_CALLED("overlap(%p,%p,%d)"), (const void *) src, (void *) dst, flag));
115 returnCode(overlap(win1, win2, TRUE));
132 returnCode(overlap(win1, win2, FALSE));
/openbsd-current/usr.bin/cvs/
H A Ddiff3.c86 * if changes in f1 overlap with changes in f3, m1 and m3 are used
114 * look (!?). Array overlap indicates which sections in "de" correspond to
118 static char *overlap; variable
295 free(overlap);
299 overlap = NULL;
779 overlap[j] = !fdup;
797 if (!oflag || !overlap[n])
817 if (!oflag || !overlap[n])
843 overlap = xreallocarray(overlap, news
[all...]
/openbsd-current/sys/dev/ic/
H A Dar5416.c367 int chain, int nxpdgains, uint8_t overlap, uint8_t *boundaries,
400 AR5416_PD_GAIN_ICEPTS, overlap, boundaries, pdadcs);
415 if (boundaries[i] > AR_MAX_RATE_POWER - overlap)
416 boundaries[i] = AR_MAX_RATE_POWER - overlap;
435 uint8_t overlap, txgain; local
442 overlap = MS(AR_READ(sc, AR_PHY_TPCRG5),
445 overlap = modal->pdGainOverlap;
495 overlap = 6;
497 ar5416_get_pdadcs(sc, c, i, nxpdgains, overlap,
503 overlap);
366 ar5416_get_pdadcs(struct athn_softc *sc, struct ieee80211_channel *c, int chain, int nxpdgains, uint8_t overlap, uint8_t *boundaries, uint8_t *pdadcs) argument
[all...]
H A Dar9285.c712 int nxpdgains, uint8_t overlap, uint8_t *boundaries, uint8_t *pdadcs)
738 AR9285_PD_GAIN_ICEPTS, overlap, boundaries, pdadcs);
748 uint8_t overlap; local
753 overlap = MS(AR_READ(sc, AR_PHY_TPCRG5),
756 overlap = eep->modalHeader.pdGainOverlap;
773 ar9285_get_pdadcs(sc, c, nxpdgains, overlap, boundaries, pdadcs);
776 reg = SM(AR_PHY_TPCRG5_PD_GAIN_OVERLAP, overlap);
711 ar9285_get_pdadcs(struct athn_softc *sc, struct ieee80211_channel *c, int nxpdgains, uint8_t overlap, uint8_t *boundaries, uint8_t *pdadcs) argument
H A Dar9287.c271 int chain, int nxpdgains, uint8_t overlap, uint8_t *boundaries,
300 AR9287_PD_GAIN_ICEPTS, overlap, boundaries, pdadcs);
349 uint8_t overlap; local
354 overlap = MS(AR_READ(sc, AR_PHY_TPCRG5),
357 overlap = eep->modalHeader.pdGainOverlap;
408 ar9287_get_pdadcs(sc, c, i, nxpdgains, overlap,
414 overlap);
270 ar9287_get_pdadcs(struct athn_softc *sc, struct ieee80211_channel *c, int chain, int nxpdgains, uint8_t overlap, uint8_t *boundaries, uint8_t *pdadcs) argument
/openbsd-current/usr.bin/diff3/
H A Ddiff3prog.c81 * if changes in f1 overlap with changes in f3, m1 and m3 are used
107 * look (!?). Array overlap indicates which sections in "de" correspond to
111 char *overlap; variable
536 overlap[j] = !dup;
554 if (!oflag || !overlap[n])
572 if (!oflag || !overlap[n])
608 q = reallocarray(overlap, newsz, sizeof(char));
612 overlap = q;
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp167 // and exit early before it sees the overlap.
168 MemoryRegionInfos::const_iterator overlap = std::adjacent_find( local
173 UNUSED_IF_ASSERT_DISABLED(overlap);
174 assert(overlap == memory_regions.end());
187 // If the region doesn't overlap the range at all, ignore it.
/openbsd-current/usr.bin/rcs/
H A Ddiff3.c85 * if changes in f1 overlap with changes in f3, m1 and m3 are used
113 * look (!?). Array overlap indicates which sections in "de" correspond to
117 static char *overlap; variable
874 overlap[j] = !fdup;
892 if (!oflag || !overlap[n])
912 if (!oflag || !overlap[n])
938 overlap = xreallocarray(overlap, newsz, sizeof(*overlap));
939 memset(overlap
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dregmove.c1677 rtx overlap = 0; /* need to move insn ? */
1752 if (overlap && GET_MODE (PREV_INSN (p)) != VOIDmode)
1854 overlap = p;
1889 if (overlap)
1891 /* The lifetime of src and dest overlap,
1895 remove_note (overlap, src_note);
1898 && try_auto_increment (overlap, insn, 0, src, insn_const, 0))
1899 insn = overlap;
1919 if (! overlap && (code == PLUS || code == MINUS))
2022 if (! overlap)
1670 rtx overlap = 0; /* need to move insn ? */ local
[all...]
H A Dstmt.c566 /* Return DECL iff there's an overlap between *REGS and DECL, where DECL
599 /* If there is an overlap between *REGS and DECL, return the first overlap
607 /* Check for overlap between registers marked in CLOBBERED_REGS and
616 tree overlap = tree_overlaps_hard_reg_set (t, clobbered_regs);
618 if (overlap)
621 IDENTIFIER_POINTER (DECL_NAME (overlap)));
625 DECL_REGISTER (overlap) = 0;
1059 /* Do sanity check for overlap between clobbers and respectively
1060 input and outputs that hasn't been handled. Such overlap
610 tree overlap = tree_overlaps_hard_reg_set (t, clobbered_regs); local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dregmove.c1692 rtx overlap = 0; /* need to move insn ? */
1773 if (overlap && GET_MODE (PREV_INSN (p)) != VOIDmode)
1875 overlap = p;
1910 if (overlap)
1912 /* The lifetime of src and dest overlap,
1916 remove_note (overlap, src_note);
1919 && try_auto_increment (overlap, insn, 0, src, insn_const, 0))
1920 insn = overlap;
1940 if (! overlap && (code == PLUS || code == MINUS))
2043 if (! overlap)
1685 rtx overlap = 0; /* need to move insn ? */ local
[all...]
/openbsd-current/regress/sys/net/pf_fragment/
H A DMakefile252 @echo Check ping head overlap reassembly ${ip}
259 @echo Check ping6 head overlap reassembly ${ip}6
266 @echo Check ping tail overlap reassembly ${ip}
273 @echo Check ping6 tail overlap reassembly ${ip}6
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp502 // There's at least some overlap between the beginning of the desired range
503 // (addr) and the current range. Figure out where the overlap begins and how
504 // much overlap there is.
511 const size_t overlap = std::min(size, range->range_ref.size() - offset); local
512 return range->range_ref.slice(offset, overlap);
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_dp.c2331 int overlap = intel_dp->mso_pixel_overlap; local
2335 pipe_config->splitter.pixel_overlap = overlap;
2337 drm_dbg_kms(&dev_priv->drm, "MSO link count %d, pixel overlap %d\n",
2338 n, overlap);
2340 adjusted_mode->crtc_hdisplay = adjusted_mode->crtc_hdisplay / n + overlap;
2341 adjusted_mode->crtc_hblank_start = adjusted_mode->crtc_hblank_start / n + overlap;
2342 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_hblank_end / n + overlap;
2343 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hsync_start / n + overlap;
2344 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_end / n + overlap;
2345 adjusted_mode->crtc_htotal = adjusted_mode->crtc_htotal / n + overlap;
3037 int overlap = intel_dp->mso_pixel_overlap; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp555 void InstrProfValueSiteRecord::overlap(InstrProfValueSiteRecord &Input, function in class:llvm::InstrProfValueSiteRecord
600 ThisSiteRecords[I].overlap(OtherSiteRecords[I], ValueKind, Overlap,
604 void InstrProfRecord::overlap(InstrProfRecord &Other, OverlapStats &Overlap, function in class:llvm::InstrProfRecord
628 // Compute overlap for value counts.
634 // Compute overlap for edge counts.
1273 OS << "Profile overlap infomation for base_profile: " << *BaseFilename
1280 OS << " # of " << EntryName << " overlap: " << Overlap.NumEntries << "\n";
1288 OS << " Edge profile overlap: " << format("%.3f%%", Overlap.CountSum * 100)
1317 << " profile overlap: " << format("%.3f%%", Overlap.ValueCounts[I] * 100)
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h649 // Function level or program level overlap information.
691 // This is used to filter the functions whose overlap information
724 /// Compute the overlap b/w this record and Input record.
725 void overlap(InstrProfValueSiteRecord &Input, uint32_t ValueKind,
818 /// Compute the overlap b/w this IntrprofRecord and Other.
819 void overlap(InstrProfRecord &Other, OverlapStats &Overlap,
822 /// Compute the overlap of value profile counts.

Completed in 427 milliseconds

12