Searched refs:xold (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Demo/tkinter/guido/ |
D | paint.py | 28 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/ |
D | cmpxchg-05.ll | 76 %xold = zext i8 %old to i32 77 store i32 %xold, i32* %3
|