Lines Matching refs:i
443 u8 i, byte = 0; in pattern_table_get_killer_word() local
446 for (i = 0; i < 8; i++) { in pattern_table_get_killer_word()
447 role = (i == dqs) ? in pattern_table_get_killer_word()
450 byte |= pattern_killer_pattern_table_map[index][role] << i; in pattern_table_get_killer_word()
458 u8 i, byte0 = 0, byte1 = 0; in pattern_table_get_killer_word16() local
461 for (i = 0; i < 8; i++) { in pattern_table_get_killer_word16()
462 role = (i == dqs) ? in pattern_table_get_killer_word16()
465 byte0 |= pattern_killer_pattern_table_map[index * 2][role] << i; in pattern_table_get_killer_word16()
468 for (i = 0; i < 8; i++) { in pattern_table_get_killer_word16()
469 role = (i == dqs) ? in pattern_table_get_killer_word16()
473 [index * 2 + 1][role] << i; in pattern_table_get_killer_word16()