Searched refs:first_idx_len (Results 1 – 1 of 1) sorted by relevance
408 uint8_t first_idx_len = (common_bytes < 3) ? 3 : 1; in install_to_dp() local410 uint32_t left_idx = get_idx(ledge, 0, first_idx_len, first_byte_idx); in install_to_dp()411 uint32_t right_idx = get_idx(redge, 0, first_idx_len, first_byte_idx); in install_to_dp()