Searched refs:cell_high (Results 1 – 1 of 1) sorted by relevance
390 int cell_high = (high >> r->cell_log) - 1; in __detect_linklayer() local398 if ((cell_high > cell_low) && (cell_high < 256) in __detect_linklayer()399 && (rtab[cell_low] == rtab[cell_high])) { in __detect_linklayer()401 cell_low, cell_high, rtab[cell_high]); in __detect_linklayer()
Completed in 7 milliseconds