Home
last modified time | relevance | path

Searched refs:SN (Results 1 – 25 of 658) sorted by relevance

12345678910>>...27

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp137 Expected<uint32_t> SN = allocateNamedStream("/LinkInfo", 0); in finalizeMsfLayout() local
138 if (!SN) in finalizeMsfLayout()
139 return SN.takeError(); in finalizeMsfLayout()
158 SN = allocateNamedStream("/names", StringsLen); in finalizeMsfLayout()
159 if (!SN) in finalizeMsfLayout()
160 return SN.takeError(); in finalizeMsfLayout()
198 SN = allocateNamedStream("/src/headerblock", SrcHeaderBlockSize); in finalizeMsfLayout()
199 if (!SN) in finalizeMsfLayout()
200 return SN.takeError(); in finalizeMsfLayout()
202 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize()); in finalizeMsfLayout()
[all …]
DPDBFile.cpp238 PDBFile::createIndexedStream(uint16_t SN) const { in createIndexedStream()
239 if (SN == kInvalidStreamIndex) in createIndexedStream()
241 return MappedBlockStream::createIndexedStream(ContainerLayout, *Buffer, SN, in createIndexedStream()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLTraits.cpp214 if (ScalarHNode *SN = dyn_cast<ScalarHNode>(CurrentNode)) { in beginSequence() local
215 if (isNull(SN->value())) in beginSequence()
268 if (ScalarHNode *SN = dyn_cast<ScalarHNode>(CurrentNode)) { in matchEnumScalar() local
269 if (SN->value().equals(Str)) { in matchEnumScalar()
307 if (ScalarHNode *SN = dyn_cast<ScalarHNode>(N.get())) { in bitSetMatch() local
308 if (SN->value().equals(Str)) { in bitSetMatch()
338 if (ScalarHNode *SN = dyn_cast<ScalarHNode>(CurrentNode)) { in scalarString() local
339 S = SN->value(); in scalarString()
373 if (ScalarNode *SN = dyn_cast<ScalarNode>(N)) { in createHNodes() local
374 StringRef KeyStr = SN->getValue(StringStorage); in createHNodes()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonOptAddrMode.cpp102 bool isSafeToExtLR(NodeAddr<StmtNode *> SN, MachineInstr *MI,
104 void getAllRealUses(NodeAddr<StmtNode *> SN, NodeList &UNodeList);
284 bool HexagonOptAddrMode::isSafeToExtLR(NodeAddr<StmtNode *> SN, in isSafeToExtLR() argument
291 for (NodeAddr<UseNode *> UA : SN.Addr->members_if(DFG->IsUse, *DFG)) { in isSafeToExtLR()
355 NodeAddr<StmtNode *> SN = UN.Addr->getOwner(*DFG); in processAddUses() local
356 MachineInstr *MI = SN.Addr->getCode(); in processAddUses()
442 NodeAddr<StmtNode *> SN = UN.Addr->getOwner(*DFG); in analyzeUses() local
443 MachineInstr &MI = *SN.Addr->getCode(); in analyzeUses()
456 getAllRealUses(SN, AddaslUseList); in analyzeUses()
458 if (allValidCandidates(SN, AddaslUseList) && in analyzeUses()
[all …]
/third_party/musl/src/math/
Dtgammal.c162 static const long double SN[9] = { variable
270 q = z / (x * __polevll(x, SN, 8)); in tgammal()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dtgammal.c162 static const long double SN[9] = { variable
270 q = z / (x * __polevll(x, SN, 8)); in tgammal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDDG.h354 auto *SN = new SimpleDDGNode(I); in createFineGrainedNode() local
355 assert(SN && "Failed to allocate memory for simple DDG node."); in createFineGrainedNode()
356 Graph.addNode(*SN); in createFineGrainedNode()
357 return *SN; in createFineGrainedNode()
/third_party/node/test/fixtures/x509-escaping/
Dalt-16-cert.pem24 7XF3i6Tu74EbBL/mP/0xoHausW9Yo8HZhXjm5k9P7m9xxlq2JSSXeQCLbKFT/SN+
/third_party/openssl/test/certs/
Dbadalt5-key.pem25 +SN+cG5tLH7HjbI9C4XBYVbxXHIvg/nSzFRxBbC2ZFetJ27xvweM1J/Clk7d1Lvq
/third_party/skia/third_party/externals/icu/source/data/region/
Dfa_AF.txt85 SN{"سینیگال"}
Dnn.txt48 UN{"SN"}
Dyi.txt193 SN{"סענעגאַל"}
Dshi.txt188 SN{"ⵙⵙⵉⵏⵉⴳⴰⵍ"}
Dzgh.txt190 SN{"ⵙⵙⵉⵏⵉⴳⴰⵍ"}
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Dfa_AF.txt85 SN{"سینیگال"}
Dyi.txt193 SN{"סענעגאַל"}
Dnn.txt247 SN{"Senegal"}
276 UN{"SN"}
Dshi.txt188 SN{"ⵙⵙⵉⵏⵉⴳⴰⵍ"}
Dzgh.txt190 SN{"ⵙⵙⵉⵏⵉⴳⴰⵍ"}
Ddyo.txt107 SN{"Senegal"}
/third_party/icu/icu4c/source/data/region/
Dfa_AF.txt85 SN{"سینیگال"}
Dnn.txt48 UN{"SN"}
Dyi.txt193 SN{"סענעגאַל"}
Dshi.txt188 SN{"ⵙⵙⵉⵏⵉⴳⴰⵍ"}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGraphWriter.h110 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { in GraphWriter() argument
111 DTraits = DOTTraits(SN); in GraphWriter()

12345678910>>...27