• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/sqlite3/

Lines Matching refs:overlap

66688 ** that routine will not detect overlap between cells or freeblocks.  Nor
72060 /* pSlot and pCArray->apCell[i] will never overlap on a well-formed
73544 ** buffers to overlap. This is harmless since the database is already
74938 ** This heap is used for cell overlap and coverage testing. Each u32
74980 ** 1. Make sure that cells and freeblocks do not overlap
75195 /* Analyze the min-heap looking for overlap between cells and/or
75205 ** overlap, that means bytes are used multiple times. If there is a gap,
87299 ** P1..P1+P3-1 and P2..P2+P3-1 to overlap. It is an error
143818 Bitmask notReady, /* RHS must not overlap with this mask */
148760 Bitmask notReady, /* RHS must not overlap with this mask */
151708 ** virtual table, so any terms for which the prerequisites overlap with
193349 RtreeDValue overlap = RTREE_ZERO;
193364 overlap += o;
193366 return overlap;
193677 RtreeDValue overlap;
193691 overlap = cellOverlap(pRtree, &left, &right, 1);
193694 || (overlap<fBestOverlap)
193695 || (overlap==fBestOverlap && area<fBestArea)
193698 fBestOverlap = overlap;
196433 /* Objects used by the overlap algorihm. */
196619 ** Determine the overlap between two polygons
196735 ** Determine whether or not P1 and P2 overlap. Return value:
196738 ** 1 They overlap
197031 ** 2 "rtree" R-tree overlap query using geopoly_overlap()
214133 ** column being considered do not overlap, this object simply iterates
214134 ** through them. Or, if they do overlap (share one or more tokens in
223963 /* This can occur if the pages that the segments occupy overlap - if