Home | History | Annotate | Download | only in dist

Lines Matching full:linear

6842 ** by a linear search of the global list.  For small tables, the 
6844 ** in the table, it is faster to do a linear search than to manage
11924 ** linear search is adequate. No need for a binary search. */
32734 ** on both a Bitvec object and on a linear array of bits obtained from malloc.
32735 ** Opcode 5 works on the linear array only, not on the Bitvec.
32739 ** At the conclusion of the test the linear array is compared
32752 /* Allocate the Bitvec to be tested and a linear array of
32798 /* Test to make sure the linear array exactly matches the
43783 /* If expensive assert() statements are available, do a linear search
51523 ** of the table is a linear scan through the file. That
59941 ** a linear sequence of operations. Each operation has an opcode
99785 ** Since the cost of a linear scan through table t2 is the same
99786 ** as the cost of a linear scan through table t1, a simple greedy
108507 #define FTS3_FULLSCAN_SEARCH 0 /* Linear scan of %_content table */
109250 ** 3. Linear scan of %_content table.
120464 ** and then a linear search of an R-Tree node. This should be
120812 ** Implementation of the linear variant of the PickNext() function from
120830 ** Implementation of the linear variant of the PickSeeds() function from