Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_debuglog.c1072 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/
Ddisplay.js333 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);