| /third_party/musl/porting/liteos_a/kernel/src/string/ |
| H A D | memchr.c | 5 #define SS (sizeof(size_t)) macro
|
| /third_party/musl/src/string/ |
| H A D | memchr.c | 5 #define SS (sizeof(size_t)) macro
|
| /third_party/musl/porting/liteos_m/kernel/src/string/ |
| H A D | memchr.c | 5 #define SS (sizeof(size_t)) macro
|
| /third_party/musl/porting/uniproton/kernel/src/string/ |
| H A D | memchr.c | 5 #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 D | NativeEnumGlobals.cpp | 27 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 D | MCSymbolELF.h | 22 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize() argument
|
| H A D | MCSymbolWasm.h | 41 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize() argument
|
| /third_party/musl/arch/i386/bits/ |
| H A D | reg.h | 19 #define SS 16 macro
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFCompileUnit.h | 19 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 D | DWARFTypeUnit.h | 27 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 D | regset.h | 23 #undef SS macro
|
| /third_party/musl/arch/x32/bits/ |
| H A D | reg.h | 23 #define SS 20 macro
|
| /third_party/musl/arch/x86_64/bits/ |
| H A D | reg.h | 23 #define SS 20 macro
|
| /third_party/openssl/test/ |
| H A D | stack_test.c | 32 } SS; typedef [all...] |
| /third_party/json/tests/thirdparty/Fuzzer/ |
| H A D | FuzzerSHA1.cpp | 210 std::stringstream SS; in Sha1ToString() local
|
| /third_party/node/deps/openssl/openssl/crypto/seed/ |
| H A D | seed.c | 55 # undef SS macro 66 static const seed_word SS[4][256] = { variable
|
| /third_party/openssl/crypto/seed/ |
| H A D | seed.c | 55 # undef SS macro 66 static const seed_word SS[4][256] = { variable
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | x86_64.rs | 141 pub const SS: ::c_int = 20; consts
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | StackSlotColoring.cpp | 334 int SS = Register::stackSlot2Index(li->reg); in ColorSlots() local 347 int SS = Register::stackSlot2Index(li->reg); in ColorSlots() local [all...] |
| H A D | VirtRegMap.cpp | 96 int SS = MF->getFrameInfo().CreateSpillStackObject(Size, Align); in createSpillSlot() local 127 void VirtRegMap::assignVirt2StackSlot(Register virtReg, int SS) { in assignVirt2StackSlot() argument
|
| H A D | RegAllocFast.cpp | 250 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 D | CalledValuePropagation.cpp | 242 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 D | DWARFUnit.cpp | 59 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 D | CodeViewYAMLDebugSections.cpp | 374 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 D | X86MCCodeEmitter.cpp | 606 unsigned SS = SSTable[Scale.getImm()]; in emitMemModRMByte() local
|