Home
last modified time | relevance | path

Searched refs:tsi (Results 1 – 13 of 13) sorted by relevance

/freebsd/usr.bin/script/
H A Dscript.c553 struct timespec tsi, tso; in playback() local
588 tsi = tso; in playback()
595 tsi = tso; in playback()
622 tsi.tv_sec = tso.tv_sec - tsi.tv_sec; in playback()
623 tsi.tv_nsec = tso.tv_nsec - tsi.tv_nsec; in playback()
624 if (tsi.tv_nsec < 0) { in playback()
625 tsi.tv_sec -= 1; in playback()
626 tsi.tv_nsec += 1000000000; in playback()
629 (void)nanosleep(&tsi, NULL); in playback()
630 tsi = tso; in playback()
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dda9052-i2c.txt8 - dlg,tsi-as-adc : Boolean, if set the X+, X-, Y+, Y- touchscreen
H A D88pm860x.txt61 marvell,88pm860x-tsi-prebias = <6>;
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dpxa910-dkb.dts141 marvell,88pm860x-tsi-prebias = <6>;
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dmpc7448hpc2.dts53 device_type = "tsi-bridge";
H A Dholly.dts45 device_type = "tsi-bridge";
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1299 for (const auto &tsi : reverse(tsis)) { in printStats() local
1301 tsi.typeIndex.getIndex(), tsi.totalInputSize(), in printStats()
1302 tsi.dupCount, tsi.typeSize); in printStats()
/freebsd/sys/dev/videomode/
H A Dmodelines11 // $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.3 1999/11/16 03:28:03 tsi Exp $
/freebsd/share/misc/
H A Diso639478 tsi tsi Tsimshian
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx53-ppd.dts361 dlg,tsi-as-adc;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1659 TypeSourceInfo *tsi, in Create() argument
1666 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs, in Create()
1678 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() argument
1682 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi), in OffsetOfExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2489 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
2500 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
2518 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo() argument
2519 TSInfo = tsi; in setTypeSourceInfo()
/freebsd/contrib/ncurses/
H A DNEWS14314 ports (reported by Ward Horner <whorner@tsi-telsys.com>)