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

12 3 4 5 6

  /device/lge/hammerhead/
thermal-engine-hammerhead.conf 108 [SS-CPU0]
109 algo_type ss
116 [SS-CPU1]
117 algo_type ss
124 [SS-CPU2]
125 algo_type ss
132 [SS-CPU3]
133 algo_type ss
140 [SS-POPMEM]
141 algo_type ss
    [all...]
  /external/llvm/include/llvm/Support/
Solaris.h 34 #undef SS
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.c 177 #define SS 4
181 TEST_INSN( &AllMask, SS,addss)
185 TEST_INSN( &AllMask, SS,cmpeqss)
187 TEST_INSN( &AllMask, SS,cmpless)
189 TEST_INSN( &AllMask, SS,cmpltss)
191 TEST_INSN( &AllMask, SS,cmpneqss)
193 TEST_INSN( &AllMask, SS,cmpnless)
195 TEST_INSN( &AllMask, SS,cmpnltss)
197 TEST_INSN( &AllMask, SS,cmpordss)
199 TEST_INSN( &AllMask, SS,cmpunordss
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
pins_arduino.h 53 const static uint8_t SS = 53;
58 const static uint8_t SS = 10;
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 280 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
283 SlotMapping[SS] = NewSS;
284 RevMap[NewSS].push_back(SS);
287 Changed |= (SS != NewSS);
293 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
294 li->weight = SlotWeights[SS];
309 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) {
310 int NewFI = SlotMapping[SS];
    [all...]
LiveVariables.cpp 263 for (MCSubRegIterator SS(SubReg, TRI); SS.isValid(); ++SS)
264 Processed.insert(*SS);
353 for (MCSubRegIterator SS(SubReg, TRI, /*IncludeSelf=*/true); SS.isValid();
354 ++SS)
355 PartUses.insert(*SS);
390 for (MCSubRegIterator SS(SubReg, TRI, /*IncludeSelf=*/true);
391 SS.isValid(); ++SS
    [all...]
VirtRegMap.cpp 74 int SS = MF->getFrameInfo()->CreateSpillStackObject(RC->getSize(),
77 return SS;
106 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) {
110 assert((SS >= 0 ||
111 (SS >= MF->getFrameInfo()->getObjectIndexBegin())) &&
113 Virt2StackSlotMap[virtReg] = SS;
  /external/clang/lib/Parse/
Parser.cpp     [all...]
ParseExprCXX.cpp 78 IdentifierInfo &II, CXXScopeSpec &SS) {
90 if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,
154 /// \param SS the scope specifier that will be set to the parsed
180 bool Parser::ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS,
193 SS);
202 SS = TemplateId->SS;
217 if (Actions.ActOnCXXGlobalScopeSpecifier(getCurScope(), ConsumeToken(), SS))
241 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
242 SS.SetInvalid(SourceRange(DeclLoc, CCLoc))
    [all...]
ParseDeclCXX.cpp 245 CXXScopeSpec SS;
247 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
249 if (SS.isInvalid() || Tok.isNot(tok::identifier)) {
266 SS, IdentLoc, Ident);
398 CXXScopeSpec SS;
400 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
406 if (SS.isInvalid() || Tok.isNot(tok::identifier)) {
432 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
453 CXXScopeSpec SS;
473 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false
    [all...]
ParseTemplate.cpp 797 /// \param SS if non-NULL, the nested-name-specifier preceding the
807 const CXXScopeSpec &SS,
844 /// (\p SS). Otherwise, the annotation token is a template-id
    [all...]
  /external/clang/test/Parser/
cxx0x-decl.cpp 39 struct SS {
  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 149 void RSASTReplace::VisitSwitchStmt(clang::SwitchStmt *SS) {
150 if (matchesExpr(SS->getCond())) {
151 SS->setCond(mNewExpr);
153 VisitStmt(SS);
slang_rs_ast_replace.h 77 void VisitSwitchStmt(clang::SwitchStmt *SS);
  /external/chromium_org/third_party/opus/src/silk/
resampler_private_IIR_FIR.c 65 void *SS, /* I/O Resampler state */
71 silk_resampler_state_struct *S = (silk_resampler_state_struct *)SS;
resampler_private_up2_HQ.c 105 void *SS, /* I/O Resampler state (unused) */
111 silk_resampler_state_struct *S = (silk_resampler_state_struct *)SS;
  /external/clang/test/Analysis/
array-struct-region.c 153 } SS;
156 SS vals;
171 SS vals;
198 SS vals;
214 SS vals[4];
239 SS vals[4];
326 SS vals;
347 SS vals[4];
  /external/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp 162 const StreamState *SS = State->get<StreamMap>(FileDesc);
163 if (SS && SS->isClosed()) {
173 static bool isLeaked(SymbolRef Sym, const StreamState &SS,
175 if (IsSymDead && SS.isOpened()) {
  /external/clang/include/clang/Sema/
TypoCorrection.h 186 void setCorrectionRange(CXXScopeSpec* SS,
188 CorrectionRange.setBegin(ForceSpecifierReplacement && SS
189 ? SS->getBeginLoc()
  /external/clang/lib/Sema/
SemaTemplate.cpp 135 CXXScopeSpec &SS,
168 LookupTemplateName(R, S, SS, ObjectType, EnteringContext,
195 if (SS.isSet() && !SS.isInvalid()) {
197 = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
224 const CXXScopeSpec *SS,
230 if (!SS || !SS->isSet() || !isDependentScopeSpecifier(*SS) ||
231 computeDeclContext(*SS))
    [all...]
  /external/clang/test/CodeGen/
struct.c 158 struct __attribute__((packed)) SS { long double a; char b; } SS;
  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
103 virtual LatticeVal ComputeInstructionState(Instruction &I, SparseSolver &SS) {
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.h 47 StringRef RS, StringRef SS, StringRef SOS, StringRef AOS,
50 RangeSection(RS), StringSection(SS), StringOffsetSection(SOS),
  /external/chromium_org/third_party/openssl/openssl/crypto/ui/
ui_openssl.c 522 if (status != SS$_NORMAL)
525 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
547 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
569 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
  /external/openssl/crypto/ui/
ui_openssl.c 522 if (status != SS$_NORMAL)
525 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
547 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
569 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))

Completed in 831 milliseconds

12 3 4 5 6