HomeSort by relevance Sort by last modified time
    Searched refs:Atom (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xatom.h 9 #define XA_PRIMARY ((Atom) 1)
10 #define XA_SECONDARY ((Atom) 2)
11 #define XA_ARC ((Atom) 3)
12 #define XA_ATOM ((Atom) 4)
13 #define XA_BITMAP ((Atom) 5)
14 #define XA_CARDINAL ((Atom) 6)
15 #define XA_COLORMAP ((Atom) 7)
16 #define XA_CURSOR ((Atom) 8)
17 #define XA_CUT_BUFFER0 ((Atom) 9)
18 #define XA_CUT_BUFFER1 ((Atom) 10
    [all...]
Xdefs.h 38 typedef unsigned long Atom;
40 typedef CARD32 Atom;
XKBlib.h 200 Atom name; /* "name" of requested bell */
342 typedef Atom (*XkbInternAtomFunc)(
350 Atom /* atom */
436 Atom /* name */
454 Atom /* name */
461 Atom /* name */
473 Atom /* name */
540 Atom /* name */,
552 Atom /* name */
    [all...]
Xutil.h 159 Atom encoding; /* prop type */
441 Atom /* property */
448 Atom /* property */
455 Atom /* property */
462 Atom /* property */
507 Atom /* property */
601 Atom /* property */
608 Atom /* property */
626 Atom /* property */
699 Atom /* property *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xatom.h 9 #define XA_PRIMARY ((Atom) 1)
10 #define XA_SECONDARY ((Atom) 2)
11 #define XA_ARC ((Atom) 3)
12 #define XA_ATOM ((Atom) 4)
13 #define XA_BITMAP ((Atom) 5)
14 #define XA_CARDINAL ((Atom) 6)
15 #define XA_COLORMAP ((Atom) 7)
16 #define XA_CURSOR ((Atom) 8)
17 #define XA_CUT_BUFFER0 ((Atom) 9)
18 #define XA_CUT_BUFFER1 ((Atom) 10
    [all...]
Xdefs.h 38 typedef unsigned long Atom;
40 typedef CARD32 Atom;
XKBlib.h 198 Atom name; /* "name" of requested bell */
340 typedef Atom (*XkbInternAtomFunc)(
348 Atom /* atom */
434 Atom /* name */
452 Atom /* name */
459 Atom /* name */
471 Atom /* name */
538 Atom /* name */,
550 Atom /* name */
    [all...]
Xutil.h 157 Atom encoding; /* prop type */
439 Atom /* property */
446 Atom /* property */
453 Atom /* property */
460 Atom /* property */
505 Atom /* property */
599 Atom /* property */
606 Atom /* property */
624 Atom /* property */
697 Atom /* property *
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCModule.cpp 23 // Create the new atom and add it to our maps.
30 // remap - Update the interval mapping for an atom.
31 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) {
33 IntervalMap<uint64_t, MCAtom*>::iterator I = OffsetMap.find(Atom->Begin);
34 assert(I.valid() && "Atom offset not found in module!");
35 assert(*I == Atom && "Previous atom mapping was invalid!");
39 OffsetMap.insert(NewBegin, NewEnd, Atom);
41 // Update the atom internal bounds.
42 Atom->Begin = NewBegin
    [all...]
  /build/make/core/combo/arch/x86/
atom.mk 2 # 'x86-atom' arch variant. This is an extension of the 'x86' base variant
3 # that adds Atom-specific features.
9 ARCH_X86_HAVE_POPCNT := false # popcnt is not supported by current Atom CPUs
x86_64.mk 8 ARCH_X86_HAVE_MOVBE := false # Only supported on Atom.
  /external/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 62 for (const auto &Atom: HdrData.Atoms) {
63 OS << format("Atom[%d] Type: ", i++);
64 if (const char *TypeString = dwarf::AtomTypeString(Atom.first))
67 OS << format("DW_ATOM_Unknown_0x%x", Atom.first);
69 if (const char *FormString = dwarf::FormEncodingString(Atom.second))
72 OS << format("DW_FORM_Unknown_0x%x", Atom.second);
74 AtomForms.push_back(DWARFFormValue(Atom.second));
118 for (auto &Atom : AtomForms) {
119 OS << format("{Atom[%d]: ", i++);
120 if (Atom.extractValue(AccelSection, &DataOffset, nullptr)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
rexpr.h 1 #define Atom 256 /* token Atom (an impossible char value) */
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCModule.h 29 /// Each atom represents a contiguous range of either instructions or data.
46 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd);
  /build/make/core/combo/arch/x86_64/
x86_64.mk 9 ARCH_X86_HAVE_MOVBE := false # Only supported on Atom.
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11.hpp 87 Atom getDeleteAtom (void) { return m_deleteAtom; }
96 Atom m_deleteAtom;
  /prebuilts/go/darwin-x86/src/encoding/xml/
atom_test.go 10 XMLName: Name{"http://www.w3.org/2005/Atom", "feed"},
19 Title: "Atom-Powered Robots Run Amok",
29 `<feed xmlns="http://www.w3.org/2005/Atom" updated="2003-12-13T18:30:02Z">` +
35 `<title>Atom-Powered Robots Run Amok</title>` +
  /prebuilts/go/linux-x86/src/encoding/xml/
atom_test.go 10 XMLName: Name{"http://www.w3.org/2005/Atom", "feed"},
19 Title: "Atom-Powered Robots Run Amok",
29 `<feed xmlns="http://www.w3.org/2005/Atom" updated="2003-12-13T18:30:02Z">` +
35 `<title>Atom-Powered Robots Run Amok</title>` +
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 108 Atom name;
119 Atom name;
134 Atom name;
150 Atom name;
171 Atom name;
187 Atom name;
232 Atom name;
264 Atom name;
273 Atom name;
350 Atom /* name */
    [all...]
Xfixes.h 69 Atom selection;
83 Atom cursor_name;
93 Atom atom; /* Version >= 2 only */ member in struct:__anon54123
109 Atom atom; member in struct:__anon54124
136 Atom selection,
223 XFixesGetCursorName (Display *dpy, Cursor cursor, Atom *atom);
XInput2.h 112 Atom *labels;
129 Atom label;
320 Atom property;
598 extern Atom *XIListProperties(
607 Atom property,
608 Atom type,
619 Atom property
626 Atom property,
630 Atom type,
631 Atom *type_return
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 108 Atom name;
119 Atom name;
134 Atom name;
150 Atom name;
171 Atom name;
187 Atom name;
232 Atom name;
264 Atom name;
273 Atom name;
350 Atom /* name */
    [all...]
XInput2.h 111 Atom *labels;
128 Atom label;
310 Atom property;
566 extern Atom *XIListProperties(
575 Atom property,
576 Atom type,
587 Atom property
594 Atom property,
598 Atom type,
599 Atom *type_return
    [all...]
Xfixes.h 69 Atom selection;
83 Atom cursor_name;
93 Atom atom; /* Version >= 2 only */ member in struct:__anon55984
109 Atom atom; member in struct:__anon55985
136 Atom selection,
223 XFixesGetCursorName (Display *dpy, Cursor cursor, Atom *atom);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 112 // is as a list of atoms (atom_count) where each atom contains a type
125 struct Atom {
129 LLVM_CONSTEXPR Atom(uint16_t type, uint16_t form)
143 SmallVector<Atom, 3> Atoms;
145 TableHeaderData(ArrayRef<Atom> AtomList, uint32_t offset = 0)
246 DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom>);

Completed in 352 milliseconds

1 2 3 4 5