Searched refs:old_x (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/coregrind/ |
D | m_debuglog.c | 1072 ULong x, old_x = 0; in VG_() local 1073 for (x = 10; ; old_x = x, x *= 10, ++num_digit) { in VG_() 1074 if (x <= old_x) break; // overflow occurred in VG_()
|
/external/libvncserver/webclients/novnc/include/ |
D | display.js | 333 copyImage: function (old_x, old_y, new_x, new_y, w, h) { argument 334 var x1 = old_x - this._viewportLoc.x; 589 this.copyImage(a.old_x, a.old_y, a.x, a.y, a.width, a.height);
|