Home
last modified time | relevance | path

Searched refs:first_on_this_face (Results 1 – 1 of 1) sorted by relevance

/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DHistory.cpp247 struct historynode *first_on_this_face, *past_last_on_this_face; in compress() local
341 for (first_on_this_face = first; first_on_this_face;) in compress()
343 if (first_on_this_face->slicesmask == 1) in compress()
346 past_last_on_this_face = first_on_this_face->next; in compress()
355 if (past_last_on_this_face != first_on_this_face->next) in compress()
364 for (node = first_on_this_face; in compress()
378 while (first_on_this_face != past_last_on_this_face) in compress()
380 struct historynode *temp = first_on_this_face; in compress()
381 first_on_this_face = first_on_this_face->next; in compress()
470 first_on_this_face = past_last_on_this_face; in compress()
[all …]