Searched refs:SC (Results 1 - 25 of 95) sorted by relevance

1234

/external/jemalloc/include/jemalloc/internal/
H A Dsize_classes.h11 * SC(index, lg_delta, size, bin, lg_delta_lookup) tuples.
32 SC( 0, 3, 3, 0, yes, 3) \
33 SC( 1, 3, 3, 1, yes, 3) \
34 SC( 2, 3, 3, 2, yes, 3) \
35 SC( 3, 3, 3, 3, yes, 3) \
37 SC( 4, 5, 3, 1, yes, 3) \
38 SC( 5, 5, 3, 2, yes, 3) \
39 SC( 6, 5, 3, 3, yes, 3) \
40 SC( 7, 5, 3, 4, yes, 3) \
42 SC(
[all...]
/external/libunwind/src/aarch64/
H A Dgen-offsets.c9 #define SC(N,X) \ macro
30 SC ("R0", regs[0]);
31 SC ("R1", regs[1]);
32 SC ("R2", regs[2]);
33 SC ("R3", regs[3]);
34 SC ("R4", regs[4]);
35 SC ("R5", regs[5]);
36 SC ("R6", regs[6]);
37 SC ("R7", regs[7]);
38 SC ("R
[all...]
/external/libunwind/src/arm/
H A Dgen-offsets.c9 #define SC(N,X) \ macro
31 SC ("TRAPNO", trap_no);
32 SC ("ERRORCODE", error_code);
33 SC ("OLDMASK", oldmask);
34 SC ("R0", arm_r0);
35 SC ("R1", arm_r1);
36 SC ("R2", arm_r2);
37 SC ("R3", arm_r3);
38 SC ("R4", arm_r4);
39 SC ("R
[all...]
/external/libunwind/src/sh/
H A Dgen-offsets.c9 #define SC(N,X) \ macro
30 SC ("R0", sc_regs[0]);
31 SC ("R1", sc_regs[1]);
32 SC ("R2", sc_regs[2]);
33 SC ("R3", sc_regs[3]);
34 SC ("R4", sc_regs[4]);
35 SC ("R5", sc_regs[5]);
36 SC ("R6", sc_regs[6]);
37 SC ("R7", sc_regs[7]);
38 SC ("R
[all...]
/external/chromium_org/v8/src/
H A Dcounters.cc78 #define SC(name, caption) \ macro
81 STATS_COUNTER_LIST_1(SC)
82 STATS_COUNTER_LIST_2(SC)
83 #undef SC macro
85 #define SC(name) \ macro
88 INSTANCE_TYPE_LIST(SC)
89 #undef SC macro
91 #define SC(name) \ macro
96 CODE_KIND_LIST(SC)
97 #undef SC macro
99 #define SC macro
105 #undef SC macro
107 #define SC macro
113 #undef SC macro
118 #define SC macro
121 #undef SC macro
123 #define SC macro
127 #undef SC macro
129 #define SC macro
133 #undef SC macro
135 #define SC macro
139 #undef SC macro
141 #define SC macro
145 #undef SC macro
[all...]
H A Dcounters.h380 #define STATS_COUNTER_LIST_1(SC) \
382 SC(global_handles, V8.GlobalHandles) \
384 SC(memory_allocated, V8.OsMemoryAllocated) \
385 SC(normalized_maps, V8.NormalizedMaps) \
386 SC(props_to_dictionary, V8.ObjectPropertiesToDictionary) \
387 SC(elements_to_dictionary, V8.ObjectElementsToDictionary) \
388 SC(alive_after_last_gc, V8.AliveAfterLastGC) \
389 SC(objs_since_last_young, V8.ObjsSinceLastYoung) \
390 SC(objs_since_last_full, V8.ObjsSinceLastFull) \
391 SC(string_table_capacit
581 #define SC macro
585 #undef SC macro
587 #define SC macro
591 #undef SC macro
593 #define SC macro
599 #undef SC macro
601 #define SC macro
607 #undef SC macro
609 #define SC macro
615 #undef SC macro
672 #define SC macro
676 #undef SC macro
678 #define SC macro
682 #undef SC macro
684 #define SC macro
688 #undef SC macro
690 #define SC macro
694 #undef SC macro
696 #define SC macro
700 #undef SC macro
[all...]
/external/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h94 const MCSchedClassDesc *SC) const {
95 return &WriteProcResTable[SC->WriteProcResIdx];
98 const MCSchedClassDesc *SC) const {
99 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
102 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, argument
104 assert(DefIdx < SC->NumWriteLatencyEntries &&
107 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
110 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, argument
115 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC
[all...]
/external/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h89 const MCSchedClassDesc *SC = nullptr) const;
113 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const {
115 return STI->getWriteProcResBegin(SC);
117 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const {
118 return STI->getWriteProcResEnd(SC);
/external/libunwind/src/mips/
H A Dgen-offsets.c8 #define SC(N,X) \ macro
/external/clang/include/clang/Basic/
H A DSpecifiers.h184 inline bool isLegalForFunction(StorageClass SC) { argument
185 return SC <= SC_PrivateExtern;
189 inline bool isLegalForVariable(StorageClass SC) { argument
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Drijndael.py286 SC = 0
288 SC = 1
290 SC = 2
291 s1 = shifts[SC][1][0]
292 s2 = shifts[SC][2][0]
293 s3 = shifts[SC][3][0]
329 SC = 0
331 SC = 1
333 SC = 2
334 s1 = shifts[SC][
[all...]
/external/llvm/lib/CodeGen/
H A DTargetSchedule.cpp78 const MCSchedClassDesc *SC) const {
84 if (!SC)
85 SC = resolveSchedClass(MI);
86 if (SC->isValid())
87 return SC->NumMicroOps;
/external/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp42 SwitchCase *SC; member in struct:__anon17699::CaseInfo
50 CaseInfo() : SC(nullptr), State(St_Unchecked) {}
52 : SC(S), Range(Range), State(St_Unchecked) {}
175 Pass.TA.insertAfterToken(info.SC->getColonLoc(), " {");
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp510 for (SwitchCase *SC = SS->getSwitchCaseList(); SC;
511 SC = SC->getNextSwitchCase()) {
512 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(SC)))
515 if (CaseStmt *CS = dyn_cast<CaseStmt>(SC))
517 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC))
520 Loc = SC->getLocStart();
521 CheckJump(SS, SC, Loc, diag::err_switch_into_protected_scope, 0,
H A DDeclSpec.cpp469 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, argument
482 switch (SC) {
488 PrevSpec = getSpecifierName(SC);
495 PrevSpec = getSpecifierName(SC);
506 if (SC == SCS_auto)
521 SC == SCS_typedef))
522 return BadSpecifier(SC, (SCS)StorageClassSpec, PrevSpec, DiagID);
524 StorageClassSpec = SC;
526 assert((unsigned)SC == StorageClassSpec && "SCS constants overflow bitfield");
1115 if (DeclSpec::SCS SC
[all...]
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h528 template<typename SC, typename RetVal=void>
533 return ((SC*)this)->visitConstant((const SCEVConstant*)S);
535 return ((SC*)this)->visitTruncateExpr((const SCEVTruncateExpr*)S);
537 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
539 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S);
541 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);
543 return ((SC*)this)->visitMulExpr((const SCEVMulExpr*)S);
545 return ((SC*)this)->visitUDivExpr((const SCEVUDivExpr*)S);
547 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S);
549 return ((SC*)thi
[all...]
/external/libpcap/
H A Dtokdefs.h130 SC = 348, enumerator in enum:yytokentype
251 #define SC 348 macro
/external/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp547 CodeGenSchedClass &SC = getSchedClass(SCIdx);
548 if (SC.ProcIndices[0] != 0)
553 if (SC.ItinClassDef->getName() != "NoItinerary") {
556 << SC.ItinClassDef->getName() << '\n';
558 if (!SC.Writes.empty()) {
561 for (IdxIter WI = SC.Writes.begin(), WE = SC.Writes.end(); WI != WE; ++WI)
563 for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI)
665 CodeGenSchedClass &SC
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp336 SubChecker SC =
348 if (SC)
349 (this->*SC)(C, CE);
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni_md.h51 * with Metrowerks, Symantec or MPW with SC you're ok too. For UNIX it shouldn't
157 # error Please upgrade to the latest MPW compiler (SC).
/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp290 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(Consumers[i]))
291 SC->InitializeSema(S);
296 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(Consumers[i]))
297 SC->ForgetSema();
/external/clang/test/CodeGen/
H A Dxcore-stringtype.c22 void builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, argument
/external/clang/test/Sema/
H A Dattr-mode.c27 typedef _Complex double c32 __attribute((mode(SC)));
/external/llvm/lib/TableGen/
H A DSetTheory.cpp305 const std::vector<Record*> &SC = Set->getSuperClasses(); local
306 for (unsigned i = 0, e = SC.size(); i != e; ++i) {
308 if (!dyn_cast<StringInit>(SC[i]->getNameInit()))
310 if (Expander *Exp = Expanders.lookup(SC[i]->getName())) {
/external/clang/include/clang/AST/
H A DStmt.h344 explicit Stmt(StmtClass SC, EmptyShell) { argument
345 StmtBits.sClass = SC;
346 if (StatisticsEnabled) Stmt::addStmtClass(SC);
350 Stmt(StmtClass SC) { argument
351 StmtBits.sClass = SC;
352 if (StatisticsEnabled) Stmt::addStmtClass(SC);
648 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) argument
649 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
652 SwitchCase(StmtClass SC, EmptyShell) argument
653 : Stmt(SC), NextSwitchCas
660 setNextSwitchCase(SwitchCase *SC) argument
983 setSwitchCaseList(SwitchCase *SC) argument
992 addSwitchCase(SwitchCase *SC) argument
1405 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, unsigned numclobbers) argument
1414 AsmStmt(StmtClass SC, EmptyShell Empty) argument
[all...]

Completed in 4911 milliseconds

1234