Searched refs:offset_h (Results 1 – 1 of 1) sorted by relevance
401 uint32_t offset_h = ExtraRotates ? (h >> 11) | (h << 21) : h; in GetLine() local402 return offset_h % num_lines; in GetLine()