HomeSort by: relevance | last modified time | path
    Searched defs:Atoms (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nvi/dist/motif/
m_cde.c 48 } Atoms[] = {
59 * fallback colors (or fonts). The only way to tell is to check the atoms
76 /* create our atoms */
77 for (i=0; i< (sizeof(Atoms)/sizeof(Atoms[0])); i++ ) {
79 atom = XInternAtom( d, Atoms[i].name, True );
81 _TRACE( ( "Atom \"%s\" does not exist\n", Atoms[i].name ) );
100 _TRACE( ( "Atom \"%s\" cannot be converted to string\n", Atoms[i].name ) );
104 retval += Atoms[i].value;
108 _TRACE( ( "Atom \"%s\"\n", Atoms[i].name ) )
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AccelTable.h 99 /// structure based on a sequence of Atoms. There are different sub-classes
100 /// derived from AppleAccelTable, which differ in the set of Atoms and how they
219 /// Accelerator Tables. The columns in the table are defined by the static Atoms
240 // static constexpr Atom Atoms[];
297 ArrayRef<AppleAccelTableData::Atom> Atoms);
306 emitAppleAccelTableImpl(Asm, Contents, Prefix, SecBegin, DataT::Atoms);
328 static constexpr Atom Atoms[] = {
347 static constexpr Atom Atoms[] = {
365 static constexpr Atom Atoms[] = {
390 static constexpr Atom Atoms[] =
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AccelTable.cpp 142 /// through a list of Atoms.
145 /// base is used to describe the offset for all forms in the list of atoms.
148 const SmallVector<Atom, 4> Atoms;
151 : DieOffsetBase(Offset), Atoms(AtomList.begin(), AtomList.end()) {}
169 ArrayRef<Atom> Atoms, const MCSymbol *SecBegin)
172 8 + (Atoms.size() * 4)),
173 HeaderData(Atoms), SecBegin(SecBegin) {}
296 Asm->emitInt32(Atoms.size());
298 for (const Atom &A : Atoms) {
541 ArrayRef<AppleAccelTableData::Atom> Atoms) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 100 SmallVector<std::pair<AtomType, Form>, 3> Atoms;

Completed in 21 milliseconds