Searched refs:Entry (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DXintatom.h15 } EntryRec, *Entry; typedef in typeref:struct:_Entry *
17 #define RESERVED ((Entry) 1)
22 Entry table[TABLESIZE];
H A DQuarks.c66 typedef unsigned long Entry; /* don't confuse with EntryRec from Xintatom.h */ typedef in typeref:typename:unsigned long
70 static Entry zero = 0;
71 static Entry *quarkTable = &zero; /* crock */
84 #define LARGEQUARK ((Entry)0x80000000L)
179 register Entry *oldentries, *entries;
180 register Entry entry;
209 entries = Xcalloc(newmask + 1, sizeof(Entry));
244 register Entry entry;
H A DGetAtomNm.c39 register Entry *table;
41 register Entry e;
H A DIntAtom.c42 register Entry *table;
44 register Entry e;
70 Entry e;
124 Entry e, oe;
/xsrc/external/mit/xorg-server/dist/include/
H A Dcolormapst.h83 } Entry; typedef in typeref:struct:_CMEntry
105 Entry *red;
106 Entry *green;
107 Entry *blue;
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dcolormapst.h92 } Entry; typedef in typeref:struct:_CMEntry
126 Entry *red;
127 Entry *green;
128 Entry *blue;
/xsrc/external/mit/MesaLib/src/intel/genxml/
H A Dgen11_pack.h2628 uint32_t Entry[16][16]; member in struct:GFX11_SLICE_HASH_TABLE
2639 __gen_uint(values->Entry[0][0], 0, 3) |
2640 __gen_uint(values->Entry[0][1], 4, 7) |
2641 __gen_uint(values->Entry[0][2], 8, 11) |
2642 __gen_uint(values->Entry[0][3], 12, 15) |
2643 __gen_uint(values->Entry[0][4], 16, 19) |
2644 __gen_uint(values->Entry[0][5], 20, 23) |
2645 __gen_uint(values->Entry[0][6], 24, 27) |
2646 __gen_uint(values->Entry[0][7], 28, 31);
2649 __gen_uint(values->Entry[
[all...]
H A Dgen125_pack.h2806 uint32_t Entry[16][16]; member in struct:GFX125_SLICE_HASH_TABLE
2817 __gen_uint(values->Entry[0][0], 0, 3) |
2818 __gen_uint(values->Entry[0][1], 4, 7) |
2819 __gen_uint(values->Entry[0][2], 8, 11) |
2820 __gen_uint(values->Entry[0][3], 12, 15) |
2821 __gen_uint(values->Entry[0][4], 16, 19) |
2822 __gen_uint(values->Entry[0][5], 20, 23) |
2823 __gen_uint(values->Entry[0][6], 24, 27) |
2824 __gen_uint(values->Entry[0][7], 28, 31);
2827 __gen_uint(values->Entry[
[all...]
H A Dgen12_pack.h2751 uint32_t Entry[16][16]; member in struct:GFX12_SLICE_HASH_TABLE
2762 __gen_uint(values->Entry[0][0], 0, 3) |
2763 __gen_uint(values->Entry[0][1], 4, 7) |
2764 __gen_uint(values->Entry[0][2], 8, 11) |
2765 __gen_uint(values->Entry[0][3], 12, 15) |
2766 __gen_uint(values->Entry[0][4], 16, 19) |
2767 __gen_uint(values->Entry[0][5], 20, 23) |
2768 __gen_uint(values->Entry[0][6], 24, 27) |
2769 __gen_uint(values->Entry[0][7], 28, 31);
2772 __gen_uint(values->Entry[
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dparser.y91 %type <entry> Program EntryList Entry
98 EntryList : Entry
99 | EntryList Entry { APPEND(DMXConfigEntryPtr,$1,$2); $$ = $1; }
102 Entry : Virtual { $$ = dmxConfigEntryVirtual($1); } label
/xsrc/external/mit/xrdb/dist/
H A Dxrdb.c96 } Entry; typedef in typeref:struct:_Entry
104 Entry *entry;
242 e->entry = mallocarray(INIT_ENTRY_SIZE, sizeof(Entry));
261 AddEntry(Entries *e, Entry *entry)
281 e->entry = reallocarray(e->entry, e->room, 2 * sizeof(Entry));
293 return strcmp(((const Entry *) e1)->tag, ((const Entry *) e2)->tag);
297 AppendEntryToBuffer(Buffer *b, Entry *entry)
333 Entry entry;
701 static Entry *
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
H A Dx68kGraph.c356 register Entry *pent;
/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A Dx68kGraph.c354 register Entry *pent;
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessCommon.c113 Entry *ent = map->red + i;
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessCommon.c112 Entry *ent = map->red + i;
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunCfb.c150 register Entry *pent;
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunCfb.c150 register Entry *pent;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c270 sizebytes = (size * sizeof(Entry)) +
298 sizebytes = size * sizeof(Entry);
588 memmove((char *)pmap->red, (char *)pSrc->red, size * sizeof(Entry));
591 memmove((char *)pmap->green, (char *)pSrc->green, size * sizeof(Entry));
592 memmove((char *)pmap->blue, (char *)pSrc->blue, size * sizeof(Entry));
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c254 sizebytes = (size * sizeof(Entry)) +
277 sizebytes = size * sizeof(Entry);
549 memmove((char *) pmap->red, (char *) pSrc->red, size * sizeof(Entry));
552 size * sizeof(Entry));
554 size * sizeof(Entry));
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_state.c96 calculate_pixel_hashing_table(16, 16, 3, 3, flip, table.Entry[0]);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.core.grammar.json141 { "kind" : "IdRef", "name" : "'Entry Point'" },
150 { "kind" : "IdRef", "name" : "'Entry Point'" },
3145 { "kind" : "IdRef", "name" : "'Entry Point'" },
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.core.grammar.json260 { "kind" : "IdRef", "name" : "'Entry Point'" },
270 { "kind" : "IdRef", "name" : "'Entry Point'" },
3558 { "kind" : "IdRef", "name" : "'Entry Point'" },
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c862 calculate_pixel_hashing_table(16, 16, 3, 3, flip, table.Entry[0]);
3991 * 3DSTATE_SF DWord 1 bits 15:11, "Vertex URB Entry Read Length":
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst2708 - spirv: Improve the "Entry point not found" error message

Completed in 345 milliseconds