Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/dbus-vis/
H A Dtimeline_view.js132 this.LowerBoundTime = RANGE_LEFT_INIT;
134 this.LowerBoundTimeTarget = this.LowerBoundTime;
284 this.LowerBoundTime = mid - (mid - this.LowerBoundTime) * (1 - dz);
359 this.LowerBoundTime =
412 this.LowerBoundTime;
413 ret = Math.max(ret, this.LowerBoundTime);
497 this.LowerBoundTime = new_lb;
714 if (ub < this.LowerBoundTime) {
971 if (ub < this.LowerBoundTime) continue;
1039 this.LowerBoundTime += dx * extent;
[all …]
H A Dipmi_timeline_vis.js203 var LowerBoundTime = RANGE_LEFT_INIT; variable
212 let LowerBoundTimeTarget = LowerBoundTime;
546 (UpperBoundTime - LowerBoundTime) +
547 LowerBoundTime;
548 ret = Math.max(ret, LowerBoundTime);