/external/skia/samplecode/ |
D | SamplePathText.cpp | 170 const double tsec = 1e-9 * nanos; in onAnimate() local 172 fBackgroundAnimationTask.add(std::bind(&MovingPathText::runAnimationTask, this, tsec, in onAnimate() 266 const float tsec = static_cast<float>(t); in runAnimationTask() local 290 SkPoint pt = fWaves.apply(tsec, matrix, pts[0]); in runAnimationTask() 295 SkPoint endpt = fWaves.apply(tsec, matrix, pts[1]); in runAnimationTask() 300 SkPoint controlPt = fWaves.apply(tsec, matrix, pts[1]); in runAnimationTask() 301 SkPoint endpt = fWaves.apply(tsec, matrix, pts[2]); in runAnimationTask() 337 SkPoint apply(float tsec, const Sk2f matrix[3], const SkPoint& pt) const; 378 SkPoint WavyPathText::Waves::apply(float tsec, const Sk2f matrix[3], const SkPoint& pt) const { in apply() argument 400 speeds * tsec + in apply()
|
/external/skqp/samplecode/ |
D | SamplePathText.cpp | 174 const double tsec = timer.secs(); in onAnimate() local 176 fBackgroundAnimationTask.add(std::bind(&MovingPathText::runAnimationTask, this, tsec, in onAnimate() 270 const float tsec = static_cast<float>(t); in runAnimationTask() local 294 SkPoint pt = fWaves.apply(tsec, matrix, pts[0]); in runAnimationTask() 299 SkPoint endpt = fWaves.apply(tsec, matrix, pts[1]); in runAnimationTask() 304 SkPoint controlPt = fWaves.apply(tsec, matrix, pts[1]); in runAnimationTask() 305 SkPoint endpt = fWaves.apply(tsec, matrix, pts[2]); in runAnimationTask() 341 SkPoint apply(float tsec, const Sk2f matrix[3], const SkPoint& pt) const; 382 SkPoint WavyPathText::Waves::apply(float tsec, const Sk2f matrix[3], const SkPoint& pt) const { in apply() argument 404 speeds * tsec + in apply()
|
/external/u-boot/drivers/net/ |
D | tsec.c | 132 struct tsec __iomem *regs = priv->regs; in tsec_mcast_addr() 155 static void init_registers(struct tsec __iomem *regs) in init_registers() 202 struct tsec __iomem *regs = priv->regs; in adjust_link() 261 struct tsec __iomem *regs = priv->regs; in tsec_send() 305 struct tsec __iomem *regs = priv->regs; in tsec_recv() 340 struct tsec __iomem *regs = priv->regs; in tsec_recv() 393 struct tsec __iomem *regs = priv->regs; in tsec_halt() 416 struct tsec __iomem *regs = priv->regs; in redundant_init() 500 struct tsec __iomem *regs = priv->regs; in startup_tsec() 566 struct tsec __iomem *regs = priv->regs; in tsec_init() [all …]
|
D | Makefile | 64 obj-$(CONFIG_TSEC_ENET) += tsec.o fsl_mdio.o
|
/external/u-boot/doc/device-tree-bindings/net/ |
D | fsl-tsec-phy.txt | 5 - compatible : Should be "fsl,tsec" 15 compatible = "fsl,tsec"; 47 As of this writing, every tsec is associated with an internal TBI PHY. 53 property under the tsec node, which has a similar meaning of "phy-handle".
|
/external/u-boot/include/ |
D | tsec.h | 35 (struct tsec __iomem *)\ 295 struct tsec { struct 400 struct tsec __iomem *regs; argument 419 struct tsec __iomem *regs;
|
/external/u-boot/arch/powerpc/include/asm/ |
D | immap_83xx.h | 663 tsec83xx_t tsec[2]; member 711 tsec83xx_t tsec[2]; member 752 tsec83xx_t tsec[2]; member 789 tsec83xx_t tsec[2]; member 831 tsec83xx_t tsec[2]; member
|
/external/u-boot/arch/powerpc/dts/gdsys/ |
D | mpc8308.dtsi | 265 compatible = "gianfar", "fsl,tsec"; 299 compatible = "gianfar", "fsl,tsec";
|
/external/u-boot/arch/arm/dts/ |
D | tegra210.dtsi | 114 tsec@54100000 { 115 compatible = "nvidia,tegra210-tsec"; 207 tsec@54500000 { 208 compatible = "nvidia,tegra210-tsec";
|
/external/cpuinfo/test/dmesg/ |
D | nexus9.log | 33 [ 0.000000] Lowering tsec maximum rate from 900000000 to 720000000 479 [ 0.774838] tsec tsec: initialized
|