HomeSort by relevance Sort by last modified time
    Searched refs:TSC (Results 26 - 50 of 68) sorted by null

12 3

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/XRay/
YAMLXRayRecord.h 38 uint64_t TSC;
67 IO.mapRequired("constant-tsc", Header.ConstantTSC);
68 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
83 IO.mapRequired("tsc", Record.TSC);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/XRay/
YAMLXRayRecord.h 38 uint64_t TSC;
67 IO.mapRequired("constant-tsc", Header.ConstantTSC);
68 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
83 IO.mapRequired("tsc", Record.TSC);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/XRay/
YAMLXRayRecord.h 38 uint64_t TSC;
67 IO.mapRequired("constant-tsc", Header.ConstantTSC);
68 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
83 IO.mapRequired("tsc", Record.TSC);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/XRay/
YAMLXRayRecord.h 38 uint64_t TSC;
67 IO.mapRequired("constant-tsc", Header.ConstantTSC);
68 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
83 IO.mapRequired("tsc", Record.TSC);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/XRay/
YAMLXRayRecord.h 38 uint64_t TSC;
67 IO.mapRequired("constant-tsc", Header.ConstantTSC);
68 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
83 IO.mapRequired("tsc", Record.TSC);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/XRay/
YAMLXRayRecord.h 38 uint64_t TSC;
67 IO.mapRequired("constant-tsc", Header.ConstantTSC);
68 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
83 IO.mapRequired("tsc", Record.TSC);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/XRay/
YAMLXRayRecord.h 38 uint64_t TSC;
67 IO.mapRequired("constant-tsc", Header.ConstantTSC);
68 IO.mapRequired("nonstop-tsc", Header.NonstopTSC);
83 IO.mapRequired("tsc", Record.TSC);
  /external/scapy/scapy/modules/krack/
automaton.py 684 TSC, _, _ = parse_TKIP_hdr(pkt)
685 iv = TSC[0] | (TSC[1] << 8) | (TSC[2] << 16) | (TSC[3] << 24) | \
686 (TSC[4] << 32) | (TSC[5] << 40)
  /external/ltp/testcases/realtime/
00_Descriptions.txt 56 timestamp clock(TSC), for pthread_cond_signal latency.
87 (via inlined assembly to read the TSC). The value returned between two such
  /external/clang/lib/Sema/
DeclSpec.cpp 428 const char *DeclSpec::getSpecifierName(TSC C) {
563 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
567 return BadSpecifier(TSC, (TSCS)ThreadStorageClassSpec, PrevSpec, DiagID);
569 ThreadStorageClassSpec = TSC;
592 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc,
596 return BadSpecifier(C, (TSC)TypeSpecComplex, PrevSpec, DiagID);
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 258 enum TSC {
338 /*TSC*/unsigned TypeSpecComplex : 2;
477 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
532 static const char *getSpecifierName(DeclSpec::TSC C);
623 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
627 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h 258 enum TSC {
338 /*TSC*/unsigned TypeSpecComplex : 2;
478 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
534 static const char *getSpecifierName(DeclSpec::TSC C);
625 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
629 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
DeclSpec.h 258 enum TSC {
338 /*TSC*/unsigned TypeSpecComplex : 2;
478 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
534 static const char *getSpecifierName(DeclSpec::TSC C);
625 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
629 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
DeclSpec.h 258 enum TSC {
338 /*TSC*/unsigned TypeSpecComplex : 2;
478 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
534 static const char *getSpecifierName(DeclSpec::TSC C);
625 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
629 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
DeclSpec.h 258 enum TSC {
339 /*TSC*/unsigned TypeSpecComplex : 2;
479 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
535 static const char *getSpecifierName(DeclSpec::TSC C);
626 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
630 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
DeclSpec.h 258 enum TSC {
339 /*TSC*/unsigned TypeSpecComplex : 2;
479 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
535 static const char *getSpecifierName(DeclSpec::TSC C);
626 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
630 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
DeclSpec.h 258 enum TSC {
339 /*TSC*/unsigned TypeSpecComplex : 2;
479 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
535 static const char *getSpecifierName(DeclSpec::TSC C);
626 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
630 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
DeclSpec.h 258 enum TSC {
339 /*TSC*/unsigned TypeSpecComplex : 2;
479 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
535 static const char *getSpecifierName(DeclSpec::TSC C);
626 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
630 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h 258 enum TSC {
338 /*TSC*/unsigned TypeSpecComplex : 2;
478 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
534 static const char *getSpecifierName(DeclSpec::TSC C);
625 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
629 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
DeclSpec.h 258 enum TSC {
338 /*TSC*/unsigned TypeSpecComplex : 2;
478 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
534 static const char *getSpecifierName(DeclSpec::TSC C);
625 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
629 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
DeclSpec.h 258 enum TSC {
338 /*TSC*/unsigned TypeSpecComplex : 2;
478 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
534 static const char *getSpecifierName(DeclSpec::TSC C);
625 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
629 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
DeclSpec.h 258 enum TSC {
339 /*TSC*/unsigned TypeSpecComplex : 2;
479 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
535 static const char *getSpecifierName(DeclSpec::TSC C);
626 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
630 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
DeclSpec.h 258 enum TSC {
339 /*TSC*/unsigned TypeSpecComplex : 2;
479 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
535 static const char *getSpecifierName(DeclSpec::TSC C);
626 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
630 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
DeclSpec.h 258 enum TSC {
339 /*TSC*/unsigned TypeSpecComplex : 2;
479 TSC getTypeSpecComplex() const { return (TSC)TypeSpecComplex; }
535 static const char *getSpecifierName(DeclSpec::TSC C);
626 bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc,
630 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
    [all...]

Completed in 2663 milliseconds

12 3