Home
last modified time | relevance | path

Searched refs:base3 (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/bench/
H A DHairlinePathBench.cpp100 int base3 = 2 * rand.nextULessThan(hSize); variable
105 path->lineTo(SkIntToScalar(points[base3] + xTrans),
106 SkIntToScalar(points[base3+1] + yTrans));
132 int base3 = 2 * rand.nextULessThan(hSize); variable
137 SkIntToScalar(points[base3] + xTrans),
138 SkIntToScalar(points[base3+1] + yTrans));
165 int base3 = 2 * rand.nextULessThan(hSize); variable
171 SkIntToScalar(points[base3] + xTrans),
172 SkIntToScalar(points[base3+1] + yTrans),
200 int base3 variable
[all...]
/third_party/FreeBSD/sys/sys/
H A Dkobj.h169 base1, base2, base3) \
174 &base3, NULL }; \
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_deblock.asm40 %define PASS8ROWS(base, base3, stride, stride3, offset) \
41 PASS8ROWS(base+offset, base3+offset, stride, stride3)
/third_party/python/Lib/test/
H A Ddatetimetester.py4071 base3 = base2.replace(tzinfo=z100)
4072 self.assertEqual(base, base3)
4073 self.assertIs(base.tzinfo, base3.tzinfo)
4868 base3 = base2.replace(tzinfo=z100)
4869 self.assertEqual(base, base3)
4870 self.assertIs(base.tzinfo, base3.tzinfo)

Completed in 11 milliseconds