Searched refs:tfw (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp926 struct fw_bind *tfw, *r = NULL; local
930 STAILQ_FOREACH(tfw, &fc->binds, fclist)
931 if (BIND_CMP(addr, tfw) == 0) {
932 r = tfw;
945 struct fw_bind *tfw, *prev = NULL; local
954 STAILQ_FOREACH(tfw, &fc->binds, fclist) {
955 if (fwb->end < tfw->start)
957 prev = tfw;
980 struct fw_bind *tfw; local
985 STAILQ_FOREACH(tfw,
[all...]
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp352 float tfw = field->getWidth();
353 if (tfw > *width) {
354 *width = tfw;

Completed in 122 milliseconds