/freebsd/contrib/ntp/sntp/scripts/ |
H A D | cvo.sh | 13 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 | se [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 189 MipsTargetStreamer &TS = getTargetStreamer(); in emitInstruction() local 191 TS.forbidModuleDirective(); in emitInstruction() 368 MipsTargetStreamer &TS = getTargetStreamer(); in printSavedRegsBitmask() local 370 TS.emitMask(CPUBitmask, CPUTopSavedRegOff); in printSavedRegsBitmask() 373 TS.emitFMask(FPUBitmask, FPUTopSavedRegOff); in printSavedRegsBitmask() 402 MipsTargetStreamer &TS = getTargetStreamer(); in emitFunctionEntryLabel() local 410 TS.emitDirectiveSetMicroMips(); in emitFunctionEntryLabel() 411 TS.setUsesMicroMips(); in emitFunctionEntryLabel() 412 TS.updateABIInfo(*Subtarget); in emitFunctionEntryLabel() 414 TS.emitDirectiveSetNoMicroMips(); in emitFunctionEntryLabel() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | trusty.cpp | 87 timespec TS; in getMonotonicTime() 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); 95 timespec TS; in getMonotonicTimeFast() 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() 85 timespec TS; getMonotonicTime() local 93 timespec TS; getMonotonicTimeFast() local
|
H A D | linux.cpp | 144 timespec TS; in getMonotonicTimeFast() 145 clock_gettime(CLOCK_MONOTONIC, &TS); in getMonotonicTimeFast() local 146 return static_cast<u64>(TS.tv_sec) * (1000ULL * 1000 * 1000) + in getMonotonicTimeFast() 147 static_cast<u64>(TS.tv_nsec); in getMonotonicTimeFast() 152 timespec TS; in getMonotonicTimeFast() 153 clock_gettime(CLOCK_MONOTONIC_COARSE, &TS); 154 return static_cast<u64>(TS.tv_sec) * (1000ULL * 1000 * 1000) + in getNumberOfCPUs() 155 static_cast<u64>(TS.tv_nsec); in getNumberOfCPUs() 137 timespec TS; getMonotonicTime() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_tsc.h | 69 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 D | xray_basic_logging.cpp | 308 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 D | xmltest.sh | 58 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 D | time_utils.h | 281 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; 305 inline bool posix_utimes(const path& p, std::array<TimeSpec, 2> const& TS, error_code& ec) { 306 TimeVal ConvertedTS[2] = {make_timeval(TS[ [all...] |
/freebsd/sys/contrib/device-tree/src/arc/ |
H A D | abilis_tb100.dtsi | 31 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 D | abilis_tb101.dtsi | 31 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 D | auditd.c | 152 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/sys/cddl/dev/dtrace/x86/ |
H A D | dis_tables.c | 321 #define TS(name, amode) {TERM, amode, name, 1, 0, 0, 0, 0, 0} macro 344 #define TS(name, amode) {TERM, amode, name, 1, 0, 0, 0, 0} macro 366 #define TS(name, amode) {TERM, amode, 0, 0, 0, 0, 0} macro 388 #define TS(name, amode) {TERM, amode, 0, 0, 0, 0} macro 623 /* [4] */ TS("bt",MIb), TS("bts",MIb), TS("btr",MIb), TS("btc",MIb), 1360 /* [B8] */ TS("popcnt",MRw), INVALID, INVALID, INVALID, 1361 /* [BC] */ TNSZ("tzcnt",MRw,5), TS("lzcnt",MRw), INVALID, INVALID, 1970 TS("movbe",MOVBE), 1974 /* [00] */ TS("crc32",CRC32), 1975 TS("movbe",MOVBE), [all …]
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangOpcodesEmitter.cpp | 117 [this, R, &OS, &N](ArrayRef<const Record *> TS, const Twine &ID) { in EmitInterp() argument 143 PrintTypes(OS, TS); in EmitInterp() 231 Enumerate(R, N, [&OS, &Args](ArrayRef<const Record *> TS, const Twine &ID) { in EmitProto() argument 307 llvm::SmallVector<const Record *, 2> TS; in EmitGroup() local 308 Rec = [this, &Rec, &OS, Types, &Args, R, &TS, N, in EmitGroup() 318 PrintTypes(OS, TS); in EmitGroup() 339 TS.push_back(Case); in EmitGroup() 341 TS.pop_back(); in EmitGroup() 366 [this, R, &N, &OS](ArrayRef<const Record *> TS, const Twine &ID) { in EmitEval() argument 383 PrintTypes(OS, TS); in EmitEval()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-stacks.cpp | 365 auto &TS = ThreadStackMap[R.TId]; in accountRecord() local 377 if (TS.empty()) { in accountRecord() 379 TS.emplace_back(Root ? Root : createTrieNode(R.TId, R.FuncId, nullptr), 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 in accountRecord() [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaAsmPrinter.cpp | 89 auto *TS = in emitMachineConstantPoolValue() local 101 TS->emitLiteral(LblSym, Expr, false); in emitMachineConstantPoolValue() 113 auto *TS = in emitMachineConstantPoolEntry() local 130 TS->emitLiteral(LblSym, Value, false); in emitMachineConstantPoolEntry() 147 auto *TS = in emitConstantPool() local 150 TS->startLiteralSection(CS); in emitConstantPool()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LLVMConventionsChecker.cpp | 82 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 D | auditd_lib.c | 936 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 D | abilis,tb10x-iomux.txt | 27 - 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/crypto/openssl/util/ |
H A D | libcrypto.num | 7 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/Analysis/ |
H A D | NoInferenceModelRunner.cpp | 21 for (const auto &TS : Inputs) in NoInferenceModelRunner() local 22 setUpBufferForTensor(Index++, TS, nullptr); in NoInferenceModelRunner()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.h | 33 MCTargetStreamer *TS = OutStreamer->getTargetStreamer(); in getTargetStreamer() 34 assert(TS && "do not have a target streamer"); in getTargetStreamer() 35 return static_cast<SystemZTargetStreamer *>(TS); in getTargetStreamer() 32 MCTargetStreamer *TS = OutStreamer->getTargetStreamer(); getTargetStreamer() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 42 MCTargetStreamer &TS = *getParser().getStreamer().getTargetStreamer(); in getTargetStreamer() local 43 return static_cast<XtensaTargetStreamer &>(TS); in getTargetStreamer() 380 XtensaTargetStreamer &TS = this->getTargetStreamer(); in processInstruction() local 387 XtensaTargetStreamer &TS = this->getTargetStreamer(); in processInstruction() local 400 TS.emitLiteral(Sym, Value, true, IDLoc); in processInstruction() 417 TS.emitLiteral(Sym, Value, true, IDLoc); in processInstruction() 771 XtensaTargetStreamer &TS = this->getTargetStreamer(); in parseLiteralDirective() local 796 TS.emitLiteral(Sym, Value, true, LiteralLoc); in parseLiteralDirective() 806 XtensaTargetStreamer &TS = this->getTargetStreamer(); in parseDirective() local 807 TS.emitLiteralPosition(); in parseDirective()
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | technologic,ts4800.txt | 1 TS-4800 FPGA interrupt controller 3 TS-4800 FPGA has an internal interrupt controller. When one of the
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | kirkwood-ts219-6281.dts | 29 /* 0: TS-11x, 1: TS-21x */
|
H A D | kirkwood-ts219-6282.dts | 29 /* 0: TS-11x, 1: TS-21x */
|