Home
last modified time | relevance | path

Searched defs:SS (Results 1 - 25 of 36) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dmemchr.c5 #define SS (sizeof(size_t)) macro
/third_party/musl/src/string/
H A Dmemchr.c5 #define SS (sizeof(size_t)) macro
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dmemchr.c5 #define SS (sizeof(size_t)) macro
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dmemchr.c5 #define SS (sizeof(size_t)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumGlobals.cpp27 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbolELF.h22 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize() argument
H A DMCSymbolWasm.h41 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize() argument
/third_party/musl/arch/i386/bits/
H A Dreg.h19 #define SS 16 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFCompileUnit() argument
H A DDWARFTypeUnit.h27 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFTypeUnit() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Solaris/sys/
H A Dregset.h23 #undef SS macro
/third_party/musl/arch/x32/bits/
H A Dreg.h23 #define SS 20 macro
/third_party/musl/arch/x86_64/bits/
H A Dreg.h23 #define SS 20 macro
/third_party/openssl/test/
H A Dstack_test.c32 } SS; typedef
[all...]
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerSHA1.cpp210 std::stringstream SS; in Sha1ToString() local
/third_party/node/deps/openssl/openssl/crypto/seed/
H A Dseed.c55 # undef SS macro
66 static const seed_word SS[4][256] = { variable
/third_party/openssl/crypto/seed/
H A Dseed.c55 # undef SS macro
66 static const seed_word SS[4][256] = { variable
/third_party/rust/crates/libc/src/fuchsia/
H A Dx86_64.rs141 pub const SS: ::c_int = 20; consts
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp334 int SS = Register::stackSlot2Index(li->reg); in ColorSlots() local
347 int SS = Register::stackSlot2Index(li->reg); in ColorSlots() local
[all...]
H A DVirtRegMap.cpp96 int SS = MF->getFrameInfo().CreateSpillStackObject(Size, Align); in createSpillSlot() local
127 void VirtRegMap::assignVirt2StackSlot(Register virtReg, int SS) { in assignVirt2StackSlot() argument
H A DRegAllocFast.cpp250 int SS = StackSlotForVirtReg[VirtReg]; in getStackSpaceFor() local
1228 int SS = StackSlotForVirtReg[Reg]; in handleDebugValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp242 visitReturn(ReturnInst &I, DenseMap<CVPLatticeKey, CVPLatticeVal> &ChangedValues, SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) visitReturn() argument
258 visitCallSite(CallSite CS, DenseMap<CVPLatticeKey, CVPLatticeVal> &ChangedValues, SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) visitCallSite() argument
303 visitSelect(SelectInst &I, DenseMap<CVPLatticeKey, CVPLatticeVal> &ChangedValues, SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) visitSelect() argument
316 visitLoad(LoadInst &I, DenseMap<CVPLatticeKey, CVPLatticeVal> &ChangedValues, SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) visitLoad() argument
332 visitStore(StoreInst &I, DenseMap<CVPLatticeKey, CVPLatticeVal> &ChangedValues, SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) visitStore() argument
346 visitInst(Instruction &I, DenseMap<CVPLatticeKey, CVPLatticeVal> &ChangedValues, SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) visitInst() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp59 addUnitsImpl( DWARFContext &Context, const DWARFObject &Obj, const DWARFSection &Section, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, bool Lazy, DWARFSectionKind SectionKind) addUnitsImpl() argument
171 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFUnit() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp374 auto SS = std::make_shared<YAMLChecksumsSubsection>(); in mapping() local
891 fromCodeViewSubection(const StringsAndChecksumsRef &SC, const DebugSubsectionRecord &SS) fromCodeViewSubection() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp606 unsigned SS = SSTable[Scale.getImm()]; in emitMemModRMByte() local

Completed in 16 milliseconds

12