Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/net/data/name_constraints_unittest/
H A Dgenerate_name_constraints.py74 def union_from(self, c): member in NameConstraintsGenerator
397 c.union_from(directoryname_constraints)
398 c.union_from(dnsname_constraints)
402 c.union_from(directoryname_constraints)
403 c.union_from(dnsname_constraints)
404 c.union_from(ipaddress_constraints)
/dports/games/0ad/0ad-0.0.23b-alpha/source/gui/
H A DCGUI.cpp635 float union_from, union_to; in GenerateText() local
637 union_from = std::max(y, img.m_YFrom); 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()
3069 head.next = union_from; in process_symlinked_sptr()