Searched refs:XDL_SIMSCAN_WINDOW (Results 1 – 1 of 1) sorted by relevance
28 #define XDL_SIMSCAN_WINDOW 100 macro332 if (i - s > XDL_SIMSCAN_WINDOW) in xdl_clean_mmatch()333 s = i - XDL_SIMSCAN_WINDOW; in xdl_clean_mmatch()334 if (e - i > XDL_SIMSCAN_WINDOW) in xdl_clean_mmatch()335 e = i + XDL_SIMSCAN_WINDOW; in xdl_clean_mmatch()