HomeSort by: relevance | last modified time | path
    Searched refs:Atoms (Results 1 - 7 of 7) 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/mit/xorg/lib/libXmu/
Makefile 9 SRCS= AllCmap.c Atoms.c ClientWin.c Clip.c CloseHook.c CmapAlloc.c \
19 INCS= Atoms.h CharSet.h CloseHook.h Converters.h CurUtil.h \
  /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/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 75 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm));
92 return HdrData.Atoms;
190 StringRef Str = dwarf::AtomValueString(HdrData.Atoms[i].first, *Val);
212 W.printNumber("Number of atoms", uint64_t(HdrData.Atoms.size()));
215 ListScope AtomsScope(W, "Atoms");
217 for (const auto &Atom : HdrData.Atoms) {
262 Values.reserve(HdrData.Atoms.size());
263 for (const auto &Atom : HdrData.Atoms)
279 assert(HdrData->Atoms.size() == Values.size())
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 100 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 125 $(REG_TITLE Atoms, Match single characters )

Completed in 89 milliseconds