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

12

/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Drangelist.c38 static enum rl_overlaptype rl_scan_from(struct rl_head *rangelist, off_t start, off_t end, struct rl_entry **overlap, struct rl_entry *range);
79 struct rl_entry *overlap; local
86 ovcase = rl_scan(rangelist, start, end, &overlap);
90 * 0) no overlap
91 * 1) overlap == range
92 * 2) overlap contains range
93 * 3) range contains overlap
94 * 4) overlap starts before range
95 * 5) overlap ends after range
98 case RL_NOOVERLAP: /* 0: no overlap */
170 struct rl_entry *range, *next_range, *overlap, *splitrange; local
256 rl_scan(struct rl_head *rangelist, off_t start, off_t end, struct rl_entry **overlap) argument
279 rl_scan_from(struct rl_head *rangelist, off_t start, off_t end, struct rl_entry **overlap, struct rl_entry *range) argument
449 rl_scan(__unused void *rangelist, __unused off_t start, __unused off_t end, __unused void **overlap) argument
[all...]
H A Drangelist.h65 struct rl_entry **overlap);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dunisetspan.cpp565 * with a partial overlap because the recursive algorithm would have tried
613 * with a partial overlap because the standard algorithm would have tried
616 * must be matched with a full overlap because the longest-match algorithm
641 // Consider strings; they may overlap with the span.
652 int32_t overlap=spanLengths[i]; local
653 if(overlap==ALL_CP_CONTAINED) {
660 // Try to match this string at pos-overlap..pos.
661 if(overlap>=LONG_SPAN) {
662 overlap=length16;
664 U16_BACK_1(s16, 0, overlap); // Lengt
691 int32_t overlap=spanLengths[i]; local
816 int32_t overlap=spanBackLengths[i]; local
857 int32_t overlap=spanBackLengths[i]; local
984 int32_t overlap=spanUTF8Lengths[i]; local
1032 int32_t overlap=spanUTF8Lengths[i]; local
1164 int32_t overlap=spanBackUTF8Lengths[i]; local
1213 int32_t overlap=spanBackUTF8Lengths[i]; local
[all...]
H A Dutrie2_builder.cpp197 * does not overlap other index-2 blocks with the gap.
977 * - overlaps adjacent blocks as much as possible (if overlap==TRUE)
979 * - moves and overlaps blocks that overlap with multiple values in the overlap region
982 * - try to move and overlap blocks that are not already adjacent
987 int32_t blockLength, overlap; local
1040 /* look for maximum overlap (modulo granularity) with the previous, adjacent block */
1041 for(overlap=blockLength-UTRIE2_DATA_GRANULARITY;
1042 overlap>0 && !equal_uint32(trie->data+(newStart-overlap), tri
1093 int32_t i, start, newStart, movedStart, overlap; local
[all...]
H A Dutrie.cpp580 * - overlaps adjacent blocks as much as possible (if overlap==TRUE)
582 * - moves and overlaps blocks that overlap with multiple values in the overlap region
585 * - try to move and overlap blocks that are not already adjacent
588 utrie_compact(UNewTrie *trie, UBool overlap, UErrorCode *pErrorCode) { argument
636 overlap ? UTRIE_DATA_GRANULARITY : UTRIE_DATA_BLOCK_LENGTH))
650 if(overlap && start>=overlapStart) {
651 /* look for maximum overlap (modulo granularity) with the previous, adjacent block */
660 /* some overlap */
669 /* no overlap, jus
[all...]
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dglobals.c130 OVERLAPPED overlap; local
144 memset(&overlap,0,sizeof(overlap));
153 ReadFile(hImage, &dh, sizeof(struct DosHeader), &bytes,&overlap);
154 CHECK_IO(hImage,&overlap);
162 overlap.Offset = dh.doshdr.e_lfanew;
164 ReadFile(hImage, &ntSignature, sizeof(ULONG), &bytes,&overlap);
165 CHECK_IO(hImage,&overlap);
170 overlap.Offset = dh.doshdr.e_lfanew + sizeof(ULONG) +
173 ReadFile(hImage, &optionalhdr,IMAGE_SIZEOF_NT_OPTIONAL_HEADER, &bytes,&overlap);
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_lockf.c455 struct lockf **prev, *overlap, *ltmp; local
674 * Handle any locks that overlap and are owned by ourselves.
680 ovcase = lf_findoverlap(block, lock, SELF, &prev, &overlap);
682 block = overlap->lf_next;
685 * 0) no overlap
686 * 1) overlap == lock
687 * 2) overlap contains lock
688 * 3) lock contains overlap
689 * 4) overlap starts before lock
690 * 5) overlap end
830 struct lockf *overlap, **prev; local
971 struct lockf **prev, *overlap, *lf = *(lock->lf_head); local
1041 lf_findoverlap(struct lockf *lf, struct lockf *lock, int type, struct lockf ***prev, struct lockf **overlap) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Ddissociate.el90 (let ((overlap
96 (or (funcall search-function overlap nil t)
99 (funcall search-function overlap opoint t))))))
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dsrchtest.h50 USearchAttributeValue overlap);
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DTable.pm44 my ($size, $rows, $cols, $coloff, $overlap, $error);
67 $overlap = $params->{ OVERLAP } || 0;
77 $coloff = $rows - $overlap;
79 + ($size % $coloff > $overlap ? 1 : 0)
91 + ($size % $cols > $overlap ? 1 : 0);
92 $rows = $coloff + $overlap;
107 _OVERLAP => $overlap,
214 if ($item =~ /^(?:data|size|nrows|ncols|overlap|pad)$/) {
234 [% USE table(list, rows=n, cols=n, overlap=n, pad=0) %]
411 [% USE table(results, rows=8 overlap
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DScrollbar.cpp442 // Get our window resizer rect and see if we overlap. Adjust to avoid the overlap
451 int overlap = rect.maxX() - resizerRect.x(); local
452 if (overlap > 0 && resizerRect.maxX() >= rect.maxX()) {
453 adjustedRect.setWidth(rect.width() - overlap);
457 int overlap = rect.maxY() - resizerRect.y(); local
458 if (overlap > 0 && resizerRect.maxY() >= rect.maxY()) {
459 adjustedRect.setHeight(rect.height() - overlap);
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DVolumeBitmapCheck.c376 Boolean overlap; local
385 overlap = false;
427 overlap = true;
459 overlap = true;
489 overlap = true;
499 return (overlap ? E_OvlExt : err);
530 Boolean overlap; local
539 overlap = false;
581 overlap = true;
613 overlap
[all...]
/macosx-10.10/ncurses-44/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)"), src, dst, flag));
114 returnCode(overlap(win1, win2, TRUE));
131 returnCode(overlap(win1, win2, FALSE));
/macosx-10.10/emacs-93/emacs/src/
H A Dunexw32.c346 int overlap; local
448 /* Combine the bss sections into one if they overlap. */
450 overlap = 1; /* force all bss data to be dumped */
452 overlap = 0;
457 overlap = 1;
462 overlap = 1;
464 if (overlap)
/macosx-10.10/bootp-298/bootplib/
H A Dsubnets.c108 ip_range_compare(ip_range_t * a_p, ip_range_t * b_p, bool * overlap) argument
116 *overlap = TRUE;
123 *overlap = FALSE;
128 *overlap = FALSE;
227 SubnetCompareWithSubnet(SubnetRef subnet1, SubnetRef subnet2, bool * overlap) argument
229 return (ip_range_compare(&subnet1->net_range, &subnet2->net_range, overlap));
1097 bool overlap = FALSE; local
1099 c = SubnetCompareWithSubnet(new_entry, entry, &overlap);
1100 if (overlap) {
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dmtrr.c481 int overlap; local
524 * Check for overlap and locate a free range.
536 overlap = var_range_overlap(vr, address, length, type);
537 if (overlap > 0) {
539 * identical overlap permitted, increment ref count.
545 if (overlap < 0) {
643 int result = 0; /* no overlap, or overlap ok */
649 /* detect range overlap */
654 result = 1; /* identical overlap o
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Dntp_intres.c797 OVERLAPPED overlap; local
902 overlap.Offset = overlap.OffsetHigh = (DWORD)0;
903 overlap.hEvent = hReadWriteEvent;
905 NULL, (LPOVERLAPPED)&overlap);
916 if (!GetOverlappedResult((HANDLE)sockfd, (LPOVERLAPPED)&overlap,
965 NULL, (LPOVERLAPPED)&overlap);
978 if (!GetOverlappedResult((HANDLE)sockfd, (LPOVERLAPPED)&overlap,
/macosx-10.10/ICU-531.30/icuSources/tools/makeconv/
H A Dgenmbcs.cpp593 min=newBlock-nextOffset; /* minimum block start with overlap */
627 min=newBlock-nextOffset; /* minimum block start with overlap */
685 uint32_t blockSize, newTop, i, nextOffset, newBlock, min, overlap, maxOverlap; local
723 min=newBlock-nextOffset; /* minimum block start with overlap */
767 for(overlap=0;
768 overlap<maxOverlap && stage3[newBlock-overlap-1]==0;
769 ++overlap) {}
771 overlap=(overlap/MBCS_STAGE_3_GRANULARIT
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DLiveIntervalUnion.h36 overlap(const LiveRange &VRSeg, function in namespace:llvm
77 // Provide public access to the underlying map to allow overlap iteration.
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2ps.c532 double overlap = 0; local
540 overlap = splitOverlap * PS_UNIT_SIZE;
559 subimageheight = imageheight - ((splitheight - overlap) * splitpage);
578 overlapspace = (ximages - 1) * overlap;
581 overlapspace += overlap;
591 xtran = i * (pagewidth - ((i > 0) ? overlap : 0));
611 overlapspace = (ximages - 1) * overlap;
614 overlapspace += overlap;
622 subimagewidth = imagewidth - ((splitwidth - overlap) * splitpage);
628 subimageheight = imageheight - ((splitheight - overlap) * splitpag
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Ddracula.vim29 syn keyword draculaStatement inside outside within overlap outlib
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c970 off_t overlap, block_start, block_end; local
976 // first, eliminate any overlap with the previous entry
980 overlap = prev_block_end - block_start;
981 if (overlap > 0) {
982 if (overlap % jhdr_size != 0) {
983 panic("jnl: do_overlap: overlap with previous entry not a multiple of %zd\n", jhdr_size);
995 panic("jnl: do_overlap: error inserting during pre-overlap\n");
999 // Regardless, we need to truncate the previous entry to the beginning of the overlap
1005 // then, bail out fast if there's no overlap with the entries that follow
1007 return 0; // no overlap, n
3295 int overlap = 0; local
[all...]
/macosx-10.10/WebCore-7600.1.25/editing/
H A DTextIterator.cpp2217 // Matches that start in the overlap area are only tentative.
2221 size_t overlap = m_overlap; local
2228 overlap = std::min(size - 1, std::max(overlap, size - wordBoundaryContextStart));
2230 memcpy(m_buffer.data(), m_buffer.data() + size - overlap, overlap * sizeof(UChar));
2231 m_prefixLength -= std::min(m_prefixLength, size - overlap);
2232 m_buffer.shrink(overlap);
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dtabset.itk64 option add *Tabset.gap overlap widgetDefault
102 itk_option define -gap gap Gap overlap
163 private variable _gap overlap ;# -gap in screen units
392 if {$itk_option(-gap) != "overlap"} {
395 set _gap overlap
399 set _gap overlap
1260 if { $_gap == "overlap" } {
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLayerTreeSidebarPanel.js414 if (compositingReasons.overlap)

Completed in 229 milliseconds

12