Home
last modified time | relevance | path

Searched refs:TS (Results 1 – 25 of 210) sorted by relevance

123456789

/freebsd/contrib/ntp/sntp/scripts/
H A Dcvo.sh13 TS="$*"
138 case "$TS" in
144 TS=`echo $TS | sed -e s/@cvo@/$CVO/g`
146 TS=`echo $TS | sed -e s/@cpu@/$CVO_CPU/g`
148 TS=`echo $TS | sed -e s/@kosver@/$CVO_KOSVER/g`
150 TS=`echo $TS | sed -e s/@os@/$CVO_OS/g`
152 TS=`echo $TS | sed -e s/@osname@/$CVO_OSNAME/g`
154 TS=`echo $TS | sed -e s/@osver@/$CVO_OSVER/g`
156 TS=`echo $TS | sed -e s/@vendor@/$CVO_VENDOR/g`
158 TS=`echo $TS | sed -e s/@raw@/$CVO_raw/g`
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp190 TS.forbidModuleDirective(); in emitInstruction()
410 TS.setUsesMicroMips(); in emitFunctionEntryLabel()
441 TS.emitDirectiveSetNoAt(); in emitFunctionBodyStart()
454 TS.emitDirectiveSetAt(); in emitFunctionBodyEnd()
471 TS.emitDirectiveInsn(); in emitBasicBlockEnd()
778 TS.updateABIInfo(STI); in emitStartOfAsmFile()
806 TS.emitDirectiveSetPush(); in emitInlineAsmStart()
807 TS.emitDirectiveSetAt(); in emitInlineAsmStart()
808 TS.emitDirectiveSetMacro(); in emitInlineAsmStart()
1034 TS.emitDirectiveEnt(*Stub); in EmitFPCallStub()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp87 timespec TS; in getMonotonicTime() local
88 clock_gettime(CLOCK_MONOTONIC, &TS); in getMonotonicTime()
89 return static_cast<u64>(TS.tv_sec) * (1000ULL * 1000 * 1000) + in getMonotonicTime()
90 static_cast<u64>(TS.tv_nsec); in getMonotonicTime()
95 timespec TS; in getMonotonicTimeFast() local
96 clock_gettime(CLOCK_MONOTONIC_COARSE, &TS); in getMonotonicTimeFast()
97 return static_cast<u64>(TS.tv_sec) * (1000ULL * 1000 * 1000) + in getMonotonicTimeFast()
98 static_cast<u64>(TS.tv_nsec); in getMonotonicTimeFast()
H A Dlinux.cpp144 timespec TS; in getMonotonicTime() local
145 clock_gettime(CLOCK_MONOTONIC, &TS); in getMonotonicTime()
146 return static_cast<u64>(TS.tv_sec) * (1000ULL * 1000 * 1000) + in getMonotonicTime()
147 static_cast<u64>(TS.tv_nsec); in getMonotonicTime()
152 timespec TS; in getMonotonicTimeFast() local
153 clock_gettime(CLOCK_MONOTONIC_COARSE, &TS); in getMonotonicTimeFast()
154 return static_cast<u64>(TS.tv_sec) * (1000ULL * 1000 * 1000) + in getMonotonicTimeFast()
155 static_cast<u64>(TS.tv_nsec); in getMonotonicTimeFast()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_tsc.h69 timespec TS; in readTSC() local
70 int result = clock_gettime(CLOCK_REALTIME, &TS); in readTSC()
73 TS.tv_sec = 0; in readTSC()
74 TS.tv_nsec = 0; in readTSC()
77 return TS.tv_sec * NanosecondsPerSecond + TS.tv_nsec; in readTSC()
H A Dxray_basic_logging.cpp308 timespec TS; in basicLoggingHandleArg0EmulateTSC() local
309 int result = clock_gettime(CLOCK_REALTIME, &TS); in basicLoggingHandleArg0EmulateTSC()
312 TS = {0, 0}; in basicLoggingHandleArg0EmulateTSC()
315 return TS.tv_sec * NanosecondsPerSecond + TS.tv_nsec; in basicLoggingHandleArg0EmulateTSC()
328 timespec TS; in basicLoggingHandleArg1EmulateTSC() local
329 int result = clock_gettime(CLOCK_REALTIME, &TS); in basicLoggingHandleArg1EmulateTSC()
332 TS = {0, 0}; in basicLoggingHandleArg1EmulateTSC()
335 return TS.tv_sec * NanosecondsPerSecond + TS.tv_nsec; in basicLoggingHandleArg1EmulateTSC()
/freebsd/contrib/expat/tests/
H A Dxmltest.sh58 TS="$PWD/tests/"
119 cd "$TS/xmlconf"
129 cd "$TS/xmlconf/$xmldir"
139 cd "$TS/xmlconf/oasis"
151 cd "$TS/xmlconf"
159 cd "$TS/xmlconf/$xmldir"
166 cd "$TS/xmlconf/oasis"
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dtime_utils.h281 TimeSpec TS = {st.st_mtime, 0};
282 return TS;
285 TimeSpec TS = {st.st_atime, 0};
286 return TS;
290 TimeSpec TS = {st.st_mtime, st.st_mtime_n};
291 return TS;
294 TimeSpec TS = {st.st_atime, st.st_atime_n};
295 return TS;
306 TimeVal ConvertedTS[2] = {make_timeval(TS[0]), make_timeval(TS[1])};
326 return posix_utimes(p, TS, ec);
[all …]
/freebsd/sys/contrib/device-tree/src/arc/
H A Dabilis_tb100.dtsi31 pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */
34 pctl_tsin_s1: pctl-tsin-s1 { /* Serial TS-in 1 */
40 pctl_tsin_p1: pctl-tsin-p1 { /* Parallel TS-in 1 */
44 pctl_tsin_s2: pctl-tsin-s2 { /* Serial TS-in 2 */
47 pctl_tsin_s3: pctl-tsin-s3 { /* Serial TS-in 3 */
53 pctl_tsin_p3: pctl-tsin-p3 { /* Parallel TS-in 3 */
57 pctl_tsin_s4: pctl-tsin-s4 { /* Serial TS-in 4 */
60 pctl_tsin_s5: pctl-tsin-s5 { /* Serial TS-in 5 */
66 pctl_tsin_p5: pctl-tsin-p5 { /* Parallel TS-in 5 */
70 pctl_tsin_s6: pctl-tsin-s6 { /* Serial TS-in 6 */
[all …]
H A Dabilis_tb101.dtsi31 pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */
34 pctl_tsin_s1: pctl-tsin-s1 { /* Serial TS-in 1 */
40 pctl_tsin_p1: pctl-tsin-p1 { /* Parallel TS-in 1 */
44 pctl_tsin_s2: pctl-tsin-s2 { /* Serial TS-in 2 */
47 pctl_tsin_s3: pctl-tsin-s3 { /* Serial TS-in 3 */
53 pctl_tsin_p3: pctl-tsin-p3 { /* Parallel TS-in 3 */
57 pctl_tsin_s4: pctl-tsin-s4 { /* Serial TS-in 4 */
60 pctl_tsin_s5: pctl-tsin-s5 { /* Serial TS-in 5 */
66 pctl_tsin_p5: pctl-tsin-p5 { /* Parallel TS-in 5 */
70 pctl_tsin_s6: pctl-tsin-s6 { /* Serial TS-in 6 */
[all …]
/freebsd/contrib/openbsm/bin/auditd/
H A Dauditd.c152 close_lastfile(char *TS) in close_lastfile() argument
168 memcpy(ptr, TS, POSTFIX_LEN); in close_lastfile()
201 char TS[TIMESTAMP_LEN + 1]; in swap_audit_file() local
204 if (getTSstr(tt, TS, sizeof(TS)) != 0) in swap_audit_file()
225 if (name != NULL && strncmp(name, TS, TIMESTAMP_LEN) == 0) { in swap_audit_file()
229 err = auditd_swap_trail(TS, &newfile, audit_review_gid, in swap_audit_file()
242 close_lastfile(TS); in swap_audit_file()
373 char TS[TIMESTAMP_LEN + 1]; in close_all() local
396 if (getTSstr(tt, TS, sizeof(TS)) == 0) in close_all()
397 close_lastfile(TS); in close_all()
/freebsd/contrib/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h97 template <typename TS, typename TU> TS ConvertUnsignedToSigned(TU value);
377 template <typename TS, typename TU>
378 TS FuzzedDataProvider::ConvertUnsignedToSigned(TU value) { in ConvertUnsignedToSigned()
379 static_assert(sizeof(TS) == sizeof(TU), "Incompatible data types."); in ConvertUnsignedToSigned()
384 if (std::numeric_limits<TS>::is_modulo) in ConvertUnsignedToSigned()
385 return static_cast<TS>(value); in ConvertUnsignedToSigned()
389 if (value <= std::numeric_limits<TS>::max()) { in ConvertUnsignedToSigned()
390 return static_cast<TS>(value); in ConvertUnsignedToSigned()
392 constexpr auto TS_min = std::numeric_limits<TS>::min(); in ConvertUnsignedToSigned()
393 return TS_min + static_cast<TS>(value - TS_min); in ConvertUnsignedToSigned()
/freebsd/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c623 /* [4] */ TS("bt",MIb), TS("bts",MIb), TS("btr",MIb), TS("btc",MIb),
2560 /* [0] */ TS("rol",MvI), TS("ror",MvI), TS("rcl",MvI), TS("rcr",MvI),
2561 /* [4] */ TS("shl",MvI), TS("shr",MvI), TS("sal",MvI), TS("sar",MvI),
2570 /* [0] */ TS("rol",Mv), TS("ror",Mv), TS("rcl",Mv), TS("rcr",Mv),
2571 /* [4] */ TS("shl",Mv), TS("shr",Mv), TS("sal",Mv), TS("sar",Mv),
2590 /* [0] */ TS("rol",Mv), TS("ror",Mv), TS("rcl",Mv), TS("rcr",Mv),
2591 /* [4] */ TS("shl",Mv), TS("shr",Mv), TS("salb",Mv), TS("sar",Mv),
2612 /* [0] */ TS("test",IMw), TS("test",IMw), TS("not",Mw), TS("neg",Mw),
2613 /* [4] */ TS("mul",MA), TS("imul",MA), TS("div",MA), TS("idiv",MA),
2795 /* [B,8] */ TS("mov",IR), TS("mov",IR), TS("mov",IR), TS("mov",IR),
[all …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp118 [this, R, &OS, &N](ArrayRef<const Record *> TS, const Twine &ID) { in EmitInterp() argument
138 PrintTypes(OS, TS); in EmitInterp()
220 Enumerate(R, N, [&OS, &Args](ArrayRef<const Record *> TS, const Twine &ID) { in EmitProto() argument
284 llvm::SmallVector<const Record *, 2> TS; in EmitGroup() local
285 Rec = [this, &Rec, &OS, Types, &Args, R, &TS, N, in EmitGroup()
295 PrintTypes(OS, TS); in EmitGroup()
316 TS.push_back(Case); in EmitGroup()
318 TS.pop_back(); in EmitGroup()
343 [this, R, &N, &OS](ArrayRef<const Record *> TS, const Twine &ID) { in EmitEval() argument
354 PrintTypes(OS, TS); in EmitEval()
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp365 auto &TS = ThreadStackMap[R.TId]; in accountRecord() local
377 if (TS.empty()) { in accountRecord()
384 auto &Top = TS.back(); in accountRecord()
394 TS.emplace_back(N, R.TSC); in accountRecord()
398 TS.emplace_back(*I, R.TSC); in accountRecord()
411 if (TS.empty()) { in accountRecord()
418 reverse(TS), [&](const std::pair<StackTrieNode *, uint64_t> &E) { in accountRecord()
422 if (FunctionEntryMatch == TS.rend()) { in accountRecord()
430 for (auto &E : make_range(I, TS.end() - 1)) in accountRecord()
433 auto &Deepest = TS.back(); in accountRecord()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dfsl,cpm1-tsa.yaml195 fsl,tx-ts-routes = <2 0>, /* TS 0..1 */
196 <24 FSL_CPM_TSA_SCC4>, /* TS 2..25 */
197 <1 0>, /* TS 26 */
198 <5 FSL_CPM_TSA_SCC3>; /* TS 27..31 */
200 fsl,rx-ts-routes = <2 0>, /* TS 0..1 */
202 <1 0>, /* TS 26 */
203 <5 FSL_CPM_TSA_SCC3>; /* TS 27..31 */
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp82 const TemplateSpecializationType *TS = T->getAs<TemplateSpecializationType>(); in IsStdVector() local
83 if (!TS) in IsStdVector()
86 TemplateName TM = TS->getTemplateName(); in IsStdVector()
96 const TemplateSpecializationType *TS = T->getAs<TemplateSpecializationType>(); in IsSmallVector() local
97 if (!TS) in IsSmallVector()
100 TemplateName TM = TS->getTemplateName(); in IsSmallVector()
/freebsd/contrib/openbsm/libauditd/
H A Dauditd_lib.c936 auditd_swap_trail(char *TS, char **newfile, gid_t gid, in auditd_swap_trail() argument
944 if (strlen(TS) != TIMESTAMP_LEN || in auditd_swap_trail()
945 snprintf(timestr, sizeof(timestr), "%s.%s", TS, in auditd_swap_trail()
1166 char TS[TIMESTAMP_LEN + 1]; in audit_quick_start() local
1190 if (getTSstr(tt, TS, sizeof(TS)) != 0) in audit_quick_start()
1192 err = auditd_swap_trail(TS, &newfile, getgid(), NULL); in audit_quick_start()
1246 char TS[TIMESTAMP_LEN + 1]; in audit_quick_stop() local
1279 if (getTSstr(tt, TS, sizeof(TS)) != 0) in audit_quick_stop()
1285 memcpy(ptr, TS, POSTFIX_LEN); in audit_quick_stop()
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dabilis,tb10x-iomux.txt27 - Serial TS input ports: mis0, mis1, mis2, mis3, mis4, mis5, mis6, mis7
28 - Parallel TS input ports: mip1, mip3, mip5, mip7
29 - Serial TS output ports: mos0, mos1, mos2, mos3
30 - Parallel TS output port: mop
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DNoInferenceModelRunner.cpp21 for (const auto &TS : Inputs) in NoInferenceModelRunner() local
22 setUpBufferForTensor(Index++, TS, nullptr); in NoInferenceModelRunner()
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num7 TS_MSG_IMPRINT_free 7 3_0_0 EXIST::FUNCTION:TS
9 TS_RESP_CTX_new 9 3_0_0 EXIST::FUNCTION:TS
22 TS_REQ_get_ext_count 23 3_0_0 EXIST::FUNCTION:TS
88 TS_REQ_get_ext_by_NID 90 3_0_0 EXIST::FUNCTION:TS
111 i2d_TS_MSG_IMPRINT 113 3_0_0 EXIST::FUNCTION:TS
156 TS_VERIFY_CTX_set_store 159 3_0_0 EXIST::FUNCTION:TS
187 TS_TST_INFO_new 191 3_0_0 EXIST::FUNCTION:TS
276 TS_REQ_free 282 3_0_0 EXIST::FUNCTION:TS
332 TS_TST_INFO_print_bio 338 3_0_0 EXIST::FUNCTION:TS
336 TS_REQ_get_ext 342 3_0_0 EXIST::FUNCTION:TS
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h33 MCTargetStreamer *TS = OutStreamer->getTargetStreamer(); in getTargetStreamer() local
34 assert(TS && "do not have a target streamer"); in getTargetStreamer()
35 return static_cast<SystemZTargetStreamer *>(TS); in getTargetStreamer()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dtechnologic,ts4800.txt1 TS-4800 FPGA interrupt controller
3 TS-4800 FPGA has an internal interrupt controller. When one of the
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp275 auto *TS = in emitStartOfAsmFile() local
277 TS->emitNoteSection(Flags); in emitStartOfAsmFile()
1119 auto *TS = in emitFunctionEntryLabel() local
1121 TS->emitDirectiveVariantPCS(CurrentFnSym); in emitFunctionEntryLabel()
1494 AArch64TargetStreamer *TS = in emitInstruction() local
1841 TS->emitARM64WinCFISetFP(); in emitInstruction()
1849 TS->emitARM64WinCFINop(); in emitInstruction()
1853 TS->emitARM64WinCFIPrologEnd(); in emitInstruction()
1857 TS->emitARM64WinCFIEpilogStart(); in emitInstruction()
1861 TS->emitARM64WinCFIEpilogEnd(); in emitInstruction()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-ts219-6281.dts29 /* 0: TS-11x, 1: TS-21x */

123456789