Searched refs:icolor (Results 1 – 2 of 2) sorted by relevance
711 uint64_t icolor : 2; member
2526 str = (prof->icolor == 3) ? "Color blind" : in print_band_prof_ctx()2527 (prof->icolor == 0) ? "Green" : in print_band_prof_ctx()2528 (prof->icolor == 1) ? "Yellow" : "Red"; in print_band_prof_ctx()