HomeSort by: relevance | last modified time | path
    Searched refs:Tag (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/xf86-video-geode/dist/src/
geode_ddc.c 83 PCITAG Tag;
85 Tag = pciFindFirst(CS5536_ISA_DEVICE, 0xFFFFFFFF);
87 if (Tag == PCI_NOT_FOUND) {
88 Tag = pciFindFirst(CS5535_ISA_DEVICE, 0xFFFFFFFF);
90 if (Tag == PCI_NOT_FOUND)
95 return (unsigned short) (pciReadLong(Tag, 0x14) & ~1);
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atividmem.c 208 PCITAG Tag = PCI_CFG_TAG(pVideo);
210 pciVideoPtr Tag = pVideo;
228 Tag, 0x000A0000U, 0x00010000U);
230 (void) pci_device_map_legacy(Tag, 0x000A0000U, 0x00010000U,
250 Tag, pATI->LinearBase, pATI->LinearSize);
303 pATI->pMemoryLE = xf86MapPciMem(iScreen, VIDMEM_MMIO, Tag,
352 Tag, MMIOBase, PageSize);
428 Tag, CursorBase, PageSize);
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
wofftypes.h 72 * Tag ::
73 * A four-bytes tag describing the table.
95 FT_ULong Tag; /* table ID */
194 FT_ULong Tag; /* table file offset */
tttypes.h 59 * tag ::
75 FT_ULong tag; member in struct:TTC_HeaderRec_
93 * The font format tag.
129 * Tag ::
130 * A four-bytes tag describing the table.
144 FT_ULong Tag; /* table type */
244 * A structure modeling language tag records in SFNT 'name' tables,
296 * An array of language tag records.
1011 * tag ::
1012 * A 4-byte tag used to name the table
    [all...]
  /xsrc/external/mit/freetype/dist/src/sfnt/
sfwoff.c 194 /* tag value, the tables themselves are not. We thus have to */
202 " tag offset compLen origLen checksum\n"
212 table->Tag = FT_GET_TAG4();
219 (FT_Char)( table->Tag >> 24 ),
220 (FT_Char)( table->Tag >> 16 ),
221 (FT_Char)( table->Tag >> 8 ),
222 (FT_Char)( table->Tag ),
228 if ( table->Tag <= old_tag )
237 old_tag = table->Tag;
344 WRITE_ULONG( sfnt_header, table->Tag );
    [all...]
ttload.c 50 * tag ::
51 * The searched tag.
58 FT_ULong tag )
69 (FT_Char)( tag >> 24 ),
70 (FT_Char)( tag >> 16 ),
71 (FT_Char)( tag >> 8 ),
72 (FT_Char)( tag ) ));
81 if ( entry->Tag == tag )
117 * tag :
    [all...]
sfwoff2.c 111 FT_ULong tag1 = table1->Tag;
112 FT_ULong tag2 = table2->Tag;
354 FT_ULong tag )
361 if ( tables[i]->Tag == tag )
1578 FT_TRACE3(( "Table tag: %c%c%c%c.\n",
1579 (FT_Char)( table.Tag >> 24 ),
1580 (FT_Char)( table.Tag >> 16 ),
1581 (FT_Char)( table.Tag >> 8 ),
1582 (FT_Char)( table.Tag ) ));
    [all...]
sfdriver.c 80 FT_Sfnt_Tag tag )
85 switch ( tag )
126 FT_ULong *tag,
133 if ( !tag )
140 *tag = face->dir_tables[idx].Tag;
650 bytes for the axis tag.
983 t = (char)( axis->tag >> 24 );
986 t = (char)( axis->tag >> 16 );
989 t = (char)( axis->tag >> 8 )
    [all...]
  /xsrc/external/mit/xf86-video-qxl/dist/src/spiceccid/
spiceccid.c 393 RESPONSECODE IFDHGetCapabilities(DWORD Lun, DWORD Tag, PDWORD Length, PUCHAR Value)
395 fprintf(stderr, "spiceccid %s unsupported: Lun %ld, Tag %ld, Length %ld, Value %p\n", __FUNCTION__, Lun, Tag, *Length, Value);
400 RESPONSECODE IFDHSetCapabilities(DWORD Lun, DWORD Tag, DWORD Length, PUCHAR Value)
  /xsrc/external/mit/freetype/dist/src/truetype/
ttobjs.c 258 face->dir_tables[i].Tag,
453 switch( face->dir_tables[i].Tag )
644 /* The 0x00020000 tag is completely undocumented; some fonts from */
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_driver.c 812 PCITAG Tag = ((pciConfigPtr)(pVideo->thisCard))->tag;
814 pcicmd = pciReadLong(Tag, PCI_CMD_STAT_REG);
815 pciWriteLong(Tag, PCI_CMD_STAT_REG, pcicmd | PCI_CMD_MEM_ENABLE);
817 regs = xf86MapPciMem(-1, VIDMEM_MMIO, Tag, pVideo->memBase[0], 0x2000);
823 pciWriteLong(Tag, PCI_CMD_STAT_REG, pcicmd);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
dbghelp.h 790 ULONG Tag;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
dbghelp.h 790 ULONG Tag;

Completed in 24 milliseconds