HomeSort by relevance Sort by last modified time
    Searched refs:SC (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/jemalloc/include/jemalloc/internal/
size_classes.h 11 * 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( 8, 6, 4, 1, yes, 4)
    [all...]
  /external/libunwind/src/aarch64/
gen-offsets.c 9 #define SC(N,X) \
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 ("R8", regs[8])
    [all...]
  /external/libunwind/src/arm/
gen-offsets.c 9 #define SC(N,X) \
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 ("R5", arm_r5)
    [all...]
  /external/libunwind/src/sh/
gen-offsets.c 9 #define SC(N,X) \
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 ("R8", sc_regs[8])
    [all...]
  /external/chromium_org/v8/src/
counters.cc 78 #define SC(name, caption) \
81 STATS_COUNTER_LIST_1(SC)
82 STATS_COUNTER_LIST_2(SC)
83 #undef SC
85 #define SC(name) \
88 INSTANCE_TYPE_LIST(SC)
89 #undef SC
91 #define SC(name) \
96 CODE_KIND_LIST(SC)
97 #undef SC
    [all...]
counters.h 380 #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_capacity, V8.StringTableCapacity)
    [all...]
  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 94 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,
104 assert(DefIdx < SC->NumWriteLatencyEntries &&
107 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
110 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
115 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 89 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/
gen-offsets.c 8 #define SC(N,X) \
  /external/clang/include/clang/Basic/
Specifiers.h 184 inline bool isLegalForFunction(StorageClass SC) {
185 return SC <= SC_PrivateExtern;
189 inline bool isLegalForVariable(StorageClass SC) {
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 528 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*)this)->visitSMaxExpr((const SCEVSMaxExpr*)S)
    [all...]
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 78 const MCSchedClassDesc *SC) const {
84 if (!SC)
85 SC = resolveSchedClass(MI);
86 if (SC->isValid())
87 return SC->NumMicroOps;
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 286 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][1][1
    [all...]
  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 42 SwitchCase *SC;
50 CaseInfo() : SC(nullptr), State(St_Unchecked) {}
52 : SC(S), Range(Range), State(St_Unchecked) {}
175 Pass.TA.insertAfterToken(info.SC->getColonLoc(), " {");
  /frameworks/compile/slang/
slang_rs_ast_replace.h 75 void VisitSwitchCase(clang::SwitchCase *SC);
slang_rs_ast_replace.cpp 134 void RSASTReplace::VisitSwitchCase(clang::SwitchCase *SC) {
136 VisitStmt(SC);
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 510 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,
DeclSpec.cpp 469 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc,
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");
    [all...]
  /external/libpcap/
tokdefs.h 130 SC = 348,
251 #define SC 348
  /external/clang/include/clang/AST/
Stmt.h 344 explicit Stmt(StmtClass SC, EmptyShell) {
345 StmtBits.sClass = SC;
346 if (StatisticsEnabled) Stmt::addStmtClass(SC);
350 Stmt(StmtClass SC) {
351 StmtBits.sClass = SC;
352 if (StatisticsEnabled) Stmt::addStmtClass(SC);
648 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
649 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
652 SwitchCase(StmtClass SC, EmptyShell)
653 : Stmt(SC), NextSwitchCase(nullptr) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java 113 private final class SC implements ServiceConnection, IBinder.DeathRecipient {
158 private SC mServiceConnection;
239 mServiceConnection = new SC();
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 547 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 = SchedClasses.back()
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 336 SubChecker SC =
348 if (SC)
349 (this->*SC)(C, CE);
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jni_md.h 51 * 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/
MultiplexConsumer.cpp 290 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(Consumers[i]))
291 SC->InitializeSema(S);
296 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(Consumers[i]))
297 SC->ForgetSema();

Completed in 810 milliseconds

1 2 3 4 5