Home
last modified time | relevance | path

Searched defs:Atom (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/compute/test/
Dtest_struct.cpp31 struct Atom struct
33 Atom(float _x, float _y, float _z, int _number) in Atom() function
46 // adapt the chemistry::Atom class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAccelTable.h225 struct Atom { struct
231 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() argument
239 // static constexpr Atom Atoms[]; argument
/third_party/ffmpeg/libavformat/
Dr3d.c35 typedef struct Atom { struct
39 } Atom; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp28 struct Atom { struct
29 unsigned Value;
40 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom()
96 for (auto Atom : getAtomsDesc()) { in validateForms() local
120 for (auto Atom : getAtomsDesc()) { in readAtoms() local
185 for (auto &Atom : AtomForms) { in dumpName() local
217 for (const auto &Atom : HdrData.Atoms) { in dump() local
263 for (const auto &Atom : HdrData.Atoms) in Entry() local
272 for (auto &Atom : Values) in extract() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp116 using Atom = AppleAccelTableData::Atom; typedef in __anon106ebc770311::AppleAccelTableWriter
638 for (auto Atom : Atoms) in print() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCFragment.h57 const MCSymbol *Atom; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DDwarf.cpp638 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { in AtomValueString()
/third_party/python/Lib/email/
D_header_value_parser.py208 class Atom(TokenList): class
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h134 } Atom; typedef