Home
last modified time | relevance | path

Searched refs:TSC (Results 1 – 14 of 14) sorted by relevance

/external/autotest/client/tests/kvm/autotest_control/
Dmonotonic_time.control11 TSC
18 # Test gettimeofday(), TSC, and clock_gettime(CLOCK_MONOTONIC)
27 # TSC - CPU clock cycles
Dtsc.control1 NAME = 'Check TSC'
8 checktsc is a user space program that checks TSC synchronization
/external/autotest/client/tests/monotonic_time/
Dcontrol11 TSC
18 # Test gettimeofday(), TSC, and clock_gettime(CLOCK_MONOTONIC)
27 # TSC - CPU clock cycles
/external/autotest/client/tests/tsc/
Dcontrol1 NAME = 'Check TSC'
8 checktsc is a user space program that checks TSC synchronization
/external/autotest/client/tests/tsc/src/
DREADME1 checktsc is a user space program that checks TSC synchronization
10 report the observed difference in TSC values between each pair of CPUs.
/external/clang/lib/Sema/
DDeclSpec.cpp424 const char *DeclSpec::getSpecifierName(TSC C) { in getSpecifierName()
553 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread() argument
557 return BadSpecifier(TSC, (TSCS)ThreadStorageClassSpec, PrevSpec, DiagID); in SetStorageClassSpecThread()
559 ThreadStorageClassSpec = TSC; in SetStorageClassSpecThread()
582 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc, in SetTypeSpecComplex()
586 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID); in SetTypeSpecComplex()
1156 if (DeclSpec::TSCS TSC = getThreadStorageClassSpec()) { in Finish() local
1158 SpecName += getSpecifierName(TSC); in Finish()
/external/clang/lib/CodeGen/
DTargetInfo.cpp6937 mutable TypeStringCache TSC; member in __anon2cc540941011::XCoreTargetCodeGenInfo
7101 CodeGen::CodeGenModule &CGM, TypeStringCache &TSC);
7107 if (getTypeString(Enc, D, CGM, TSC)) { in emitTargetMD()
7120 TypeStringCache &TSC);
7128 TypeStringCache &TSC) { in extractFieldType() argument
7140 if (!appendType(Enc, Field->getType(), CGM, TSC)) in extractFieldType()
7155 TypeStringCache &TSC, const IdentifierInfo *ID) { in appendRecordType() argument
7157 StringRef TypeString = TSC.lookupStr(ID); in appendRecordType()
7181 TSC.addIncomplete(ID, std::move(StubEnc)); in appendRecordType()
7182 if (!extractFieldType(FE, RD, CGM, TSC)) { in appendRecordType()
[all …]
/external/clang/include/clang/Sema/
DDeclSpec.h258 enum TSC { enum
468 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; } in getTypeSpecComplex()
522 static const char *getSpecifierName(DeclSpec::TSC C);
609 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
613 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
/external/clang/include/clang/AST/
DDecl.h879 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec() argument
880 VarDeclBits.TSCSpec = TSC; in setTSCSpec()
881 assert(VarDeclBits.TSCSpec == TSC && "truncation"); in setTSCSpec()
/external/regex-re2/benchlog/
Dbenchlog.mini70 machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFS…
Dbenchlog.wreck90 machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH…
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz
/external/wpa_supplicant_8/hostapd/
DChangeLog1022 * fixed group rekeying to send zero TSC in EAPOL-Key messages to fix
/external/fio/
DHOWTO1530 this means supporting TSC Invariant.