Lines Matching defs:x
40 function Add1(x) { argument
44 function Add100(x) { argument
48 function Add1Reversed(x) { argument
52 function Add100Reversed(x) { argument
73 function Sub1(x) { argument
77 function Sub100(x) { argument
81 function Sub1Reversed(x) { argument
85 function Sub100Reversed(x) { argument
105 function Shr1(x) { argument
109 function Shr100(x) { argument
113 function Shr1Reversed(x) { argument
117 function Shr100Reversed(x) { argument
121 function Sar1(x) { argument
125 function Sar100(x) { argument
129 function Sar1Reversed(x) { argument
133 function Sar100Reversed(x) { argument
165 function Xor1(x) { argument
169 function Xor100(x) { argument
173 function Xor1Reversed(x) { argument
177 function Xor100Reversed(x) { argument
196 var x = 0x23; var y = 0x35; variable
651 function foo(x) { argument
683 function LogicalShiftRightByMultipleOf32(x) { argument
692 function LeftShiftThreeBy(x) {return 3 << x;} argument
700 function f(x, y) { return y + ( 1 << (x & 31)); } argument