Searched refs:table2_start (Results 1 – 1 of 1) sorted by relevance
1677 FT_Bytes table2_start, in gxv_compare_ranges() argument1680 if ( table1_start == table2_start ) in gxv_compare_ranges()1685 else if ( table1_start < table2_start ) in gxv_compare_ranges()1687 if ( ( table1_start + table1_length ) <= table2_start ) in gxv_compare_ranges()1690 else if ( table1_start > table2_start ) in gxv_compare_ranges()1692 if ( ( table1_start >= table2_start + table2_length ) ) in gxv_compare_ranges()