Home
last modified time | relevance | path

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

/dports/games/0ad/0ad-0.0.23b-alpha/source/gui/
H A DCGUI.cpp635 float union_from, union_to; in GenerateText() local
638 union_to = std::min(y+prelim_line_height, img.m_YTo); in GenerateText()
641 if (union_to > union_from) in GenerateText()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllutil.cpp3020 OPERAND *union_from = NULL, *union_to = NULL; in process_symlinked_sptr() local
3055 union_from = union_to = cur_op->next; in process_symlinked_sptr()
3067 cur_op = union_to; in process_symlinked_sptr()
3068 union_to->next = NULL; in process_symlinked_sptr()