Lines Matching refs:lret
41 long lret; in computeAutoPCost() local
45 lret = 20000000; in computeAutoPCost()
47 lret = 2000000; in computeAutoPCost()
49 lret = 200000; in computeAutoPCost()
51 lret = 20000; in computeAutoPCost()
53 lret = 2000; in computeAutoPCost()
55 lret = 200; in computeAutoPCost()
57 lret = 20; in computeAutoPCost()
59 lret = 2; in computeAutoPCost()
61 lret = 1; in computeAutoPCost()
65 stp_trace ("usedSpeed=%lu lret=%ld", port->usedSpeed, lret); in computeAutoPCost()
69 return lret; in computeAutoPCost()