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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c62 OVERLAPPED overlap; member in struct:wpa_ctrl_dst
90 LPOVERLAPPED overlap);
97 LPOVERLAPPED overlap);
147 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL);
148 if (dst->overlap.hEvent == NULL) {
154 eloop_register_event(dst->overlap.hEvent,
155 sizeof(dst->overlap.hEvent),
181 if (ConnectNamedPipe(dst->pipe, &dst->overlap)) {
198 if (SetEvent(dst->overlap.hEvent))
226 if (dst->overlap
254 ctrl_iface_write_completed(DWORD err, DWORD bytes, LPOVERLAPPED overlap) argument
345 ctrl_iface_read_completed(DWORD err, DWORD bytes, LPOVERLAPPED overlap) argument
541 OVERLAPPED overlap; member in struct:wpa_global_dst
685 global_iface_write_completed(DWORD err, DWORD bytes, LPOVERLAPPED overlap) argument
761 global_iface_read_completed(DWORD err, DWORD bytes, LPOVERLAPPED overlap) argument
[all...]
/freebsd-11-stable/lib/libvgl/
H A Dmouse.c241 int overlap; local
244 overlap = (VGLMouseXpos + MOUSE_IMG_SIZE) - x;
246 overlap = (x + width) - VGLMouseXpos;
247 if (overlap > 0) {
249 overlap = (VGLMouseYpos + MOUSE_IMG_SIZE) - y;
251 overlap = (y + hight) - VGLMouseYpos;
252 if (overlap > 0)
/freebsd-11-stable/sys/kern/
H A Dkern_lockf.c853 * Return non-zero if locks 'x' and 'y' overlap.
996 struct lockf_entry *overlap; local
999 LIST_FOREACH(overlap, &state->ls_active, lf_link) {
1004 if (overlap->lf_start > lock->lf_end)
1006 if (!lf_blocks(lock, overlap))
1014 error = lf_add_edge(lock, overlap);
1034 LIST_FOREACH(overlap, &state->ls_pending, lf_link) {
1035 if (!lf_blocks(lock, overlap))
1042 error = lf_add_edge(lock, overlap);
1064 struct lockf_entry *overlap; local
1217 struct lockf_entry *overlap, *lf; local
1555 struct lockf_entry *overlap; local
1662 struct lockf_entry *overlap; local
1704 lf_findoverlap(struct lockf_entry **overlap, struct lockf_entry *lock, int type) argument
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dmem.c106 struct mmio_rb_range *overlap; local
108 overlap = RB_INSERT(mmio_rb_tree, rbt, new);
110 if (overlap != NULL) {
112 printf("overlap detected: new %lx:%lx, tree %lx:%lx\n",
114 overlap->mr_base, overlap->mr_end);
/freebsd-11-stable/usr.bin/bsdiff/bsdiff/
H A Dbsdiff.c127 off_t overlap,Ss,lens; local
248 overlap=(lastscan+lenf)-(scan-lenb);
250 for(i=0;i<overlap;i++) {
251 if(new[lastscan+lenf-overlap+i]==
252 old[lastpos+lenf-overlap+i]) s++;
258 lenf+=lens-overlap;
/freebsd-11-stable/usr.bin/gprof/
H A Dgprof.c456 * as shown in the following diagram. overlap computes the
481 * have any overlap (the two end cases, above).
491 unsigned long overlap; local
527 overlap = min(pch, svalue1) - max(pcl, svalue0);
528 if (overlap > 0) {
531 printf("[asgnsamples] (0x%lx->0x%lx-0x%lx) %s gets %f ticks %lu overlap\n",
534 overlap * thetime / scale, overlap);
537 nl[j].time += overlap * thetime / scale;
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c46 overlap(const WINDOW *const src, WINDOW *const dst, int const flag) function
55 T((T_CALLED("overlap(%p,%p,%d)"), (const void *) src, (void *) dst, flag));
114 returnCode(overlap(win1, win2, TRUE));
131 returnCode(overlap(win1, win2, FALSE));
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_raid5.c150 int overlap; local
156 overlap = 0;
162 overlap++;
167 overlap++;
172 return (overlap);
/freebsd-11-stable/contrib/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.c577 /* Return DECL iff there's an overlap between *REGS and DECL, where DECL
610 /* If there is an overlap between *REGS and DECL, return the first overlap
618 /* Check for overlap between registers marked in CLOBBERED_REGS and
627 tree overlap = tree_overlaps_hard_reg_set (t, clobbered_regs);
629 if (overlap)
632 IDENTIFIER_POINTER (DECL_NAME (overlap)));
636 DECL_REGISTER (overlap) = 0;
1070 /* Do sanity check for overlap between clobbers and respectively
1071 input and outputs that hasn't been handled. Such overlap
621 tree overlap = tree_overlaps_hard_reg_set (t, clobbered_regs); local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dtext_delta.c634 * create repeating patterns if the source and target ranges overlap.
639 /* If the source and target overlap, repeat the overlapping pattern
644 const apr_size_t overlap = target - source;
645 while (len > overlap)
647 memcpy(target, source, overlap);
648 target += overlap;
649 len -= overlap;
773 * overlap to the beginning of the new buffer. */
636 const apr_size_t overlap = target - source; local
/freebsd-11-stable/sys/i386/i386/
H A Dvm86.c487 goto overlap;
502 overlap:
503 panic("vm86_addpage: overlap");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp401 // There's at least some overlap between the beginning of the desired range
402 // (addr) and the current range. Figure out where the overlap begins and how
403 // much overlap there is.
410 const size_t overlap = std::min(size, range->range_ref.size() - offset); local
411 return range->range_ref.slice(offset, overlap);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp501 void InstrProfValueSiteRecord::overlap(InstrProfValueSiteRecord &Input, function in class:llvm::InstrProfValueSiteRecord
546 ThisSiteRecords[I].overlap(OtherSiteRecords[I], ValueKind, Overlap,
550 void InstrProfRecord::overlap(InstrProfRecord &Other, OverlapStats &Overlap, function in class:llvm::InstrProfRecord
574 // Compute overlap for value counts.
580 // Compute overlap for edge counts.
1218 OS << "Profile overlap infomation for base_profile: " << *BaseFilename
1225 OS << " # of " << EntryName << " overlap: " << Overlap.NumEntries << "\n";
1233 OS << " Edge profile overlap: " << format("%.3f%%", Overlap.CountSum * 100)
1262 << " profile overlap: " << format("%.3f%%", Overlap.ValueCounts[I] * 100)
H A DInstrProfWriter.cpp221 Dest.overlap(Other, Overlap, FuncLevelOverlap, ValueCutoff);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h604 // Function level or program level overlap information.
646 // This is used to filter the functions whose overlap information
679 /// Compute the overlap b/w this record and Input record.
680 void overlap(InstrProfValueSiteRecord &Input, uint32_t ValueKind,
773 /// Compute the overlap b/w this IntrprofRecord and Other.
774 void overlap(InstrProfRecord &Other, OverlapStats &Overlap,
777 /// Compute the overlap of value profile counts.
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c1769 making sure the overlap of the given operands types is consistent
2524 #define MATCH(overlap, given, template) \
2525 ((overlap & ~JumpAbsolute) \
2527 == ((overlap) & (BaseIndex | JumpAbsolute))))
2530 unless the expected operand type register overlap is null.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2832 // only need to look at the last range in the list for overlap.
2835 auto overlap = last_range.GetRangeEnd() - range.GetRangeBase();
2836 // overlap will be less than range.GetByteSize() or else HasErased()
2838 range.SetByteSize(range.GetByteSize() - overlap);
2839 range.SetRangeBase(range.GetRangeBase() + overlap);
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c7191 bool overlap; local
7205 overlap = hn_rndis_check_overlap(pktinfo_off, pktinfo_len,
7207 if (__predict_false(overlap)) {
7209 "pktinfo overlap data, pktinfo abs %d len %d, "
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c128529 float overlap = 0.0; local
128633 float overlap = 0.0; local
129068 float overlap; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c193349 RtreeDValue overlap = RTREE_ZERO; local
193677 RtreeDValue overlap; local
[all...]

Completed in 1027 milliseconds