Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/tkinter/guido/
Dpaint.py28 xold, yold = None, None variable
45 global b1, xold, yold
47 xold = None # reset the line when you let go of the button
52 global xold, yold
53 if xold is not None and yold is not None:
54 event.widget.create_line(xold,yold,event.x,event.y,smooth=TRUE)
56 xold = event.x
/external/llvm/test/CodeGen/SystemZ/
Dcmpxchg-05.ll76 %xold = zext i8 %old to i32
77 store i32 %xold, i32* %3