Searched refs:fall_off_index (Results 1 – 1 of 1) sorted by relevance
697 get_next_xcoord(unsigned face, unsigned fall_off_index, int max, int xc, int yc) in get_next_xcoord() argument699 if ((face == 0 && fall_off_index != 1) || in get_next_xcoord()700 (face == 1 && fall_off_index == 0) || in get_next_xcoord()701 (face == 4 && fall_off_index == 0) || in get_next_xcoord()702 (face == 5 && fall_off_index == 0)) { in get_next_xcoord()705 if ((face == 1 && fall_off_index != 0) || in get_next_xcoord()706 (face == 0 && fall_off_index == 1) || in get_next_xcoord()707 (face == 4 && fall_off_index == 1) || in get_next_xcoord()708 (face == 5 && fall_off_index == 1)) { in get_next_xcoord()711 if ((face == 4 && fall_off_index >= 2) || in get_next_xcoord()[all …]