Searched refs:table2_start (Results 1 – 1 of 1) sorted by relevance
1676 FT_Bytes table2_start, in gxv_compare_ranges() argument1679 if ( table1_start == table2_start ) in gxv_compare_ranges()1684 else if ( table1_start < table2_start ) in gxv_compare_ranges()1686 if ( ( table1_start + table1_length ) <= table2_start ) in gxv_compare_ranges()1689 else if ( table1_start > table2_start ) in gxv_compare_ranges()1691 if ( ( table1_start >= table2_start + table2_length ) ) in gxv_compare_ranges()