Searched refs:tfw (Results 1 – 2 of 2) sorted by relevance
352 float tfw = field->getWidth(); in GetPreferredSize() local353 if (tfw > *width) { in GetPreferredSize()354 *width = tfw; in GetPreferredSize()
926 struct fw_bind *tfw, *r = NULL; in fw_bindlookup() local930 STAILQ_FOREACH(tfw, &fc->binds, fclist) in fw_bindlookup()931 if (BIND_CMP(addr, tfw) == 0) { in fw_bindlookup()932 r = tfw; in fw_bindlookup()945 struct fw_bind *tfw, *prev = NULL; in fw_bindadd() local954 STAILQ_FOREACH(tfw, &fc->binds, fclist) { in fw_bindadd()955 if (fwb->end < tfw->start) in fw_bindadd()957 prev = tfw; in fw_bindadd()980 struct fw_bind *tfw; in fw_bindremove() local985 STAILQ_FOREACH(tfw, &fc->binds, fclist) in fw_bindremove()[all …]