| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Xintatom.h | 15 } EntryRec, *Entry; typedef in typeref:struct:_Entry * 17 #define RESERVED ((Entry) 1) 22 Entry table[TABLESIZE];
|
| H A D | Quarks.c | 66 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 D | GetAtomNm.c | 39 register Entry *table; 41 register Entry e;
|
| H A D | IntAtom.c | 42 register Entry *table; 44 register Entry e; 70 Entry e; 124 Entry e, oe;
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | colormapst.h | 83 } 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 D | colormapst.h | 92 } Entry; typedef in typeref:struct:_CMEntry 126 Entry *red; 127 Entry *green; 128 Entry *blue;
|
| /xsrc/external/mit/MesaLib/src/intel/genxml/ |
| H A D | gen11_pack.h | 2628 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 D | gen125_pack.h | 2806 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 D | gen12_pack.h | 2751 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 D | parser.y | 91 %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 D | xrdb.c | 96 } 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 D | x68kGraph.c | 356 register Entry *pent;
|
| /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/ |
| H A D | x68kGraph.c | 354 register Entry *pent;
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessCommon.c | 113 Entry *ent = map->red + i;
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessCommon.c | 112 Entry *ent = map->red + i;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunCfb.c | 150 register Entry *pent;
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunCfb.c | 150 register Entry *pent;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | colormap.c | 270 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 D | colormap.c | 254 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 D | genX_state.c | 96 calculate_pixel_hashing_table(16, 16, 3, 3, flip, table.Entry[0]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv.core.grammar.json | 141 { "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 D | spirv.core.grammar.json | 260 { "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 D | iris_state.c | 862 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 D | 20.3.0.rst | 2708 - spirv: Improve the "Entry point not found" error message
|